Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 committed Nov 26, 2024
1 parent 8c2e868 commit 47cf6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/az-ubuntu-22-04-amd64-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sources:
kind: shell
name: Get the latest `ubuntu 22.04` amd64 image version from Azure
spec:
command: az login --service-principal -u $AZURE_CLIENT_ID -p $AZURE_CLIENT_SECRET --tenant $AZURE_TENANT_ID > /dev/null && az vm image list --location eastus --publisher Canonical --offer 0001-com-ubuntu-server-jammy --sku 22_04-AMD64-lts-gen2 --all --query "[?offer=='0001-com-ubuntu-server-jammy'].version" -o tsv | sort -u | tail -n 1
command: az login --service-principal -u $AZURE_CLIENT_ID -p $AZURE_CLIENT_SECRET --tenant $AZURE_TENANT_ID > /dev/null && az vm image list --location eastus --publisher Canonical --offer 0001-com-ubuntu-server-jammy --sku 22_04-lts-gen2 --all --query "[?offer=='0001-com-ubuntu-server-jammy'].version" -o tsv | sort -u | tail -n 1
environments:
- name: PATH
- name: AZURE_CLIENT_ID
Expand Down

0 comments on commit 47cf6c0

Please sign in to comment.