You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/deprecated-images.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ sections:
60
60
To find the details of the image versions that are being used by VMs:
61
61
62
62
```
63
-
Resources
63
+
resources
64
64
|where type == "microsoft.compute/virtualmachines"
65
65
//| where properties.storageProfile.imageReference.publisher =~ 'Windows' //optional filter, uncomment this line to filter for a specific publisher.
66
66
//| 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:
72
72
To find details of the image versions that are being used by a scale set:
73
73
74
74
```
75
-
Resources
75
+
resources
76
76
|where type == "microsoft.compute/virtualmachinescalesets"
77
77
//| where properties.virtualMachineProfile.storageProfile.imageReference.publisher =~ 'Windows' //optional filter, uncomment this line to filter for a specific publisher.
78
78
//| where properties.virtualMachineProfile.storageProfile.imageReference.sku =~ '2016-Datacenter' //optional filter, uncomment this line to filter for a specific deprecated SKU (Plan).
0 commit comments