Skip to content

Commit 9d02b45

Browse files
fixed type on example #3
1 parent 0262509 commit 9d02b45

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)