Skip to content

Commit

Permalink
Merged PR 146386: Artifacts description: comment on subset of properties
Browse files Browse the repository at this point in the history
Fix artifacts description
  • Loading branch information
laurent-mic committed Feb 11, 2021
1 parent e685aac commit 18eac26
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 4 additions & 1 deletion sdk/PowerBI.Api/Source/Models/Dashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ namespace Microsoft.PowerBI.Api.Models
using System.Linq;

/// <summary>
/// A Power BI dashboard
/// A Power BI dashboard. Below is a list of properties that may be
/// returned for a dashboard. Only a subset of the properties will be
/// returned depending on the API called, the caller permissions and the
/// availability of the data in the Power BI database.
/// </summary>
public partial class Dashboard
{
Expand Down
5 changes: 4 additions & 1 deletion sdk/PowerBI.Api/Source/Models/Dataflow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ namespace Microsoft.PowerBI.Api.Models
using System.Linq;

/// <summary>
/// The metadata of a dataflow
/// The metadata of a dataflow. Below is a list of properties that may be
/// returned for a dataflow. Only a subset of the properties will be
/// returned depending on the API called, the caller permissions and the
/// availability of the data in the Power BI database.
/// </summary>
public partial class Dataflow
{
Expand Down
5 changes: 4 additions & 1 deletion sdk/PowerBI.Api/Source/Models/Dataset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ namespace Microsoft.PowerBI.Api.Models
using System.Linq;

/// <summary>
/// A Power BI dataset
/// A Power BI dataset. Below is a list of properties that may be returned
/// for a dataset. Only a subset of the properties will be returned
/// depending on the API called, the caller permissions and the
/// availability of the data in the Power BI database.
/// </summary>
public partial class Dataset
{
Expand Down
5 changes: 4 additions & 1 deletion sdk/PowerBI.Api/Source/Models/Report.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ namespace Microsoft.PowerBI.Api.Models
using System.Linq;

/// <summary>
/// A Power BI report
/// A Power BI report. Below is a list of properties that may be returned
/// for a report. Only a subset of the properties will be returned
/// depending on the API called, the caller permissions and the
/// availability of the data in the Power BI database.
/// </summary>
public partial class Report
{
Expand Down
8 changes: 4 additions & 4 deletions sdk/swaggers/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -14427,7 +14427,7 @@
"required": [
"id"
],
"description": "A Power BI dataset",
"description": "A Power BI dataset. Below is a list of properties that may be returned for a dataset. Only a subset of the properties will be returned depending on the API called, the caller permissions and the availability of the data in the Power BI database.",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -15193,7 +15193,7 @@
"required": [
"id"
],
"description": "A Power BI report",
"description": "A Power BI report. Below is a list of properties that may be returned for a report. Only a subset of the properties will be returned depending on the API called, the caller permissions and the availability of the data in the Power BI database.",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -15278,7 +15278,7 @@
"required": [
"id"
],
"description": "A Power BI dashboard",
"description": "A Power BI dashboard. Below is a list of properties that may be returned for a dashboard. Only a subset of the properties will be returned depending on the API called, the caller permissions and the availability of the data in the Power BI database.",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -17081,7 +17081,7 @@
"required": [
"objectId"
],
"description": "The metadata of a dataflow",
"description": "The metadata of a dataflow. Below is a list of properties that may be returned for a dataflow. Only a subset of the properties will be returned depending on the API called, the caller permissions and the availability of the data in the Power BI database.",
"properties": {
"objectId": {
"type": "string",
Expand Down

0 comments on commit 18eac26

Please sign in to comment.