Skip to content

Commit 35aafc5

Browse files
author
Maddie Clayton
authored
Merge pull request #7985 from Azure/cormacpayne-patch-2
Incorrect example in documentation for Remove-AzApiManagementProduct
2 parents e004565 + d98b716 commit 35aafc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzApiManagementProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Remove-AzApiManagementProduct** cmdlet removes an existing API Management
2626
### Example 1: Remove an existing product and all subscriptions
2727
```powershell
2828
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29-
PS C:\>Remove-AzApiManagementProduct -Context $apimContext -Id "0123456789" -DeleteSubscriptions -Force
29+
PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions -Force
3030
```
3131

3232
This command removes an existing product and all subscriptions.

0 commit comments

Comments
 (0)