Skip to content

Commit 0103df6

Browse files
author
Maddie Clayton
authored
Merge pull request #6158 from sajal-mukherjee-git/preview
fixed typo on example #3
2 parents 21d1433 + 9d02b45 commit 0103df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Set-AzureRmApiManagementPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This command sets the product-scope policy for API Management.
6464
### Example 3: Set API-scope policy
6565
```
6666
PS C:\>$apimContext = New-AzureRmApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
67-
PS C:\>Get-AzureRmApiManagementPolicy -Context $apimContext -ApiId "9876543210" -Policy $PolicyString
67+
PS C:\>Set-AzureRmApiManagementPolicy -Context $apimContext -ApiId "9876543210" -Policy $PolicyString
6868
```
6969

7070
This command sets API-scope policy for API Management.

0 commit comments

Comments
 (0)