oem/azure: fix json parsing of azure cli output

This commit is contained in:
Alex Crawford 2015-02-09 16:26:58 -08:00
parent cb39e2169b
commit f60f0631bf

View File

@ -7,5 +7,5 @@ getManagementEndpoint() {
getSubscriptionId() {
azure account show --json | \
jq '.id' --raw-output
jq '.[0].id' --raw-output
}