@@ -120,8 +120,8 @@ PATCH
120
120
"identity" : {
121
121
"type" : " SystemAssigned, UserAssigned" ,
122
122
"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" : {}
125
125
}
126
126
}
127
127
}
@@ -130,7 +130,7 @@ PATCH
130
130
The syntax of the API is as follows:
131
131
132
132
``` 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
134
134
```
135
135
136
136
#### Example
@@ -176,15 +176,15 @@ Perform the following steps.
176
176
```json
177
177
{
178
178
"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 ",
181
181
"userAssignedIdentities": {
182
182
"/subscriptions/ContosoID/resourcegroups/ContosoLab/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUAMI1": {
183
- "PrincipalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 ",
183
+ "PrincipalId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00 ",
184
184
"ClientId": "00001111-aaaa-2222-bbbb-3333cccc4444"
185
185
},
186
186
"/subscriptions/ContosoID/resourcegroups/ContosoLab/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUAMI2": {
187
- "PrincipalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 ",
187
+ "PrincipalId": "00a000aa-00a0-00aa-00aa-0a0aa000aa00 ",
188
188
"ClientId": "00001111-aaaa-2222-bbbb-3333cccc4444"
189
189
}
190
190
}
0 commit comments