Skip to content

Commit f3b4902

Browse files
authored
Fix (presumed) typo in container-instances-managed-identity.md
Every other instance of this string, in both JSON and YAML, is `SystemAssigned`, so I assume this instance should be `SystemAssigned` rather than `System Assigned` (with a space)? (But since you're already parsing a comma-and-whitespace-separated string for this list of values, rather than just taking a JSON array, anything is possible) Hopefully a useful drive-by typo improvement. I note that #113619 raises far more substantial issues with this page which still haven't been addressed.
1 parent 64e3c3a commit f3b4902

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)