diff --git a/oem/azure/common.sh b/oem/azure/common.sh index 4f6d8d77c1..08bd72d2e4 100644 --- a/oem/azure/common.sh +++ b/oem/azure/common.sh @@ -7,5 +7,5 @@ getManagementEndpoint() { getSubscriptionId() { azure account show --json | \ - jq '.id' --raw-output + jq '.[0].id' --raw-output }