Skip to content

Commit

Permalink
Merge pull request #11249 from BillSproule/patch-1
Browse files Browse the repository at this point in the history
Get-AzGalleryImageVersion fix example args
  • Loading branch information
isra-fel authored Mar 7, 2020
2 parents 8798f32 + 2b69a50 commit 2ed4c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
- Additional information about change #1
-->
## Upcoming Release
* Fix errors in examples of help document
* Show the exact string value for VM PowerState in the table format.

## Version 3.5.0
* Allowed empty value for ProximityPlacementGroupId during update

Expand Down
6 changes: 3 additions & 3 deletions src/Compute/Compute/help/Get-AzGalleryImageVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Get or list gallery image versions.

### Example 1
```powershell
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -ImageDefinitionName image1 -GalleryImageVersionName 1.0.0
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -GalleryImageDefinitionName image1 -GalleryImageVersionName 1.0.0
ResourceGroupName : rg1
PublishingProfile :
Expand Down Expand Up @@ -70,7 +70,7 @@ Get the gallery image version.

### Example 2
```powershell
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -ImageDefinitionName image1 -GalleryImageVersionName 1*
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -GalleryImageDefinitionName image1 -GalleryImageVersionName 1*
ResourceGroupName : rg1
PublishingProfile :
Expand Down Expand Up @@ -139,7 +139,7 @@ Get the gallery image versions that starts with "1".

### Example 3
```powershell
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -ImageDefinitionName image1
PS C:\> Get-AzGalleryImageVersion -ResourceGroupName rg1 -GalleryName gallery1 -GalleryImageDefinitionName image1
ResourceGroupName : rg1
PublishingProfile :
Expand Down

0 comments on commit 2ed4c20

Please sign in to comment.