Skip to content

Commit fe035ba

Browse files
author
maddieclayton
committed
fix numberS
1 parent 3cce703 commit fe035ba

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/Compute/Compute/help/Get-AzGallery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Tags : {}
7575

7676
Get all galleries in rg1.
7777

78-
### Example 2
78+
### Example 3
7979
```powershell
8080
PS C:\> Get-AzGallery
8181
@@ -115,7 +115,7 @@ Tags : {}
115115

116116
Get all galleries in subscription.
117117

118-
### Example 2
118+
### Example 4
119119
```powershell
120120
PS C:\> Get-AzGallery -Name gallery*
121121

src/Compute/Compute/help/Get-AzGalleryImageDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Tags : {}
139139

140140
Get the gallery image definition that starts with "image".
141141

142-
### Example 1
142+
### Example 3
143143
```powershell
144144
PS C:\> Get-AzGalleryImageDefinition -ResourceGroupName rg1 -GalleryName gallery1
145145

src/Compute/Compute/help/Get-AzVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ TEST2 test4 westus
204204

205205
This command gets all the virtual machines in West US region.
206206

207-
### Example 4: Get all virtual machines using filtering
207+
### Example 6: Get all virtual machines using filtering
208208
```
209209
PS C:\> Get-AzVM -Name test*
210210

src/Compute/Compute/help/Get-AzVMExtensionImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FilterExpression :
7979

8080
This command gets all the versions of the extension image for the specified location, publisher, type, and version starting with 12.
8181

82-
### Example 2: Get the versions of an extension image with filter over version
82+
### Example 3: Get the versions of an extension image with filter over version
8383
```
8484
PS C:\> Get-AzVMExtensionImage -Location "West US" -PublisherName "Chef.Bootstrap.WindowsAzure" -Type "ChefClient" -Version 1207.12.3.0
8585

src/Compute/Compute/help/Get-AzVMImage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Version FilterExpression Skus Offer PublisherName
5050

5151
This command gets all the versions of VMImage that match the specified values.
5252

53-
### Example 1: Get VMImage object
53+
### Example 2: Get VMImage object
5454
```
5555
PS C:\> Get-AzVMImage -Location "Central US" -PublisherName "MicrosoftWindowsServer" -Offer "windowsserver" -Skus "2012-R2-Datacenter" -Version 4.127.20180315
5656
@@ -73,7 +73,7 @@ DataDiskImages : []
7373

7474
This command gets a specific version of VMImage that matches the specified values.
7575

76-
### Example 1: Get VMImage objects
76+
### Example 3: Get VMImage objects
7777
```
7878
PS C:\> Get-AzVMImage -Location "Central US" -PublisherName "MicrosoftWindowsServer" -Offer "windowsserver" -Skus "2012-R2-Datacenter" -Version 4.127.2018*
7979

0 commit comments

Comments
 (0)