Skip to content

Commit

Permalink
Update _offboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aditdalvi authored Jan 24, 2025
1 parent 95634fb commit 058f4ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
)
class Offboard(AAZCommand):
"""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.
:example: Onboard an Azure API Management API to Microsoft Defender for APIs.
az security api-collection apim offboard --resource-group MyResourceGroup --service-name MyApiManagementServiceName --api-id echo-api
"""

_aaz_info = {
Expand Down

0 comments on commit 058f4ad

Please sign in to comment.