Skip to content

Commit 058f4ad

Browse files
authored
Update _offboard.py
1 parent 95634fb commit 058f4ad

File tree

1 file changed

+3
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/security/aaz/latest/security/api_collection/apim

1 file changed

+3
-0
lines changed

src/azure-cli/azure/cli/command_modules/security/aaz/latest/security/api_collection/apim/_offboard.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
)
1919
class Offboard(AAZCommand):
2020
"""Offboard an Azure API Management API from Microsoft Defender for APIs. The system will stop monitoring the operations within the Azure API Management API for intrusive behaviors.
21+
22+
:example: Onboard an Azure API Management API to Microsoft Defender for APIs.
23+
az security api-collection apim offboard --resource-group MyResourceGroup --service-name MyApiManagementServiceName --api-id echo-api
2124
"""
2225

2326
_aaz_info = {

0 commit comments

Comments
 (0)