Skip to content

Commit 2fdcf83

Browse files
authored
Update add-user-assigned-identity.md
1 parent 9030ee5 commit 2fdcf83

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/automation/add-user-assigned-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ PATCH
120120
"identity": {
121121
"type": "SystemAssigned, UserAssigned",
122122
"userAssignedIdentities": {
123-
"/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/resource-group-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/firstIdentity": {},
124-
"/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/resource-group-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/secondIdentity": {}
123+
"/subscriptions/00a000aa-00a0-00aa-00aa-0a0aa000aa00/resourceGroups/resource-group-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/firstIdentity": {},
124+
"/subscriptions/00a000aa-00a0-00aa-00aa-0a0aa000aa00/resourceGroups/resource-group-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/secondIdentity": {}
125125
}
126126
}
127127
}
@@ -130,7 +130,7 @@ PATCH
130130
The syntax of the API is as follows:
131131

132132
```http
133-
https://management.azure.com/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/resource-group-name/providers/Microsoft.Automation/automationAccounts/automation-account-name?api-version=2020-01-13-preview
133+
https://management.azure.com/subscriptions/00a000aa-00a0-00aa-00aa-0a0aa000aa00/resourceGroups/resource-group-name/providers/Microsoft.Automation/automationAccounts/automation-account-name?api-version=2020-01-13-preview
134134
```
135135

136136
#### Example
@@ -176,15 +176,15 @@ Perform the following steps.
176176
```json
177177
{
178178
"type": "SystemAssigned, UserAssigned",
179-
"principalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
180-
"tenantId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
179+
"principalId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00",
180+
"tenantId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00",
181181
"userAssignedIdentities": {
182182
"/subscriptions/ContosoID/resourcegroups/ContosoLab/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUAMI1": {
183-
"PrincipalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
183+
"PrincipalId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00",
184184
"ClientId": "00001111-aaaa-2222-bbbb-3333cccc4444"
185185
},
186186
"/subscriptions/ContosoID/resourcegroups/ContosoLab/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUAMI2": {
187-
"PrincipalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
187+
"PrincipalId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00",
188188
"ClientId": "00001111-aaaa-2222-bbbb-3333cccc4444"
189189
}
190190
}

0 commit comments

Comments
 (0)