forked from microsoft/PowerBI-CSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 211122: [CSHARP SDK] Document Admin properties in Admin API…
…s only Report/Dataset/Dashboard/Tile/Dataflow Preview of the API docs : https://review.docs.microsoft.com/en-us/rest/api/power-bi/admin/workspace-info-get-scan-result?branch=split **Issue:** The Report object has properties returned by admin APIS only and not by Reports and Apps APIs. Also scanner APIs (WorksapceInfo) returns dedicated properties like sensitivity labels and endorsementDetails, but don't return url properties (weburl, embedUrl, ...). This is confusing for users of the SDK and REST API spec. **Solution:** Have 3 different object: one for Report, AdminReport and WorksapceInfo Report The Minor BREAKING CHANGES - don't require a Major version upgrade IMHO 1. The Admin APIs will return an AdminReport object instead of a Report object with all the properties except sensitivityLabel andEndorsementDetails 2. The Reports and Apps API will still return a Report object but cannot reference one of the properties listed above 3. The scanner APIs will return all the properties except Url properties (embedUrl,....) Note the same issue exists for Dataflows and Dashboard but this is not in the scope of this change, because of low priority.
- Loading branch information
1 parent
e2dceed
commit a710d5a
Showing
82 changed files
with
4,964 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.