Skip to content

Commit b96017c

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#8613 from Azure/cormacpayne-patch-1
Remove incorrect -Force parameter from Remove-AzApiManagementProduct
2 parents 2384860 + f69fb5f commit b96017c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: Az.ApiManagement
44
ms.assetid: D6B7F253-03CD-40BE-87D6-E4AE300A29D5
@@ -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 -ProductId "0123456789" -DeleteSubscriptions -Force
29+
PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions
3030
```
3131

3232
This command removes an existing product and all subscriptions.

0 commit comments

Comments
 (0)