Skip to content

Commit cde8a62

Browse files
authored
Merge pull request #91676 from shashishailaj/patch-50
(Azure CXP) Doc Update
2 parents 9a4d843 + 4be0ea0 commit cde8a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The following example shows you how remove a system-assigned managed identity fr
171171
"location": "[resourceGroup().location]",
172172
"identity": {
173173
"type": "None"
174+
},
174175
}
175176
```
176177

@@ -323,6 +324,7 @@ To remove a user-assigned identity from a VM, your account needs the [Virtual Ma
323324
"location": "[resourceGroup().location]",
324325
"identity": {
325326
"type": "None"
327+
},
326328
}
327329
```
328330

0 commit comments

Comments
 (0)