Skip to content

Commit 5acc33e

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#116445
We have done changes in the line no:63 and75 From:"Resources" To:"resources"
1 parent 4541693 commit 5acc33e

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)