Skip to content

Commit 865b2b7

Browse files
committed
status
1 parent 5e2e635 commit 865b2b7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/synapse-analytics/how-to-move-workspace-from-one-region-to-another.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ The following PowerShell script adds the Synapse Administrator role assignment t
439439
New-AzSynapseRoleAssignment `
440440
-WorkspaceName $workspaceName `
441441
-RoleDefinitionName "Synapse Administrator" `
442-
-ObjectId 1c02d2a6-ed3d-46ec-b578-6f36da5819c6
442+
-ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
443443
444444
Get-AzSynapseRoleAssignment -WorkspaceName $workspaceName
445445
```

articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ HighAvailabilityReplicaCount :
123123
CurrentBackupStorageRedundancy : Geo
124124
RequestedBackupStorageRedundancy : Geo
125125
SecondaryType :
126-
MaintenanceConfigurationId : /subscriptions/d8392f63-xxxx-xxxx-xxxx-xxxxxxxxxxxx/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default
126+
MaintenanceConfigurationId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default
127127
EnableLedger : False
128128
PreferredEnclaveType :
129129
PausedDate :
@@ -155,4 +155,4 @@ You have now learned how to scale compute for dedicated SQL pool (formerly SQL D
155155
> [Load data into a dedicated SQL pool](load-data-from-azure-blob-storage-using-copy.md)
156156
157157
- To get started with Azure Synapse Analytics, see [Get Started with Azure Synapse Analytics](../get-started.md).
158-
- To learn more about dedicated SQL pools in Azure Synapse Analytics, see [What is dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics?](sql-data-warehouse-overview-what-is.md)
158+
- To learn more about dedicated SQL pools in Azure Synapse Analytics, see [What is dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics?](sql-data-warehouse-overview-what-is.md)

articles/synapse-analytics/synapse-service-identity.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups
125125
},
126126
"identity": {
127127
"type": "SystemAssigned",
128-
"principalId": "765ad4ab-XXXX-XXXX-XXXX-51ed985819dc",
129-
"tenantId": "72f988bf-XXXX-XXXX-XXXX-2d7cd011db47"
128+
"principalId": "aaaaaaaa-bbbb-cccc-1111-222222222222",
129+
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee"
130130
},
131131
"id": "/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Synapse/workspaces/<workspaceName>",
132132
"type": "Microsoft.Synapse/workspaces",
@@ -217,18 +217,18 @@ PS C:\> (Get-AzSynapseWorkspace -ResourceGroupName <resourceGroupName> -Name <wo
217217
218218
IdentityType PrincipalId TenantId
219219
------------ ----------- --------
220-
SystemAssigned cadadb30-XXXX-XXXX-XXXX-ef3500e2ff05 72f988bf-XXXX-XXXX-XXXX-2d7cd011db47
220+
SystemAssigned aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb aaaabbbb-0000-cccc-1111-dddd2222eeee
221221
```
222222

223223
You can get the application ID by copying above principal ID, then running below Microsoft Entra ID command with principal ID as parameter.
224224

225225
```powershell
226-
PS C:\> Get-AzADServicePrincipal -ObjectId cadadb30-XXXX-XXXX-XXXX-ef3500e2ff05
226+
PS C:\> Get-AzADServicePrincipal -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
227227
228-
ServicePrincipalNames : {76f668b3-XXXX-XXXX-XXXX-1b3348c75e02, https://identity.azure.net/P86P8g6nt1QxfPJx22om8MOooMf/Ag0Qf/nnREppHkU=}
229-
ApplicationId : 76f668b3-XXXX-XXXX-XXXX-1b3348c75e02
228+
ServicePrincipalNames : {00001111-aaaa-2222-bbbb-3333cccc4444, https://identity.azure.net/P86P8g6nt1QxfPJx22om8MOooMf/Ag0Qf/nnREppHkU=}
229+
ApplicationId : 00001111-aaaa-2222-bbbb-3333cccc4444
230230
DisplayName : <workspaceName>
231-
Id : cadadb30-XXXX-XXXX-XXXX-ef3500e2ff05
231+
Id : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
232232
Type : ServicePrincipal
233233
```
234234

@@ -281,8 +281,8 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
281281
"name": "{workspaceName}",
282282
"identity": {
283283
"type": "SystemAssigned",
284-
"tenantId": "72f988bf-XXXX-XXXX-XXXX-2d7cd011db47",
285-
"principalId": "cadadb30-XXXX-XXXX-XXXX-ef3500e2ff05"
284+
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
285+
"principalId": "aaaaaaaa-bbbb-cccc-1111-222222222222"
286286
},
287287
"tags": {}
288288
}

0 commit comments

Comments
 (0)