File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/ApiManagement/ApiManagement/help Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ The **Get-AzApiManagementApiVersionSet** cmdlet gets the details of the API Vers
29
29
30
30
## EXAMPLES
31
31
32
- ### Example 1
33
-
34
- ### Example 2: Get all API Version Sets
32
+ ### Example 1: Get all API Version Sets
35
33
``` powershell
36
34
PS C:\>$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
37
35
PS C:\>Get-AzApiManagementApiVersionSet -Context $ApiMgmtContext
@@ -70,7 +68,7 @@ ServiceName : contoso
70
68
71
69
This command gets all of the API Version sets for the specified context.
72
70
73
- ### Example 3 : Get a API Version Set by ID
71
+ ### Example 2 : Get a API Version Set by ID
74
72
``` powershell
75
73
PS C:\>$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
76
74
PS C:\>Get-AzApiManagementApiVersionSet -Context $ApiMgmtContext -ApiVersionSetId $ApiVersionSetId
You can’t perform that action at this time.
0 commit comments