Skip to content

Commit 31ed8e5

Browse files
committed
remove mention of windows images in example
1 parent 12fa370 commit 31ed8e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ You can also browse available images and offers using the [Azure Marketplace](ht
2222

2323
A Marketplace image in Azure has the following attributes:
2424

25-
* **Publisher**: The organization that created the image. Examples: Canonical, MicrosoftWindowsServer
26-
* **Offer**: The name of a group of related images created by a publisher. Examples: UbuntuServer, WindowsServer
27-
* **SKU**: An instance of an offer, such as a major release of a distribution. Examples: 18.04-LTS, 2019-Datacenter
25+
* **Publisher**: The organization that created the image. Examples: Canonical, RedHat, SUSE
26+
* **Offer**: The name of a group of related images created by a publisher. Examples: UbuntuServer, RHEL, sles-12-sp5
27+
* **SKU**: An instance of an offer, such as a major release of a distribution. Examples: 18.04-LTS, 7_9, gen2
2828
* **Version**: The version number of an image SKU.
2929

3030
These values can be passed individually or as an image *URN*, combining the values separated by the colon (:). For example: *Publisher*:*Offer*:*Sku*:*Version*. You can replace the version number in the URN with `latest` to use the latest version of the image.

0 commit comments

Comments
 (0)