mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
oem/azure: fix json parsing of azure cli output
This commit is contained in:
parent
cb39e2169b
commit
f60f0631bf
@ -7,5 +7,5 @@ getManagementEndpoint() {
|
||||
|
||||
getSubscriptionId() {
|
||||
azure account show --json | \
|
||||
jq '.id' --raw-output
|
||||
jq '.[0].id' --raw-output
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user