Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This command enables Microsoft Entra-only authentication for workspace ContosoWo

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

```output
Expand Down
2 changes: 1 addition & 1 deletion azps-15.3.0/Az.Synapse/Enable-AzSynapseWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This command activates a new Azure Synapse Analytics workspace named ContosoWork

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

This command activates a new Azure Synapse Analytics workspace through pipeline with the specified resource ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This command gets Microsoft Entra-only authentication status for Synapse workspa

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

```output
Expand Down
2 changes: 1 addition & 1 deletion azps-15.3.0/Az.Synapse/Get-AzSynapseSparkPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This command gets all Spark pools under a workspace through pipeline.

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

This command gets the Spark pool with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.3.0/Az.Synapse/Get-AzSynapseSqlDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This command gets all the SQL databases under a workspace through pipeline.

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

This command gets the SQL database with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.3.0/Az.Synapse/Get-AzSynapseSqlPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This command gets all the SQL pools under a workspace through pipeline.

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

This command gets the SQL pool with the specified resource ID.
Expand Down
2 changes: 1 addition & 1 deletion azps-15.3.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.3.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.3.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