You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/security/aaz/latest/security/api_collection/apim/_offboard.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@
18
18
)
19
19
classOffboard(AAZCommand):
20
20
"""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.
0 commit comments