Skip to content

Commit af2511f

Browse files
authored
fix typo
1 parent 6ba3164 commit af2511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The **Get-AzApiManagementAuthorizationServer** cmdlet gets all Azure API Managem
3333
### Example 1: Get all authorization servers
3434
```
3535
PS C:\>$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
36-
PS C:\>Get-AzApiManagementAuthrizarionServer -Context $ApiMgmtContext
36+
PS C:\>Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext
3737
```
3838

3939
This command gets all API Management authorization servers.

0 commit comments

Comments
 (0)