list-subscriptions
Retrieve Azure subscriptions available to the configured service principal for a tenant to manage access and scope queries.
Instructions
List subscriptions accessible to the configured service principal for a tenant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_name | No | Optional configured tenant name |
Input Schema (JSON Schema)
{
"properties": {
"tenant_name": {
"description": "Optional configured tenant name",
"type": "string"
}
},
"required": [],
"type": "object"
}