Skip to content

Commit 18eac26

Browse files
committed
Merged PR 146386: Artifacts description: comment on subset of properties
Fix artifacts description
1 parent e685aac commit 18eac26

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

sdk/PowerBI.Api/Source/Models/Dashboard.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ namespace Microsoft.PowerBI.Api.Models
1212
using System.Linq;
1313

1414
/// <summary>
15-
/// A Power BI dashboard
15+
/// A Power BI dashboard. Below is a list of properties that may be
16+
/// returned for a dashboard. Only a subset of the properties will be
17+
/// returned depending on the API called, the caller permissions and the
18+
/// availability of the data in the Power BI database.
1619
/// </summary>
1720
public partial class Dashboard
1821
{

sdk/PowerBI.Api/Source/Models/Dataflow.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ namespace Microsoft.PowerBI.Api.Models
1212
using System.Linq;
1313

1414
/// <summary>
15-
/// The metadata of a dataflow
15+
/// The metadata of a dataflow. Below is a list of properties that may be
16+
/// returned for a dataflow. Only a subset of the properties will be
17+
/// returned depending on the API called, the caller permissions and the
18+
/// availability of the data in the Power BI database.
1619
/// </summary>
1720
public partial class Dataflow
1821
{

sdk/PowerBI.Api/Source/Models/Dataset.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ namespace Microsoft.PowerBI.Api.Models
1313
using System.Linq;
1414

1515
/// <summary>
16-
/// A Power BI dataset
16+
/// A Power BI dataset. Below is a list of properties that may be returned
17+
/// for a dataset. Only a subset of the properties will be returned
18+
/// depending on the API called, the caller permissions and the
19+
/// availability of the data in the Power BI database.
1720
/// </summary>
1821
public partial class Dataset
1922
{

sdk/PowerBI.Api/Source/Models/Report.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ namespace Microsoft.PowerBI.Api.Models
1010
using System.Linq;
1111

1212
/// <summary>
13-
/// A Power BI report
13+
/// A Power BI report. Below is a list of properties that may be returned
14+
/// for a report. Only a subset of the properties will be returned
15+
/// depending on the API called, the caller permissions and the
16+
/// availability of the data in the Power BI database.
1417
/// </summary>
1518
public partial class Report
1619
{

sdk/swaggers/swagger.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14427,7 +14427,7 @@
1442714427
"required": [
1442814428
"id"
1442914429
],
14430-
"description": "A Power BI dataset",
14430+
"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.",
1443114431
"properties": {
1443214432
"id": {
1443314433
"type": "string",
@@ -15193,7 +15193,7 @@
1519315193
"required": [
1519415194
"id"
1519515195
],
15196-
"description": "A Power BI report",
15196+
"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.",
1519715197
"properties": {
1519815198
"id": {
1519915199
"type": "string",
@@ -15278,7 +15278,7 @@
1527815278
"required": [
1527915279
"id"
1528015280
],
15281-
"description": "A Power BI dashboard",
15281+
"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.",
1528215282
"properties": {
1528315283
"id": {
1528415284
"type": "string",
@@ -17081,7 +17081,7 @@
1708117081
"required": [
1708217082
"objectId"
1708317083
],
17084-
"description": "The metadata of a dataflow",
17084+
"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.",
1708517085
"properties": {
1708617086
"objectId": {
1708717087
"type": "string",

0 commit comments

Comments
 (0)