-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev/dowaldma/mirror 3.28 #176
Open
dowaldma
wants to merge
31
commits into
master
Choose a base branch
from
dev/dowaldma/mirror_3.28
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Update Public doc for group level get users admin APIs. Draft PR to address any comments before APIs reach PROD. Related work items: #544327
Added a link to the export API pointing to [How to fix timeout exceptions when using import and export APIs?](https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-troubleshoot#how-to-fix-timeout-exceptions-when-using-import-and-export-apis) (preferClientRouting = true)
Fix class name: PipelineStageArtifactBase
Improve Update Datasource request documentation
Add dataflows to Alm public endpoints
added alm admin API's: 1. getPipelines- with top , skip , expand for users / stages and filter for orphaned pipelines 1. get pipelineUsers 1. add pipeline user 1. delete pipeline user also updated GetGroups as admin as the result of group in that case returns pipelineId as well https://review.docs.microsoft.com/en-us/rest/api/power-bi/admin/pipelines-get-pipeline-users-as-admin?branch=tsdag Related work items: #579878
… documentation fixed bold "required" in PipelineUserAccessRight in documentation
Update scanner documentation
Update swagger subartifacts documentation
Update swagger doc
Update minor version to 26
Gateway ID refers to the ID of the first gateway in a gateway cluster
createdBy is only returned for reports that were created after June 2019. For more info, see [doc bug 1828222](https://dev.azure.com/mseng/TechnicalContent/_workitems/edit/1828222?src=WorkItemMention&src-action=artifact_link).
update the scanner API doc for artifact users 1. WorkspaceInfo_GetScanResult - retrieves artifact users as response if the new getArtifactUsers parameter: for API WorkspaceInfo_PostWorkspaceInfo is true 2. WorkspaceInfo_PostWorkspaceInfo - Add new parameter: getArtifactUsers with default value is false. Related work items: #596731
…r API. release new version of sdk to add artifactusers to scanner API. https://powerbi.visualstudio.com/Embedded/_git/PowerBI-CSharp/commit/aeb7c6a5fe9188257e16d2891f58c08a40d02c0a?refName=refs%2Fheads%2Fmaster Related work items: #643225
1. Import state values 2. Document UseEndUserOAuth2Credentials in Gateway_GetDatasource
Add dev suffix to dev package
Datasource type list - for more details see [doc bug 1714153](https://mseng.visualstudio.com/TechnicalContent/_workitems/edit/1714153). Replaces PR 154391.
Run the generate script on master's branch swagger file
Add documentation for dataset ExecuteQueries API
Make ID uppercase.
adding sample link
Add user artifactAccess admin API
Fix swagger-code mismatch Changes are after run of the generate script on the latest swagger
Adding 2 new boolean flags (overrideReportLabel, overrideModelLabel) to post Import Api flags are relevant for pbix file only flags is optional their default value in the service is True user can set its value to True or False True meaning that label will be override and updated in Power BI service False meaning that label will not be updated and there is no need to do usage right check in the Power BI service Changes in SDK after adding the flags (only in Post Import methods) ![image.png](https://powerbi.visualstudio.com/4c7b5adb-c2d0-4f18-b23c-edc4ac30f4e1/_apis/git/repositories/4f4b7330-5c73-4eb2-b9cb-d2f4c16debf7/pullRequests/199013/attachments/image.png) Flags are added to Url like "https://api.powerbi.com/v1.0/myorg/imports?datasetDisplayName{datasetDisplayName}&overrideReportLabel=False&overrideModelLabel=False";
release version 3.28.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A few sentences describing the overall goals of the pull request's commits.
Question
please answer the following questions. put x inside [ ] (e.g. [x])
What inside?
Is pull request totally generated from swagger file?
Backward compatibility break?
Learn more about backward compatibility.