Added quotes to JQ line when getting Azure accounts

This commit is contained in:
Mark Turner 2016-09-10 17:33:20 +01:00
parent 9dc7ce52cf
commit 0f4cba9c82
1 changed files with 1 additions and 1 deletions

View File

@ -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"