Skip to content

Commit 94732dc

Browse files
authored
Merge pull request #256604 from RamanathanChinnappan-MSFT/patch-79
(AzureCXP) fixes MicrosoftDocs/azure-docs#116445
2 parents a66db79 + 5acc33e commit 94732dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/deprecated-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sections:
6060
To find the details of the image versions that are being used by VMs:
6161
6262
```
63-
Resources
63+
resources
6464
|where type == "microsoft.compute/virtualmachines"
6565
//| where properties.storageProfile.imageReference.publisher =~ 'Windows' //optional filter, uncomment this line to filter for a specific publisher.
6666
//| where properties.storageProfile.imageReference.sku =~ '2016-Datacenter' //optional filter, uncomment this line to filter for a specific deprecated SKU (Plan).
@@ -72,7 +72,7 @@ sections:
7272
To find details of the image versions that are being used by a scale set:
7373
7474
```
75-
Resources
75+
resources
7676
|where type == "microsoft.compute/virtualmachinescalesets"
7777
//| where properties.virtualMachineProfile.storageProfile.imageReference.publisher =~ 'Windows' //optional filter, uncomment this line to filter for a specific publisher.
7878
//| where properties.virtualMachineProfile.storageProfile.imageReference.sku =~ '2016-Datacenter' //optional filter, uncomment this line to filter for a specific deprecated SKU (Plan).

0 commit comments

Comments
 (0)