Added quotes to JQ line when getting Azure accounts
This commit is contained in:
parent
9dc7ce52cf
commit
0f4cba9c82
|
@ -68,7 +68,7 @@ Login using the Azure CLI
|
|||
|
||||
Get your account information
|
||||
|
||||
azure account list --json | jq .[].name
|
||||
azure account list --json | jq '.[].name'
|
||||
azure account set ACCOUNTNAME
|
||||
azure account show --json | jq ".[] | .id"
|
||||
|
||||
|
|
Loading…
Reference in New Issue