mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +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() {
|
getSubscriptionId() {
|
||||||
azure account show --json | \
|
azure account show --json | \
|
||||||
jq '.id' --raw-output
|
jq '.[0].id' --raw-output
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user