Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/vm/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@
text: >
latest=$(az vm image list -p OpenLogic -s 7.3 --all --query \\
"[?offer=='CentOS'].version" -o tsv | sort -u | tail -n 1)
az vm image show -l westus -f CentOS -p OpenLogic --sku 7.3 --version {latest}
az vm image show -l westus -f CentOS -p OpenLogic --sku 7.3 --version ${latest}
- name: Get the details for a VM image available in the Azure Marketplace. (autogenerated)
text: |
az vm image show --location westus --urn publisher:offer:sku:version
Expand Down