Python integration
import azure-sdk-for-python # Use an OAuth2 access token client = azure_sdk_for_python.Client(access_token="YOUR_ACCESS_TOKEN")
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
/{denyAssignmentId}curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
/{scope}/providers/Microsoft.Authorization/denyAssignmentscurl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}