{
"swagger": "2.0",
"info": {
"version": "2019-05-01-preview",
"title": "Microsoft.Support",
"description": "Microsoft Azure Support Resource Provider."
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"flow": "implicit",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"scopes": {
"user_impersonation": "impersonate your user account"
},
"type": "oauth2",
"description": "Azure Active Directory OAuth2 Flow"
}
},
"paths": {
"/providers/Microsoft.Support/operations": {
"get": {
"tags": [
"Operations"
],
"description": "This lists all the available Microsoft Support REST API operations.",
"operationId": "Operations_List",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Successfully retrieved list of operations.",
"schema": {
"$ref": "#/definitions/OperationsListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ExceptionResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": null
},
"x-ms-examples": {
"Get all operations": {
"$ref": "./examples/ListOperations.json"
}
}
}
},
"/providers/Microsoft.Support/services": {
"get": {
"tags": [
"Services"
],
"description": "Lists all the Azure services available for support ticket creation. Here are the Service Ids for **Billing**, **Subscription Management**, and **Service and subscription limits (Quotas)** issues:
| Issue type | Service Id |
| Billing | '/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc' |
| Subscription Management | '/providers/Microsoft.Support/services/f3dc5421-79ef-1efa-41a5-42bf3cbb52c6' |
| Quota | '/providers/Microsoft.Support/services/06bfd9d3-516b-d5c6-5802-169c800dec89' |