From 83c74e0a72f417a99237830ff22872398f73d307 Mon Sep 17 00:00:00 2001 From: Jayanth Avasarala Date: Mon, 29 Aug 2022 22:58:38 +0000 Subject: [PATCH] VSTS release definition [powerbi-powershell] with name [Release-78] and ID [540074] --- .../Get-PowerBIWorkspace.md | 26 ++++--------------- .../Restore-PowerBIWorkspace.md | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md index 3ec7f0d..462a72c 100644 --- a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md +++ b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md @@ -14,30 +14,30 @@ Returns a list of Power BI workspaces. ### List (Default) ``` -Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] [-Type ] +Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] [-First ] [-Skip ] [-Include ] [] ``` ### Id ``` -Get-PowerBIWorkspace -Id [-Scope ] [-Type ] [-Include ] [] +Get-PowerBIWorkspace -Id [-Scope ] [-Include ] [] ``` ### Name ``` -Get-PowerBIWorkspace -Name [-Scope ] [-Type ] [-Include ] +Get-PowerBIWorkspace -Name [-Scope ] [-Include ] [] ``` ### All ``` -Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] [-Type ] +Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] [-Include ] [-All] [] ``` ## DESCRIPTION Retrieves a list of Power BI workspaces that match the specified search criteria and scope. -By default (without -First parameter) it shows the first 100 workspaces assigned to the user. Use -First and -Skip to fetch more workspaces or use -All to return all workspaces. +By default (without -First parameter) it shows the first 100 workspaces assigned to the user. Use -First and -Skip to fetch more workspaces or use -All to return all workspaces. The -First parameter can be used to return at most 5000 workspaces. Before you run this command, make sure you log in using Connect-PowerBIServiceAccount. ## EXAMPLES @@ -209,22 +209,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Type -Type of the workspace to return. Case sensitive search. - -```yaml -Type: WorkspaceType -Parameter Sets: List, Name, Id, All -Aliases: -Accepted values: Workspace, Group, PersonalGroup - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Skip Skips the first set of results. diff --git a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Restore-PowerBIWorkspace.md b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Restore-PowerBIWorkspace.md index 867a18e..c780e79 100644 --- a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Restore-PowerBIWorkspace.md +++ b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Restore-PowerBIWorkspace.md @@ -26,7 +26,7 @@ Restore-PowerBIWorkspace [-Scope ] [-RestoredName ] -A ## DESCRIPTION Restores a deleted Power BI workspace with the owner set to the user that matches the specified email address. -Only workspaces in the new workspace experiences are supported and only deleted workspaces that haven't reached the data retention policy to be completely removed. +Only workspaces in the new workspace experiences preview are supported and only deleted workspaces that haven't reached the data retention policy to be completely removed. Only -Scope Organization is supported and you must have administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) to call this command. You must have logged in previously before using Connect-PowerBIServiceAccount.