Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Get-AzSynapseWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This command gets the Azure Synapse Analytics workspace with the specified name.

### Example 4
```powershell
Get-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace
Get-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace
```

This command gets the Azure Synapse Analytics workspace with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Get-AzSynapseWorkspaceKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This command gets information about the workspace key named ContosoWorkspaceKey

### Example 4
```powershell
Get-AzSynapseSqlPool -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoWorkspaceKey"
Get-AzSynapseSqlPool -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoWorkspaceKey"
```

This command gets the workspace key with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/New-AzSynapseRoleAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The cmdlet may call below Microsoft Graph API according to input parameters:

>[!Note]
> To create a role assignment for a service principal, pass the object ID of the principal in the ObjectId parameter.
> When you are a user with permission to manage Azure RBAC role assignment on the workspace but not a Synapse Administrator, please create Synapse Administrator role by **-RoleDefinitionId** and **-ObjectId** directly but not by **-RoleDefinitionName**, for Synapse Administrator, RoleDefinitionId is "00001111-aaaa-2222-bbbb-3333cccc4444", please take below Example 5 as reference. The reason for this is , when you try to add a "Synapse Administrator" role, the cmdlet needs to get the role ID from the role name which requires workspace read permission, which the current user does not have.
> When you are a user with permission to manage Azure RBAC role assignment on the workspace but not a Synapse Administrator, please create Synapse Administrator role by **-RoleDefinitionId** and **-ObjectId** directly but not by **-RoleDefinitionName**, for Synapse Administrator, RoleDefinitionId is "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", please take below Example 5 as reference. The reason for this is , when you try to add a "Synapse Administrator" role, the cmdlet needs to get the role ID from the role name which requires workspace read permission, which the current user does not have.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Remove-AzSynapseSparkPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This command deletes an Apache Spark pool in Azure Synapse Analytics through pip

### Example 4
```powershell
Remove-AzSynapseSparkPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool
Remove-AzSynapseSparkPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool
```

This command deletes an Apache Spark pool in Azure Synapse Analytics with a resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Remove-AzSynapseSqlDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This command deletes an Azure Synapse Analytics SQL database through pipeline.

### Example 4
```powershell
Remove-AzSynapseSqlDatabase -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase
Remove-AzSynapseSqlDatabase -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase
```

This command deletes an Azure Synapse Analytics SQL database with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Remove-AzSynapseSqlPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This command deletes an Azure Synapse Analytics SQL pool through pipeline.

### Example 4
```powershell
Remove-AzSynapseSqlPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool
Remove-AzSynapseSqlPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool
```

This command deletes an Azure Synapse Analytics SQL pool with the specified resource ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This command deletes an Azure Synapse Analytics SQL pool restore point through p

### Example 4
```powershell
Remove-AzSynapseSqlPoolRestorePoint -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool/SqlPoolRestorePoints/RestorePointCreationDate
Remove-AzSynapseSqlPoolRestorePoint -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool/SqlPoolRestorePoints/RestorePointCreationDate
```

This command deletes an Azure Synapse Analytics SQL pool restore point with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Remove-AzSynapseWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This command deletes an Azure Synapse Analytics workspace through pipeline.

### Example 3
```powershell
Remove-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace
Remove-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace
```

This command deletes an Azure Synapse Analytics workspace through pipeline with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.6.0/Az.Synapse/Remove-AzSynapseWorkspaceKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This command deletes a workspace key under an Azure Synapse Analytics workspace

### Example 3
```powershell
Remove-AzSynapseWorkspaceKey -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoKeyName
Remove-AzSynapseWorkspaceKey -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoKeyName
```

This command deletes an Azure Synapse Analytics workspace key through pipeline with the specified resource ID.
Expand Down
Loading