Using azure-sdk-for-node with azure.com

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Gets a deny assignment by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{denyAssignmentId}
Gets deny assignments for a scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments
Get the specified deny assignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:authorization-authorization-DenyAssignmentGetCalls
At a glance
Language JavaScript
Endpoints6
✓ Official