Skip to content

Commit b452c08

Browse files
committed
On branch edburns-msft-4916-follow-up Observe that --all prevents *UrnAlias* from appearing
modified: articles/virtual-machines/linux/cli-ps-findimage.md Signed-off-by: Ed Burns <[email protected]>
1 parent 3923c06 commit b452c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/cli-ps-findimage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can run the [az vm image list --all](/cli/azure/vm/image) to see all of the
4141
az vm image list --output table
4242
```
4343

44-
The output includes the image URN. You can also use the *UrnAlias*, which is a shortened version created for popular images like *Ubuntu2204*.
44+
The output includes the image URN. If you omit the `--all` option, you can see the *UrnAlias* for each image, if available. *UrnAlias* is a shortened version created for popular images like *Ubuntu2204*.
4545
The Linux image alias names and their details outputted by this command are:
4646

4747
```output

0 commit comments

Comments
 (0)