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 a79145d commit 1e847f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 UbuntuServer --sku 22.04-LTS --all --query "[?sku=='22.04-LTS'].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 UbuntuServer --sku 22.04-LTS-AMD64 --all --query "[?sku=='22.04-LTS-AMD64'].version" -o tsv | sort -u | tail -n 1
environments:
- name: PATH
- name: AZURE_CLIENT_ID
Expand Down Expand Up @@ -46,4 +46,4 @@ actions:
title: Bump azure `ubuntu 22.04` amd64 image version
description: "Update the latest Azure Ubuntu 22.04 amd64 image version in the images-versions.yaml file."
labels:
- enhancement
- enhancement

0 comments on commit 1e847f6

Please sign in to comment.