Skip to content

Commit

Permalink
VSTS release definition [powerbi-powershell] with name [Release-78] a…
Browse files Browse the repository at this point in the history
…nd ID [540074]
  • Loading branch information
Jayanth Avasarala committed Aug 29, 2022
1 parent fcb9e3e commit 83c74e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
26 changes: 5 additions & 21 deletions powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@ Returns a list of Power BI workspaces.

### List (Default)
```
Get-PowerBIWorkspace [-Scope <PowerBIUserScope>] [-Filter <String>] [-User <String>] [-Deleted] [-Orphaned] [-Type <WorkspaceType>]
Get-PowerBIWorkspace [-Scope <PowerBIUserScope>] [-Filter <String>] [-User <String>] [-Deleted] [-Orphaned]
[-First <Int32>] [-Skip <Int32>] [-Include <ArtifactType[]>] [<CommonParameters>]
```

### Id
```
Get-PowerBIWorkspace -Id <Guid> [-Scope <PowerBIUserScope>] [-Type <WorkspaceType>] [-Include <ArtifactType[]>] [<CommonParameters>]
Get-PowerBIWorkspace -Id <Guid> [-Scope <PowerBIUserScope>] [-Include <ArtifactType[]>] [<CommonParameters>]
```

### Name
```
Get-PowerBIWorkspace -Name <String> [-Scope <PowerBIUserScope>] [-Type <WorkspaceType>] [-Include <ArtifactType[]>]
Get-PowerBIWorkspace -Name <String> [-Scope <PowerBIUserScope>] [-Include <ArtifactType[]>]
[<CommonParameters>]
```

### All
```
Get-PowerBIWorkspace [-Scope <PowerBIUserScope>] [-Filter <String>] [-User <String>] [-Deleted] [-Orphaned] [-Type <WorkspaceType>]
Get-PowerBIWorkspace [-Scope <PowerBIUserScope>] [-Filter <String>] [-User <String>] [-Deleted] [-Orphaned]
[-Include <ArtifactType[]>] [-All] [<CommonParameters>]
```

## 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
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Restore-PowerBIWorkspace [-Scope <PowerBIUserScope>] [-RestoredName <String>] -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.

Expand Down

0 comments on commit 83c74e0

Please sign in to comment.