Skip to content

Commit 9e4376e

Browse files
authored
Merge pull request #9439 from mairaw/patch-1
fix typo
2 parents e7f5b29 + af2511f commit 9e4376e

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)