Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"api-version": "2026-07-01",
"checkNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Support/supportTickets"
}
},
"responses": {
"200": {
"body": {
"message": "Name not available",
"nameAvailable": false,
"reason": "Name is already in use"
}
}
},
"operationId": "SupportTicketsNoSubscription_CheckNameAvailability",
"title": "Checks whether name is available for SupportTicket resource"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"api-version": "2026-07-01",
"checkNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Support/communications"
},
"supportTicketName": "testticket"
},
"responses": {
"200": {
"body": {
"message": "Name not available",
"nameAvailable": false,
"reason": "Name is already in use"
}
}
},
"operationId": "CommunicationsNoSubscription_CheckNameAvailability",
"title": "Checks whether name is available for Communication resource"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2026-07-01",
"checkNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Support/communications"
},
"subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
"supportTicketName": "testticket"
},
"responses": {
"200": {
"body": {
"message": "Name not available",
"nameAvailable": false,
"reason": "Name is already in use"
}
}
},
"operationId": "Communications_CheckNameAvailability",
"title": "Checks whether name is available for Communication resource for a subscription support ticket"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"api-version": "2026-07-01",
"checkNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Support/supportTickets"
},
"subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1"
},
"responses": {
"200": {
"body": {
"message": "Name not available",
"nameAvailable": false,
"reason": "Name is already in use"
}
}
},
"operationId": "SupportTickets_CheckNameAvailability",
"title": "Checks whether name is available for a subscription support ticket resource"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"problemServiceName": "serviceId1",
"api-version": "2026-07-01",
"problemClassificationsClassificationInput": {
"issueSummary": "Can not connect to Windows VM"
}
},
"responses": {
"200": {
"body": {
"problemClassificationResults": [
{
"problemId": "problemId1",
"title": "Problem classification title",
"description": "Problem classification description",
"serviceId": "serviceId1",
"problemClassificationId": "problemClassificationId1",
"relatedService": {
"serviceId": "/providers/Microsoft.Support/services/40ef020e-8ae7-8d57-b538-9153c47cee69",
"displayName": "SQL Server in VM - Linux",
"resourceTypes": [
"MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
},
"articleId": "articleId1"
}
]
}
}
},
"operationId": "ProblemClassificationsNoSubscription_ClassifyProblems",
"title": "Classify list of problemClassifications for a specified Azure service"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"problemServiceName": "serviceId1",
"api-version": "2026-07-01",
"problemClassificationsClassificationInput": {
"issueSummary": "Can not connect to Windows VM",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachines/vmname"
}
},
"responses": {
"200": {
"body": {
"problemClassificationResults": [
{
"problemId": "problemId1",
"title": "Problem classification title",
"description": "Problem classification description",
"serviceId": "serviceId1",
"problemClassificationId": "problemClassificationId1",
"relatedService": {
"serviceId": "/providers/Microsoft.Support/services/40ef020e-8ae7-8d57-b538-9153c47cee69",
"displayName": "SQL Server in VM - Linux",
"resourceTypes": [
"MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
},
"articleId": "articleId1"
}
]
}
}
},
"operationId": "ProblemClassifications_ClassifyProblems",
"title": "Classify list of problemClassifications for a specified Azure service for a subscription"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2026-07-01",
"serviceClassificationRequest": {
"issueSummary": "Can not connect to Windows VM",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachines/vmname"
}
},
"responses": {
"200": {
"body": {
"serviceClassificationResults": [
{
"serviceId": "/providers/Microsoft.Support/services/5c41904f-1bcf-76e4-7a54-5fc07468f3cc",
"displayName": "Azure Update Manager",
"resourceTypes": [
"Microsoft.HybridCompute/machines",
"Microsoft.Maintenance/maintenanceConfigurations",
"Microsoft.Maintenance/configurationAssignments",
"MICROSOFT.AUTOMATION/AUTOMATIONACCOUNTS",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
},
{
"serviceId": "/providers/Microsoft.Support/services/40ef020e-8ae7-8d57-b538-9153c47cee69",
"displayName": "SQL Server in VM - Linux",
"resourceTypes": [
"MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
}
]
}
}
},
"operationId": "ServiceClassificationsNoSubscription_ClassifyServices",
"title": "Classify list of Azure services"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2026-07-01",
"serviceClassificationRequest": {
"issueSummary": "Can not connect to Windows VM",
"resourceId": "/subscriptions/76cb77fa-8b17-4eab-9493-b65dace99813/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachines/vmname"
}
},
"responses": {
"200": {
"body": {
"serviceClassificationResults": [
{
"serviceId": "/providers/Microsoft.Support/services/5c41904f-1bcf-76e4-7a54-5fc07468f3cc",
"displayName": "Azure Update Manager",
"resourceTypes": [
"Microsoft.HybridCompute/machines",
"Microsoft.Maintenance/maintenanceConfigurations",
"Microsoft.Maintenance/configurationAssignments",
"MICROSOFT.AUTOMATION/AUTOMATIONACCOUNTS",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
},
{
"serviceId": "/providers/Microsoft.Support/services/40ef020e-8ae7-8d57-b538-9153c47cee69",
"displayName": "SQL Server in VM - Linux",
"resourceTypes": [
"MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
"MICROSOFT.COMPUTE/VIRTUALMACHINES"
]
}
]
}
}
},
"operationId": "ServiceClassifications_ClassifyServices",
"title": "Classify list of Azure services for a subscription"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"parameters": {
"api-version": "2026-07-01",
"createSupportTicketParameters": {
"properties": {
"description": "my description",
"advancedDiagnosticConsent": "Yes",
"contactDetails": {
"country": "usa",
"firstName": "abc",
"lastName": "xyz",
"preferredContactMethod": "email",
"preferredSupportLanguage": "en-US",
"preferredTimeZone": "Pacific Standard Time",
"primaryEmailAddress": "abc@contoso.com"
},
"problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
"quotaTicketDetails": {
"quotaChangeRequestSubType": "Account",
"quotaChangeRequestVersion": "1.0",
"quotaChangeRequests": [
{
"payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}",
"region": "EastUS"
}
]
},
"serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
"severity": "moderate",
"supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
"title": "my title"
}
},
"subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
"supportTicketName": "testticket"
},
"responses": {
"200": {
"body": {
"name": "testticket",
"type": "Microsoft.Support/supportTickets",
"id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
"properties": {
"description": "my description",
"advancedDiagnosticConsent": "Yes",
"contactDetails": {
"country": "usa",
"firstName": "abc",
"lastName": "xyz",
"preferredContactMethod": "email",
"preferredSupportLanguage": "en-US",
"preferredTimeZone": "Pacific Standard Time",
"primaryEmailAddress": "abc@contoso.com"
},
"createdDate": "2020-03-20T21:36:18Z",
"fileWorkspaceName": "testticket",
"modifiedDate": "2020-03-20T21:36:23Z",
"problemClassificationDisplayName": "Batch",
"problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
"quotaTicketDetails": {
"quotaChangeRequestSubType": "Account",
"quotaChangeRequestVersion": "1.0",
"quotaChangeRequests": [
{
"payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}",
"region": "EastUS"
}
]
},
"require24X7Response": false,
"serviceDisplayName": "Service and subscription limits (quotas)",
"serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
"serviceLevelAgreement": {
"expirationTime": "2020-03-21T17:36:18Z",
"slaMinutes": 240,
"startTime": "2020-03-20T21:36:18Z"
},
"severity": "moderate",
"status": "Open",
"supportEngineer": {
"emailAddress": null
},
"supportPlanDisplayName": "Premier",
"supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
"supportPlanType": "Premier",
"supportTicketId": "119120321001170",
"title": "my title"
}
}
},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2026-07-01",
"location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2026-07-01"
}
}
},
"operationId": "SupportTickets_Create",
"title": "Create a ticket to request Quota increase for Active Jobs and Job Schedules for a Batch account"
}
Loading