Skip to content

Commit 985496e

Browse files
authored
Merge pull request #95128 from mrodfuentes/patch-1
error getting resourceID USING --output tsv
2 parents 9a419f9 + fa4ffe4 commit 985496e

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
@@ -102,7 +102,7 @@ spID=$(az identity show \
102102
resourceID=$(az identity show \
103103
--resource-group myResourceGroup \
104104
--name myACIId \
105-
--query id --output tsv)
105+
--query id --output none)
106106
```
107107

108108
### Grant user-assigned identity access to the key vault

0 commit comments

Comments
 (0)