Skip to content

Commit 21281b7

Browse files
authored
Merge pull request #121639 from eddyashton/patch-2
Fix (presumed) typo in `container-instances-managed-identity.md`
2 parents 455b25e + f3b4902 commit 21281b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ On a container group, you can enable both a system-assigned identity and one or
327327

328328
```json
329329
"identity": {
330-
"type": "System Assigned, UserAssigned",
330+
"type": "SystemAssigned, UserAssigned",
331331
"userAssignedIdentities": {
332332
"myResourceID1": {
333333
}

0 commit comments

Comments
 (0)