Skip to content

Commit e004565

Browse files
author
Maddie Clayton
authored
Merge pull request #7984 from Azure/cormacpayne-patch-1
Function name duplicated in example Remove-AzApiManagementApi
2 parents 1b617b9 + c0e992c commit e004565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Remove-AzAzureRmApiManagementApi** cmdlet removes an existing API.
2626
### Example 1: Remove an API
2727
```powershell
2828
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29-
PS C:\>Remove-AzAzureRmApiManagementApi -Context $apimContext -ApiId "0123456789"
29+
PS C:\>Remove-AzApiManagementApi -Context $apimContext -ApiId "0123456789"
3030
```
3131

3232
This command removes the API with the specified ID.

0 commit comments

Comments
 (0)