Skip to content

Commit df994ed

Browse files
update Get-AzApiManagementApiVersionSet.md (Azure#16736)
1 parent 88a4e3c commit df994ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ApiManagement/ApiManagement/help/Get-AzApiManagementApiVersionSet.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ The **Get-AzApiManagementApiVersionSet** cmdlet gets the details of the API Vers
2929

3030
## EXAMPLES
3131

32-
### Example 1
33-
34-
### Example 2: Get all API Version Sets
32+
### Example 1: Get all API Version Sets
3533
```powershell
3634
PS C:\>$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
3735
PS C:\>Get-AzApiManagementApiVersionSet -Context $ApiMgmtContext
@@ -70,7 +68,7 @@ ServiceName : contoso
7068

7169
This command gets all of the API Version sets for the specified context.
7270

73-
### Example 3: Get a API Version Set by ID
71+
### Example 2: Get a API Version Set by ID
7472
```powershell
7573
PS C:\>$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
7674
PS C:\>Get-AzApiManagementApiVersionSet -Context $ApiMgmtContext -ApiVersionSetId $ApiVersionSetId

0 commit comments

Comments
 (0)