Azure Resource Manager · machine-verified read-only
Every ARM endpoint we call — for Azure scanning.
The same automated build check covers our Azure code: every call we make to Azure is a read. We never change, create, or delete anything in your subscriptions.
- Endpoints
- 6
- Unique paths
- 6
- Source files
- 66
- Write verbs
- 0
Show all 6 ARM endpoints ▾
- GET
/subscriptions/${subId}/providers/Microsoft.Security/pricingssrc/azure/defender-plans.ts:L37 - POST
/providers/Microsoft.ResourceGraph/resourcessrc/azure/pre-pass.ts:L52 - GET
/subscriptions/${subId}/providers/Microsoft.Authorization/roleAssignmentssrc/azure/pre-pass.ts:L239 - GET
/subscriptions/${subId}/providers/Microsoft.Insights/diagnosticSettingssrc/azure/pre-pass.ts:L300 - GET
/subscriptions/${subId}/providers/Microsoft.Security/autoProvisioningSettingssrc/azure/pre-pass.ts:L362 - GET
/subscriptionssrc/azure/subscriptions.ts:L16
The one POST in the list is Azure's Resource Graph query endpoint — Azure requires POST there only because the (read-only) query is too long to fit in a URL. Nothing is changed by it, and our build check treats it as the single documented exception.