diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailability.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailability.json
new file mode 100644
index 000000000000..75aeb34cd4a4
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailability.json
@@ -0,0 +1,18 @@
+{
+ "parameters": {
+ "api-version": "2025-06-01-preview",
+ "checkNameAvailabilityInput": {
+ "name": "sampleName",
+ "type": "Microsoft.Support/supportTickets"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "nameAvailable": false,
+ "reason": "Name is already in use",
+ "message": "Name not available"
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForNoSubscriptionSupportTicketCommunication.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForNoSubscriptionSupportTicketCommunication.json
new file mode 100644
index 000000000000..4526b3bc8d7d
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForNoSubscriptionSupportTicketCommunication.json
@@ -0,0 +1,19 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "checkNameAvailabilityInput": {
+ "name": "sampleName",
+ "type": "Microsoft.Support/communications"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "nameAvailable": false,
+ "reason": "Name is already in use",
+ "message": "Name not available"
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForSupportTicketCommunication.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForSupportTicketCommunication.json
new file mode 100644
index 000000000000..f764805a8291
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityForSupportTicketCommunication.json
@@ -0,0 +1,20 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "checkNameAvailabilityInput": {
+ "name": "sampleName",
+ "type": "Microsoft.Support/communications"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "nameAvailable": false,
+ "reason": "Name is already in use",
+ "message": "Name not available"
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityWithSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityWithSubscription.json
new file mode 100644
index 000000000000..ca41f51f74a0
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CheckNameAvailabilityWithSubscription.json
@@ -0,0 +1,19 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "api-version": "2025-06-01-preview",
+ "checkNameAvailabilityInput": {
+ "name": "sampleName",
+ "type": "Microsoft.Support/supportTickets"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "nameAvailable": false,
+ "reason": "Name is already in use",
+ "message": "Name not available"
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassifications.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassifications.json
new file mode 100644
index 000000000000..34a7ada2be9d
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassifications.json
@@ -0,0 +1,32 @@
+{
+ "parameters": {
+ "problemServiceName": "serviceId1",
+ "api-version": "2025-06-01-preview",
+ "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"
+ ]
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassificationsForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassificationsForSubscription.json
new file mode 100644
index 000000000000..ee7222825edc
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyProblemClassificationsForSubscription.json
@@ -0,0 +1,34 @@
+{
+ "parameters": {
+ "subscriptionId": "00000000-0000-0000-0000-000000000000",
+ "problemServiceName": "serviceId1",
+ "api-version": "2025-06-01-preview",
+ "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"
+ ]
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServices.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServices.json
new file mode 100644
index 000000000000..6d41396f11fa
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServices.json
@@ -0,0 +1,37 @@
+{
+ "parameters": {
+ "subscriptionId": "00000000-0000-0000-0000-000000000000",
+ "api-version": "2025-06-01-preview",
+ "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"
+ ]
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServicesForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServicesForSubscription.json
new file mode 100644
index 000000000000..a5c83ebe552e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ClassifyServicesForSubscription.json
@@ -0,0 +1,37 @@
+{
+ "parameters": {
+ "subscriptionId": "00000000-0000-0000-0000-000000000000",
+ "api-version": "2025-06-01-preview",
+ "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"
+ ]
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForActiveJobs.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForActiveJobs.json
new file mode 100644
index 000000000000..8f61abde0591
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForActiveJobs.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "problemClassificationDisplayName": "Batch",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForDedicatedCores.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForDedicatedCores.json
new file mode 100644
index 000000000000..1f8b32fa5a9e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForDedicatedCores.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "problemClassificationDisplayName": "Batch",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForLowPriorityCores.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForLowPriorityCores.json
new file mode 100644
index 000000000000..8ddf38c8afbb
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForLowPriorityCores.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"LowPriority\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "problemClassificationDisplayName": "Batch",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"LowPriority\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForPools.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForPools.json
new file mode 100644
index 000000000000..22bf6140ac51
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForPools.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Pools\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "problemClassificationDisplayName": "Batch",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Pools\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSubscription.json
new file mode 100644
index 000000000000..6863b0325951
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBatchQuotaTicketForSubscription.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Subscription",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200,\"Type\":\"Account\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
+ "problemClassificationDisplayName": "Batch",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Subscription",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200,\"Type\":\"Account\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicket.json
new file mode 100644
index 000000000000..7bc885bfc36e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicket.json
@@ -0,0 +1,78 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
+ "severity": "moderate",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "No",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
+ "problemClassificationDisplayName": "Refund request",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
+ "serviceDisplayName": "Billing",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicketForSubscription.json
new file mode 100644
index 000000000000..894a7097a584
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateBillingSupportTicketForSubscription.json
@@ -0,0 +1,79 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
+ "severity": "moderate",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "No",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
+ "problemClassificationDisplayName": "Refund request",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
+ "serviceDisplayName": "Billing",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateCoresQuotaTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateCoresQuotaTicketForSubscription.json
new file mode 100644
index 000000000000..4401bbdea4e2
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateCoresQuotaTicketForSubscription.json
@@ -0,0 +1,96 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cores_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"SKU\":\"DSv3 Series\",\"NewLimit\":104}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cores_problemClassification_guid",
+ "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"VmFamily\":\"DSv3 Series\",\"NewLimit\":104}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFile.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFile.json
new file mode 100644
index 000000000000..b0b93d7aff7e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFile.json
@@ -0,0 +1,29 @@
+{
+ "parameters": {
+ "fileWorkspaceName": "testworkspace",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview",
+ "createFileParameters": {
+ "properties": {
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ },
+ "responses": {
+ "201": {
+ "body": {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test.txt",
+ "name": "test.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileForSubscription.json
new file mode 100644
index 000000000000..32fc089bf42c
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileForSubscription.json
@@ -0,0 +1,30 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspace",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview",
+ "createFileParameters": {
+ "properties": {
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ },
+ "responses": {
+ "201": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test.txt",
+ "name": "test.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspace.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspace.json
new file mode 100644
index 000000000000..5b57ca975d89
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspace.json
@@ -0,0 +1,19 @@
+{
+ "parameters": {
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "201": {
+ "body": {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace",
+ "name": "testworkspace",
+ "type": "Microsoft.Support/fileWorkspaces",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "expirationTime": "2022-08-25T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspaceForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspaceForSubscription.json
new file mode 100644
index 000000000000..4288692ba8db
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateFileWorkspaceForSubscription.json
@@ -0,0 +1,20 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "201": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace",
+ "name": "testworkspace",
+ "type": "Microsoft.Support/fileWorkspaces",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "expirationTime": "2022-08-25T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateGenericQuotaTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateGenericQuotaTicket.json
new file mode 100644
index 000000000000..dab5910462b3
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateGenericQuotaTicket.json
@@ -0,0 +1,75 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "Increase the maximum throughput per container limit to 10000 for account foo bar",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "Increase the maximum throughput per container limit to 10000 for account foo bar",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid",
+ "problemClassificationDisplayName": "Cosmos DB",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForDedicatedCores.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForDedicatedCores.json
new file mode 100644
index 000000000000..dd49afa8328c
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForDedicatedCores.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "BatchAml",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
+ "problemClassificationDisplayName": "Machine Learning service",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForLowPriorityCores.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForLowPriorityCores.json
new file mode 100644
index 000000000000..453ec8bade34
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateMachineLearningQuotaTicketForLowPriorityCores.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "BatchAml",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200,\"Type\":\"LowPriority\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
+ "problemClassificationDisplayName": "Machine Learning service",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Account",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200,\"Type\":\"LowPriority\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateNoSubscriptionSupportTicketCommunication.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateNoSubscriptionSupportTicketCommunication.json
new file mode 100644
index 000000000000..0b779c5c9202
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateNoSubscriptionSupportTicketCommunication.json
@@ -0,0 +1,37 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "communicationName": "testcommunication",
+ "api-version": "2025-06-01-preview",
+ "createCommunicationParameters": {
+ "properties": {
+ "subject": "This is a test message from a customer!",
+ "body": "This is a test message from a customer!",
+ "sender": "user@contoso.com"
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testcommunication",
+ "name": "testcommunication",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "This is a test message from a customer!",
+ "body": "This is a test message from a customer!",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "createdDate": "2020-03-10T20:18:19Z",
+ "sender": "user@contoso.com"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForDTUs.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForDTUs.json
new file mode 100644
index 000000000000..a62704e6f9b1
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForDTUs.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "DTUs",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
+ "problemClassificationDisplayName": "SQL database",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "DTUs",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForServers.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForServers.json
new file mode 100644
index 000000000000..6c19f41b57cf
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatabaseQuotaTicketForServers.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Servers",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
+ "problemClassificationDisplayName": "SQL database",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Servers",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForDTUs.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForDTUs.json
new file mode 100644
index 000000000000..c2fea80acbbe
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForDTUs.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "DTUs",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
+ "problemClassificationDisplayName": "SQL Data Warehouse",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "DTUs",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForServers.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForServers.json
new file mode 100644
index 000000000000..e7424b7389e4
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForServers.json
@@ -0,0 +1,98 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Servers",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
+ "problemClassificationDisplayName": "SQL Data Warehouse",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "Servers",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlManagedInstanceQuotaTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlManagedInstanceQuotaTicket.json
new file mode 100644
index 000000000000..d9757090bbef
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSqlManagedInstanceQuotaTicket.json
@@ -0,0 +1,106 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_managedinstance_problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "SQLMI",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"vCore\"}"
+ },
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"Subnet\"}"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
+ "problemClassificationDisplayName": "SQL Database Managed Instance",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testticket",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "quotaTicketDetails": {
+ "quotaChangeRequestVersion": "1.0",
+ "quotaChangeRequestSubType": "SQLMI",
+ "quotaChangeRequests": [
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"vCore\"}"
+ },
+ {
+ "region": "EastUS",
+ "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"Subnet\"}"
+ }
+ ]
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
+ "serviceDisplayName": "Service and subscription limits (quotas)",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicket.json
new file mode 100644
index 000000000000..e8cc5046a08e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicket.json
@@ -0,0 +1,78 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
+ "severity": "moderate",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
+ "problemClassificationDisplayName": "Transfer ownership of my subscription",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicketForSubscription.json
new file mode 100644
index 000000000000..0ddac57e696c
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSubMgmtSupportTicketForSubscription.json
@@ -0,0 +1,79 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
+ "severity": "moderate",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "No",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
+ "problemClassificationDisplayName": "Transfer ownership of my subscription",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSupportTicketCommunication.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSupportTicketCommunication.json
new file mode 100644
index 000000000000..69a0b720f17e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateSupportTicketCommunication.json
@@ -0,0 +1,38 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "communicationName": "testcommunication",
+ "api-version": "2025-06-01-preview",
+ "createCommunicationParameters": {
+ "properties": {
+ "subject": "This is a test message from a customer!",
+ "body": "This is a test message from a customer!",
+ "sender": "user@contoso.com"
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testcommunication",
+ "name": "testcommunication",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "This is a test message from a customer!",
+ "body": "This is a test message from a customer!",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "createdDate": "2020-03-10T20:18:19Z",
+ "sender": "user@contoso.com"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicket.json
new file mode 100644
index 000000000000..b8618ed465e5
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicket.json
@@ -0,0 +1,94 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/cddd3eb5-1830-b494-44fd-782f691479dc",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "virtualmachinerunninglinuxservice"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers"
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "virtualmachinerunninglinuxservice"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicketForSubscription.json
new file mode 100644
index 000000000000..14bb5cdf0d54
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/CreateTechnicalSupportTicketForSubscription.json
@@ -0,0 +1,101 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "createSupportTicketParameters": {
+ "properties": {
+ "serviceId": "/providers/Microsoft.Support/services/cddd3eb5-1830-b494-44fd-782f691479dc",
+ "title": "my title",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
+ "severity": "moderate",
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "virtualmachinerunninglinuxservice"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredContactMethod": "email",
+ "preferredTimeZone": "Pacific Standard Time",
+ "preferredSupportLanguage": "en-US",
+ "country": "usa"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers"
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "headers": {
+ "location": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2025-06-01-preview",
+ "azure-asyncoperation": "https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2025-06-01-preview"
+ }
+ },
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "virtualmachinerunninglinuxservice"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSubscriptionSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSubscriptionSupportTicket.json
new file mode 100644
index 000000000000..b1ad8e6d4e42
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSubscriptionSupportTicket.json
@@ -0,0 +1,25 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "communicationName": "testmessage",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage",
+ "name": "testmessage",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-10T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSupportTicket.json
new file mode 100644
index 000000000000..f395d8d1a68b
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetCommunicationDetailsForSupportTicket.json
@@ -0,0 +1,24 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "communicationName": "testmessage",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage",
+ "name": "testmessage",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2016-08-24T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetails.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetails.json
new file mode 100644
index 000000000000..c03707af66e8
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetails.json
@@ -0,0 +1,22 @@
+{
+ "parameters": {
+ "fileWorkspaceName": "testworkspace",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test.txt",
+ "name": "test.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetailsForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetailsForSubscription.json
new file mode 100644
index 000000000000..b2bb5233ebf4
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileDetailsForSubscription.json
@@ -0,0 +1,23 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspace",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test.txt",
+ "name": "test.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetails.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetails.json
new file mode 100644
index 000000000000..8dd8b24c4c43
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetails.json
@@ -0,0 +1,19 @@
+{
+ "parameters": {
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace",
+ "name": "testworkspace",
+ "type": "Microsoft.Support/fileWorkspaces",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "expirationTime": "2022-08-25T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetailsForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetailsForSubscription.json
new file mode 100644
index 000000000000..846fa03b8ae0
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetFileWorkspaceDetailsForSubscription.json
@@ -0,0 +1,20 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace",
+ "name": "testworkspace",
+ "type": "Microsoft.Support/fileWorkspaces",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "expirationTime": "2022-08-25T20:18:19Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetProblemClassification.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetProblemClassification.json
new file mode 100644
index 000000000000..538713b06f1e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetProblemClassification.json
@@ -0,0 +1,19 @@
+{
+ "parameters": {
+ "serviceName": "service_guid",
+ "problemClassificationName": "problemClassification_guid",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid",
+ "name": "problemClassification_guid",
+ "type": "Microsoft.Support/problemClassifications",
+ "properties": {
+ "displayName": "Reservation Management / Exchanges and Refunds"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetService.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetService.json
new file mode 100644
index 000000000000..d849079fe4ac
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetService.json
@@ -0,0 +1,22 @@
+{
+ "parameters": {
+ "serviceName": "service_guid",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/services/service_guid",
+ "name": "service_guid",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Virtual Machine running Windows",
+ "resourceTypes": [
+ "MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
+ "MICROSOFT.COMPUTE/VIRTUALMACHINES"
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSubscriptionSupportTicketDetails.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSubscriptionSupportTicketDetails.json
new file mode 100644
index 000000000000..48d5ec8df8c7
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSubscriptionSupportTicketDetails.json
@@ -0,0 +1,56 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationUnavailable"
+ },
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSupportTicketDetails.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSupportTicketDetails.json
new file mode 100644
index 000000000000..154d29b2f9bd
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetSupportTicketDetails.json
@@ -0,0 +1,55 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationUnavailable"
+ },
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSubscriptionSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSubscriptionSupportTicket.json
new file mode 100644
index 000000000000..c973e53c2722
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSubscriptionSupportTicket.json
@@ -0,0 +1,35 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "chatTranscriptName": "69586795-45e9-45b5-bd9e-c9bb237d3e44",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/chatTranscripts/69586795-45e9-45b5-bd9e-c9bb237d3e44",
+ "name": "testmessage",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer 2",
+ "body": "Hi again",
+ "createdDate": "2020-03-23T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hello",
+ "createdDate": "2020-03-23T20:19:16Z"
+ }
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSupportTicket.json
new file mode 100644
index 000000000000..f47ae46b15c4
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/GetchatTranscriptDetailsForSupportTicket.json
@@ -0,0 +1,34 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "chatTranscriptName": "b371192a-b094-4a71-b093-7246029b0a54",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/chatTranscripts/b371192a-b094-4a71-b093-7246029b0a54",
+ "name": "testmessage",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer 2",
+ "body": "Hi again",
+ "createdDate": "2020-03-25T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hello",
+ "createdDate": "2020-03-25T20:19:16Z"
+ }
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSubscriptionSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSubscriptionSupportTicket.json
new file mode 100644
index 000000000000..c1224161b172
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSubscriptionSupportTicket.json
@@ -0,0 +1,63 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/2207120020000085/chatTranscripts/55989c71-1727-4cd9-abad-ddb8770f71cd",
+ "name": "55989c71-1727-4cd9-abad-ddb8770f71cd",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer",
+ "body": "Hi",
+ "createdDate": "2020-03-24T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hi",
+ "createdDate": "2020-03-24T20:19:16Z"
+ }
+ ],
+ "startTime": "2023-08-22T22:46:35Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/2207120020000085/chatTranscripts/f15051e3-a2f2-489f-9e64-8cfa203f44f8",
+ "name": "f15051e3-a2f2-489f-9e64-8cfa203f44f8",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer 2",
+ "body": "Hi again",
+ "createdDate": "2020-03-25T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hello",
+ "createdDate": "2020-03-25T20:19:16Z"
+ }
+ ],
+ "startTime": "2023-08-22T22:46:35Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSupportTicket.json
new file mode 100644
index 000000000000..6161a1d21c40
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListChatTranscriptsForSupportTicket.json
@@ -0,0 +1,62 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/2207120020000085/chatTranscripts/55989c71-1727-4cd9-abad-ddb8770f71cd",
+ "name": "55989c71-1727-4cd9-abad-ddb8770f71cd",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer",
+ "body": "Hi",
+ "createdDate": "2020-03-24T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hi",
+ "createdDate": "2020-03-24T20:19:16Z"
+ }
+ ],
+ "startTime": "2023-08-22T22:46:35Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/2207120020000085/chatTranscripts/f15051e3-a2f2-489f-9e64-8cfa203f44f8",
+ "name": "f15051e3-a2f2-489f-9e64-8cfa203f44f8",
+ "type": "Microsoft.Support/chatTranscripts",
+ "properties": {
+ "messages": [
+ {
+ "contentType": "text",
+ "communicationDirection": "outbound",
+ "sender": "support engineer 2",
+ "body": "Hi again",
+ "createdDate": "2020-03-25T20:18:19Z"
+ },
+ {
+ "contentType": "text",
+ "communicationDirection": "inbound",
+ "sender": "user",
+ "body": "hello",
+ "createdDate": "2020-03-25T20:19:16Z"
+ }
+ ],
+ "startTime": "2023-08-22T22:46:35Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSubscriptionSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSubscriptionSupportTicket.json
new file mode 100644
index 000000000000..4aed9661636b
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSubscriptionSupportTicket.json
@@ -0,0 +1,41 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-24T20:18:19Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-29T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSupportTicket.json
new file mode 100644
index 000000000000..252bb9a35db6
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListCommunicationsForSupportTicket.json
@@ -0,0 +1,40 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-24T20:18:19Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-29T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesForSubscriptionUnderFileWorkspace.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesForSubscriptionUnderFileWorkspace.json
new file mode 100644
index 000000000000..2cf265284d62
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesForSubscriptionUnderFileWorkspace.json
@@ -0,0 +1,37 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test1.txt",
+ "name": "test1.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test2.txt",
+ "name": "test2.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesUnderFileWorkspace.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesUnderFileWorkspace.json
new file mode 100644
index 000000000000..58dd3c0382bf
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListFilesUnderFileWorkspace.json
@@ -0,0 +1,36 @@
+{
+ "parameters": {
+ "fileWorkspaceName": "testworkspace",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test1.txt",
+ "name": "test1.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test1.txt",
+ "name": "test1.txt",
+ "type": "Microsoft.Support/files",
+ "properties": {
+ "createdOn": "2022-08-24T20:18:19Z",
+ "chunkSize": 41423,
+ "fileSize": 41423,
+ "numberOfChunks": 1
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListOperations.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListOperations.json
new file mode 100644
index 000000000000..630f04312350
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListOperations.json
@@ -0,0 +1,94 @@
+{
+ "parameters": {
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "name": "Microsoft.Support/services/read",
+ "display": {
+ "description": "Gets all the Azure services available for support",
+ "operation": "Reads Services",
+ "provider": "Microsoft Support",
+ "resource": "Service"
+ }
+ },
+ {
+ "name": "Microsoft.Support/problemClassifications/read",
+ "display": {
+ "description": "Gets all the problem classifications available for a specific Azure service",
+ "operation": "Reads Problem Classifications",
+ "provider": "Microsoft Support",
+ "resource": "Problem Classification"
+ }
+ },
+ {
+ "name": "Microsoft.Support/supportTickets/read",
+ "display": {
+ "description": "Gets all the support tickets",
+ "operation": "Reads Support Tickets",
+ "provider": "Microsoft Support",
+ "resource": "Support Ticket"
+ }
+ },
+ {
+ "name": "Microsoft.Support/supportTickets/write",
+ "display": {
+ "description": "Updates support ticket",
+ "operation": "Updates support ticket",
+ "provider": "Microsoft Support",
+ "resource": "Support Ticket"
+ }
+ },
+ {
+ "name": "Microsoft.Support/communications/read",
+ "display": {
+ "description": "Gets all the communications",
+ "operation": "Reads Communications",
+ "provider": "Microsoft Support",
+ "resource": "Communication"
+ }
+ },
+ {
+ "name": "Microsoft.Support/communications/write",
+ "display": {
+ "description": "Creates a communication",
+ "operation": "Creates a communication",
+ "provider": "Microsoft Support",
+ "resource": "Communication"
+ }
+ },
+ {
+ "name": "Microsoft.Support/register/action",
+ "display": {
+ "description": "Registers Support Resource Provider",
+ "operation": "Registers Support Resource Provider",
+ "provider": "Registers Support Resource Provider",
+ "resource": "Support Registration"
+ }
+ },
+ {
+ "name": "Microsoft.Support/createSupportTicket/action",
+ "display": {
+ "description": "Creates support ticket",
+ "operation": "Registers Support Resource Provider",
+ "provider": "Microsoft Support",
+ "resource": "SupportTicket"
+ }
+ },
+ {
+ "name": "Microsoft.Support/addCommunication/action",
+ "display": {
+ "description": "Add communication to support ticket",
+ "operation": "Registers Support Resource Provider",
+ "provider": "Microsoft Support",
+ "resource": "Communication"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListProblemClassifications.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListProblemClassifications.json
new file mode 100644
index 000000000000..43e8913f7291
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListProblemClassifications.json
@@ -0,0 +1,70 @@
+{
+ "parameters": {
+ "serviceName": "service_guid",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_1",
+ "name": "problemClassification_guid_1",
+ "type": "Microsoft.Support/problemClassifications",
+ "properties": {
+ "displayName": "Reservation Management / Exchanges and Refunds",
+ "secondaryConsentEnabled": [
+ {
+ "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
+ "type": "DatabricksConsent"
+ }
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_2",
+ "name": "problemClassification_guid_2",
+ "type": "Microsoft.Support/problemClassifications",
+ "properties": {
+ "displayName": "Reservation Management / Request Invoices",
+ "secondaryConsentEnabled": [
+ {
+ "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
+ "type": "DatabricksConsent"
+ }
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_3",
+ "name": "problemClassification_guid_3",
+ "type": "Microsoft.Support/problemClassifications",
+ "properties": {
+ "displayName": "Reservation Management / Other Iissues or Requests",
+ "secondaryConsentEnabled": [
+ {
+ "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
+ "type": "DatabricksConsent"
+ }
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_4",
+ "name": "problemClassification_guid_4",
+ "type": "Microsoft.Support/problemClassifications",
+ "properties": {
+ "displayName": "Other General Billing Questions",
+ "secondaryConsentEnabled": [
+ {
+ "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
+ "type": "DatabricksConsent"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListServices.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListServices.json
new file mode 100644
index 000000000000..8e0d4cd316b8
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListServices.json
@@ -0,0 +1,88 @@
+{
+ "parameters": {
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_1",
+ "name": "service_guid_1",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Billing",
+ "resourceTypes": []
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_2",
+ "name": "service_guid_2",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Service and subscription limits (quotas)",
+ "resourceTypes": []
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_3",
+ "name": "service_guid_3",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Subscription management",
+ "resourceTypes": []
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_4",
+ "name": "service_guid_4",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Data Explorer",
+ "resourceTypes": [
+ "MICROSOFT.KUSTO/CLUSTERS",
+ "MICROSOFT.KUSTO/DATABASES"
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_5",
+ "name": "service_guid_5",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Virtual Machine running Windows",
+ "resourceTypes": [
+ "MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
+ "MICROSOFT.COMPUTE/VIRTUALMACHINES"
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_6",
+ "name": "service_guid_6",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Virtual Machine running Linux",
+ "resourceTypes": [
+ "MICROSOFT.CLASSICCOMPUTE/VIRTUALMACHINES",
+ "MICROSOFT.COMPUTE/VIRTUALMACHINES"
+ ]
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/services/service_guid_7",
+ "name": "service_guid_7",
+ "type": "Microsoft.Support/services",
+ "properties": {
+ "displayName": "Virtual Network",
+ "resourceTypes": [
+ "MICROSOFT.NETWORK/VIRTUALNETWORKS",
+ "MICROSOFT.CLASSICNETWORK/VIRTUALNETWORKS"
+ ]
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTickets.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTickets.json
new file mode 100644
index 000000000000..12f01c900bdb
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTickets.json
@@ -0,0 +1,102 @@
+{
+ "parameters": {
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsBySubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsBySubscription.json
new file mode 100644
index 000000000000..8602879abd6d
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsBySubscription.json
@@ -0,0 +1,107 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "communityForumPost": "https://learn.microsoft.com/en-us/answers/questions/2283704/unverified-app-listed-under-applications-from-pers",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenState.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenState.json
new file mode 100644
index 000000000000..d55fe9b17777
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenState.json
@@ -0,0 +1,103 @@
+{
+ "parameters": {
+ "$filter": "createdDate ge 2020-03-10T22:08:51Z and status eq 'Open'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:23Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:18Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenStateBySubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenStateBySubscription.json
new file mode 100644
index 000000000000..6df51faefa8e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInOpenStateBySubscription.json
@@ -0,0 +1,107 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "createdDate ge 2020-03-10T22:08:51Z and status eq 'Open'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:23Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:18Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingState.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingState.json
new file mode 100644
index 000000000000..4c5601f43f16
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingState.json
@@ -0,0 +1,110 @@
+{
+ "parameters": {
+ "$filter": "createdDate ge 2020-03-10T22:08:51Z and status eq 'Updating'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Updating",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:23Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Updating",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:18Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingStateBySubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingStateBySubscription.json
new file mode 100644
index 000000000000..e8a445387de3
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingStateBySubscription.json
@@ -0,0 +1,107 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "createdDate ge 2020-03-10T22:08:51Z and status eq 'Updating'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Updating",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:23Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-11T21:36:18Z",
+ "expirationTime": "2020-03-12T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Updating",
+ "createdDate": "2020-03-11T21:36:18Z",
+ "modifiedDate": "2020-03-12T21:36:18Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenState.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenState.json
new file mode 100644
index 000000000000..60565d893577
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenState.json
@@ -0,0 +1,103 @@
+{
+ "parameters": {
+ "$filter": "status eq 'Open'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenStateBySubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenStateBySubscription.json
new file mode 100644
index 000000000000..7f3cd9ab6bd8
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInOpenStateBySubscription.json
@@ -0,0 +1,107 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "status eq 'Open'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingState.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingState.json
new file mode 100644
index 000000000000..1ebb31c42003
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingState.json
@@ -0,0 +1,103 @@
+{
+ "parameters": {
+ "$filter": "status eq 'Updating'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Updating",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Updating",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingStateBySubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingStateBySubscription.json
new file mode 100644
index 000000000000..33810a81fd85
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsInUpdatingStateBySubscription.json
@@ -0,0 +1,107 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "status eq 'Updating'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "119120321001170",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
+ "severity": "moderate",
+ "require24X7Response": false,
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "technicalTicketDetails": {
+ "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/virtual_machine_service_guid",
+ "serviceDisplayName": "Virtual Machine running Linux",
+ "status": "Updating",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket2",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183771",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Updating",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEquals.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEquals.json
new file mode 100644
index 000000000000..a52537c9537b
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEquals.json
@@ -0,0 +1,87 @@
+{
+ "parameters": {
+ "$filter": "ProblemClassificationId eq 'compute_vm_problemClassification_guid'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testTicket1",
+ "name": "testTicket1",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205060010000072",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/service_guid/problemClassifications/compute_vm_problemClassification_guid",
+ "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "enrollmentId": "",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testTicket1",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/service_guid",
+ "serviceDisplayName": "service_displayName",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:52:10Z",
+ "modifiedDate": "2022-05-12T23:05:19Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testTicket2",
+ "name": "testTicket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000077",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/service_guid/problemClassifications/compute_vm_problemClassification_guid",
+ "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testTicket2",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/service_guid",
+ "serviceDisplayName": "service_displayName",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:38:42Z",
+ "modifiedDate": "2022-05-04T21:39:14Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEqualsForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEqualsForSubscription.json
new file mode 100644
index 000000000000..8355e4ccca41
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsProblemClassificationIdEqualsForSubscription.json
@@ -0,0 +1,88 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "ProblemClassificationId eq 'compute_vm_problemClassification_guid'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testTicket1",
+ "name": "testTicket1",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205060010000072",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/service_guid/problemClassifications/compute_vm_problemClassification_guid",
+ "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "enrollmentId": "",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testTicket1",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/service_guid",
+ "serviceDisplayName": "service_displayName",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:52:10Z",
+ "modifiedDate": "2022-05-12T23:05:19Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testTicket2",
+ "name": "testTicket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000077",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/service_guid/problemClassifications/compute_vm_problemClassification_guid",
+ "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "testTicket2",
+ "advancedDiagnosticConsent": "Yes",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/service_guid",
+ "serviceDisplayName": "service_displayName",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:38:42Z",
+ "modifiedDate": "2022-05-04T21:39:14Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEquals.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEquals.json
new file mode 100644
index 000000000000..db7d8d736563
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEquals.json
@@ -0,0 +1,101 @@
+{
+ "parameters": {
+ "$filter": "ServiceId eq 'vm_windows_service_guid'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets",
+ "name": "testticket1",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000082",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/vm_windows_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "problemClassification_displayName",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "enrollmentId": "",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/vm_windows_service_guid",
+ "serviceDisplayName": "Virtual Machine running Windows",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:52:10Z",
+ "modifiedDate": "2022-05-12T23:05:19Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000080",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/vm_windows_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "problemClassification_displayName",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/vm_windows_service_guid",
+ "serviceDisplayName": "Virtual Machine running Windows",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:38:42Z",
+ "modifiedDate": "2022-05-04T21:39:14Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEqualsForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEqualsForSubscription.json
new file mode 100644
index 000000000000..24e2124cef3b
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListSupportTicketsServiceIdEqualsForSubscription.json
@@ -0,0 +1,102 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "$filter": "ServiceId eq 'vm_windows_service_guid'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets",
+ "name": "testticket1",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000082",
+ "description": "my description",
+ "problemClassificationId": "/providers/Microsoft.Support/services/vm_windows_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "problemClassification_displayName",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "enrollmentId": "",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "usa",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "my title",
+ "serviceId": "/providers/Microsoft.Support/services/vm_windows_service_guid",
+ "serviceDisplayName": "Virtual Machine running Windows",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:52:10Z",
+ "modifiedDate": "2022-05-12T23:05:19Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets",
+ "name": "testticket2",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "2205040010000080",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/vm_windows_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "problemClassification_displayName",
+ "severity": "minimal",
+ "require24X7Response": false,
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "advancedDiagnosticConsent": "Yes",
+ "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
+ "secondaryConsent": [
+ {
+ "userConsent": "Yes",
+ "type": "VirtualMachine"
+ }
+ ],
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "abc@contoso.com",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/vm_windows_service_guid",
+ "serviceDisplayName": "Virtual Machine running Windows",
+ "status": "Open",
+ "createdDate": "2022-05-04T21:38:42Z",
+ "modifiedDate": "2022-05-04T21:39:14Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicket.json
new file mode 100644
index 000000000000..c6417a3e091b
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicket.json
@@ -0,0 +1,42 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "$filter": "communicationType eq 'web'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-10T20:18:19Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-11T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicketCreatedOnOrAfter.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicketCreatedOnOrAfter.json
new file mode 100644
index 000000000000..5e6a3d149d6d
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSubscriptionSupportTicketCreatedOnOrAfter.json
@@ -0,0 +1,42 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "$filter": "communicationType eq 'web' and createdDate ge 2020-03-10T22:08:51Z",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-11T20:18:19Z"
+ }
+ },
+ {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-12T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicket.json
new file mode 100644
index 000000000000..616e71f8aecf
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicket.json
@@ -0,0 +1,41 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "$filter": "communicationType eq 'web'",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-10T20:18:19Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-11T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicketCreatedOnOrAfter.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicketCreatedOnOrAfter.json
new file mode 100644
index 000000000000..b34ef0abe446
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/ListWebCommunicationsForSupportTicketCreatedOnOrAfter.json
@@ -0,0 +1,41 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "$filter": "communicationType eq 'web' and createdDate ge 2020-03-10T22:08:51Z",
+ "api-version": "2025-06-01-preview"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage1",
+ "name": "testmessage1",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "this is a test message",
+ "body": "this is a test message",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-11T20:18:19Z"
+ }
+ },
+ {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket/communications/testmessage2",
+ "name": "testmessage2",
+ "type": "Microsoft.Support/communications",
+ "properties": {
+ "subject": "test",
+ "body": "test",
+ "communicationType": "web",
+ "communicationDirection": "outbound",
+ "sender": "user@contoso.com",
+ "createdDate": "2020-03-12T10:53:19Z"
+ }
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/LookUpResourceId.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/LookUpResourceId.json
new file mode 100644
index 000000000000..909c6ef797c4
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/LookUpResourceId.json
@@ -0,0 +1,16 @@
+{
+ "parameters": {
+ "api-version": "2025-06-01-preview",
+ "lookUpResourceIdRequest": {
+ "type": "Microsoft.Support/supportTickets",
+ "identifier": "1234668596"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "resourceId": "/subscriptions/subId/providers/Microsoft.Support/supportTickets/SupportTicketName"
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicket.json
new file mode 100644
index 000000000000..a6baf4476d4a
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicket.json
@@ -0,0 +1,58 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "advancedDiagnosticConsent": "Yes"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicketForSubscription.json
new file mode 100644
index 000000000000..27e08f4b8057
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateAdvancedDiagnosticConsentOfSupportTicketForSubscription.json
@@ -0,0 +1,59 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "advancedDiagnosticConsent": "Yes"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicket.json
new file mode 100644
index 000000000000..f610b61c1d7a
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicket.json
@@ -0,0 +1,72 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "contactDetails": {
+ "firstName": "first name",
+ "lastName": "last name",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "first name",
+ "lastName": "last name",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicketForSubscription.json
new file mode 100644
index 000000000000..f1fa8ad7b5ef
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateContactDetailsOfSupportTicketForSubscription.json
@@ -0,0 +1,73 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "contactDetails": {
+ "firstName": "first name",
+ "lastName": "last name",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "first name",
+ "lastName": "last name",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicket.json
new file mode 100644
index 000000000000..0bf1c022a2f1
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicket.json
@@ -0,0 +1,73 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "contactDetails": {
+ "phoneNumber": "123-456-7890"
+ },
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationInitiated",
+ "reasonForEscalation": "Server is down and business is impacted"
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationInitiated",
+ "allowedSeverities": [
+ "critical",
+ "highestcriticalimpact"
+ ],
+ "reasonForEscalation": "Server is down and business is impacted"
+ },
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicketForSubscription.json
new file mode 100644
index 000000000000..4a723034ce79
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateEscalationStatusOfSupportTicketForSubscription.json
@@ -0,0 +1,74 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "contactDetails": {
+ "phoneNumber": "123-456-7890"
+ },
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationInitiated",
+ "reasonForEscalation": "Server is down and business is impacted"
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "phoneNumber": "123-456-7890",
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "directConnectEscalation": {
+ "azureEEStatus": "EscalationInitiated",
+ "allowedSeverities": [
+ "critical",
+ "highestcriticalimpact"
+ ],
+ "reasonForEscalation": "Server is down and business is impacted"
+ },
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicket.json
new file mode 100644
index 000000000000..9c3718504219
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicket.json
@@ -0,0 +1,58 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "severity": "critical"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicketForSubscription.json
new file mode 100644
index 000000000000..f3f43d2e282d
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateSeverityOfSupportTicketForSubscription.json
@@ -0,0 +1,59 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "severity": "critical"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": "xyz@contoso.com"
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Open",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicket.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicket.json
new file mode 100644
index 000000000000..a6e8b18ec97e
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicket.json
@@ -0,0 +1,58 @@
+{
+ "parameters": {
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "status": "closed"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "Yes",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Closed",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicketForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicketForSubscription.json
new file mode 100644
index 000000000000..c3c5ac52c4ff
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UpdateStatusOfSupportTicketForSubscription.json
@@ -0,0 +1,59 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "supportTicketName": "testticket",
+ "api-version": "2025-06-01-preview",
+ "updateSupportTicket": {
+ "status": "closed"
+ }
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
+ "name": "testticket",
+ "type": "Microsoft.Support/supportTickets",
+ "properties": {
+ "supportTicketId": "118032014183770",
+ "description": "This is a test - please ignore",
+ "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/problemClassification_guid",
+ "problemClassificationDisplayName": "Add or Edit VAT, TAX ID, or PO Number",
+ "severity": "critical",
+ "require24X7Response": false,
+ "advancedDiagnosticConsent": "No",
+ "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
+ "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
+ "contactDetails": {
+ "firstName": "abc",
+ "lastName": "xyz",
+ "preferredContactMethod": "email",
+ "primaryEmailAddress": "test.name@contoso.com",
+ "additionalEmailAddresses": [
+ "tname@contoso.com",
+ "teamtest@contoso.com"
+ ],
+ "preferredTimeZone": "Pacific Standard Time",
+ "country": "USA",
+ "preferredSupportLanguage": "en-US"
+ },
+ "serviceLevelAgreement": {
+ "startTime": "2020-03-20T21:36:18Z",
+ "expirationTime": "2020-03-21T17:36:18Z",
+ "slaMinutes": 240
+ },
+ "supportEngineer": {
+ "emailAddress": null
+ },
+ "supportPlanType": "Premier",
+ "supportPlanDisplayName": "Premier",
+ "title": "Test - please ignore",
+ "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
+ "serviceDisplayName": "Subscription management",
+ "status": "Closed",
+ "createdDate": "2020-03-20T21:36:18Z",
+ "modifiedDate": "2020-03-20T21:36:23Z"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFile.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFile.json
new file mode 100644
index 000000000000..1a4281dfb557
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFile.json
@@ -0,0 +1,15 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspaceName",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview",
+ "uploadFile": {
+ "content": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABd",
+ "chunkIndex": 0
+ }
+ },
+ "responses": {
+ "204": {}
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFileForSubscription.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFileForSubscription.json
new file mode 100644
index 000000000000..1a4281dfb557
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/examples/UploadFileForSubscription.json
@@ -0,0 +1,15 @@
+{
+ "parameters": {
+ "subscriptionId": "132d901f-189d-4381-9214-fe68e27e05a1",
+ "fileWorkspaceName": "testworkspaceName",
+ "fileName": "test.txt",
+ "api-version": "2025-06-01-preview",
+ "uploadFile": {
+ "content": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABd",
+ "chunkIndex": 0
+ }
+ },
+ "responses": {
+ "204": {}
+ }
+}
diff --git a/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/support.json b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/support.json
new file mode 100644
index 000000000000..54305acaa829
--- /dev/null
+++ b/specification/support/resource-manager/Microsoft.Support/preview/2025-06-01-preview/support.json
@@ -0,0 +1,3567 @@
+{
+ "swagger": "2.0",
+ "info": {
+ "version": "2025-06-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": "../../../../../common-types/resource-management/v5/types.json#/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": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "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. For **Technical** issues, select the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down list on the Azure portal's [New support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.",
+ "operationId": "Services_List",
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved list of the Azure services available for support.",
+ "schema": {
+ "$ref": "#/definitions/ServicesListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": null
+ },
+ "x-ms-examples": {
+ "Gets list of services for which a support ticket can be created": {
+ "$ref": "./examples/ListServices.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/services/{serviceName}": {
+ "get": {
+ "tags": [
+ "Services"
+ ],
+ "description": "Gets a specific Azure service for support ticket creation.",
+ "operationId": "Services_Get",
+ "parameters": [
+ {
+ "name": "serviceName",
+ "in": "path",
+ "description": "Name of the Azure service.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved Azure service for support ticket creation.",
+ "schema": {
+ "$ref": "#/definitions/Service"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Gets details of the Azure service": {
+ "$ref": "./examples/GetService.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/classifyServices": {
+ "post": {
+ "tags": [
+ "ServiceClassifications"
+ ],
+ "description": "Classify the list of right Azure services.",
+ "operationId": "ServiceClassificationsNoSubscription_classifyServices",
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "serviceClassificationRequest",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ServiceClassificationRequest"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully classified list of Azure services.",
+ "schema": {
+ "$ref": "#/definitions/ServiceClassificationOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Classify list of Azure services": {
+ "$ref": "./examples/ClassifyServices.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/classifyServices": {
+ "post": {
+ "tags": [
+ "ServiceClassifications"
+ ],
+ "description": "Classify the list of right Azure services.",
+ "operationId": "ServiceClassifications_classifyServices",
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "serviceClassificationRequest",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ServiceClassificationRequest"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully classified list of Azure services.",
+ "schema": {
+ "$ref": "#/definitions/ServiceClassificationOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Classify list of Azure services for a subscription": {
+ "$ref": "./examples/ClassifyServicesForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/services/{problemServiceName}/classifyProblems": {
+ "post": {
+ "tags": [
+ "ProblemClassifications"
+ ],
+ "description": "Classify the right problem classifications (categories) available for a specific Azure service. ",
+ "operationId": "ProblemClassificationsNoSubscription_classifyProblems",
+ "parameters": [
+ {
+ "$ref": "#/parameters/ProblemServiceNameParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "problemClassificationsClassificationInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ProblemClassificationsClassificationInput"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully classified list of problem classifications for the specified Azure service.",
+ "schema": {
+ "$ref": "#/definitions/ProblemClassificationsClassificationOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Classify list of problemClassifications for a specified Azure service": {
+ "$ref": "./examples/ClassifyProblemClassifications.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/services/{problemServiceName}/classifyProblems": {
+ "post": {
+ "tags": [
+ "ProblemClassifications"
+ ],
+ "description": "Classify the right problem classifications (categories) available for a specific Azure service. ",
+ "operationId": "ProblemClassifications_classifyProblems",
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "#/parameters/ProblemServiceNameParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "problemClassificationsClassificationInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ProblemClassificationsClassificationInput"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully classified list of problem classifications for the specified Azure service.",
+ "schema": {
+ "$ref": "#/definitions/ProblemClassificationsClassificationOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Classify list of problemClassifications for a specified Azure service for a subscription": {
+ "$ref": "./examples/ClassifyProblemClassificationsForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/services/{serviceName}/problemClassifications": {
+ "get": {
+ "tags": [
+ "ProblemClassifications"
+ ],
+ "description": "Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.",
+ "operationId": "ProblemClassifications_List",
+ "parameters": [
+ {
+ "name": "serviceName",
+ "in": "path",
+ "description": "Name of the Azure service for which the problem classifications need to be retrieved.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved list of problem classifications for the specified Azure service.",
+ "schema": {
+ "$ref": "#/definitions/ProblemClassificationsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": null
+ },
+ "x-ms-examples": {
+ "Gets list of problemClassifications for a service for which a support ticket can be created": {
+ "$ref": "./examples/ListProblemClassifications.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}": {
+ "get": {
+ "tags": [
+ "ProblemClassifications"
+ ],
+ "description": "Get problem classification details for a specific Azure service.",
+ "operationId": "ProblemClassifications_Get",
+ "parameters": [
+ {
+ "name": "serviceName",
+ "in": "path",
+ "description": "Name of the Azure service available for support.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "problemClassificationName",
+ "in": "path",
+ "description": "Name of problem classification.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved problem classification details.",
+ "schema": {
+ "$ref": "#/definitions/ProblemClassification"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Gets details of problemClassification for Azure service": {
+ "$ref": "./examples/GetProblemClassification.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability": {
+ "post": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.",
+ "operationId": "SupportTickets_CheckNameAvailability",
+ "x-ms-examples": {
+ "Checks whether name is available for a subscription support ticket resource": {
+ "$ref": "./examples/CheckNameAvailabilityWithSubscription.json"
+ }
+ },
+ "parameters": [
+ {
+ "name": "checkNameAvailabilityInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityInput"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. The request has succeeded.",
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/checkNameAvailability": {
+ "post": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.",
+ "operationId": "SupportTicketsNoSubscription_CheckNameAvailability",
+ "x-ms-examples": {
+ "Checks whether name is available for SupportTicket resource": {
+ "$ref": "./examples/CheckNameAvailability.json"
+ }
+ },
+ "parameters": [
+ {
+ "name": "checkNameAvailabilityInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityInput"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. The request has succeeded.",
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets": {
+ "get": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Lists all the support tickets for an Azure subscription. You can also filter the support tickets by _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter. Output will be a paged result with _nextLink_, using which you can retrieve the next set of support tickets.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "SupportTickets_List",
+ "parameters": [
+ {
+ "name": "$top",
+ "in": "query",
+ "description": "The number of values to return in the collection. Default is 25 and max is 100.",
+ "required": false,
+ "type": "integer",
+ "format": "int32"
+ },
+ {
+ "name": "$filter",
+ "in": "query",
+ "required": false,
+ "type": "string",
+ "description": "The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_, _ServiceId_, and _ProblemClassificationId_ filters can only be used with Equals ('eq') operator. For _CreatedDate_ filter, the supported operators are Greater Than ('gt') and Greater Than or Equals ('ge'). When using both filters, combine them using the logical 'AND'."
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved support tickets.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List support tickets for a subscription": {
+ "$ref": "./examples/ListSupportTicketsBySubscription.json"
+ },
+ "List support tickets in open state for a subscription": {
+ "$ref": "./examples/ListSupportTicketsInOpenStateBySubscription.json"
+ },
+ "List support tickets created on or after a certain date and in open state for a subscription": {
+ "$ref": "./examples/ListSupportTicketsCreatedOnOrAfterAndInOpenStateBySubscription.json"
+ },
+ "List support tickets in updating state for a subscription": {
+ "$ref": "./examples/ListSupportTicketsInUpdatingStateBySubscription.json"
+ },
+ "List support tickets created on or after a certain date and in updating state for a subscription": {
+ "$ref": "./examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingStateBySubscription.json"
+ },
+ "List support tickets with a certain service id for a subscription": {
+ "$ref": "./examples/ListSupportTicketsServiceIdEqualsForSubscription.json"
+ },
+ "List support tickets with a certain problem classification id for a subscription": {
+ "$ref": "./examples/ListSupportTicketsProblemClassificationIdEqualsForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets": {
+ "get": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Lists all the support tickets.
You can also filter the support tickets by Status, CreatedDate, , ServiceId, and ProblemClassificationId using the $filter parameter. Output will be a paged result with nextLink, using which you can retrieve the next set of support tickets.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "SupportTicketsNoSubscription_List",
+ "parameters": [
+ {
+ "name": "$top",
+ "in": "query",
+ "description": "The number of values to return in the collection. Default is 25 and max is 100.",
+ "required": false,
+ "type": "integer",
+ "format": "int32"
+ },
+ {
+ "name": "$filter",
+ "in": "query",
+ "required": false,
+ "type": "string",
+ "description": "The filter to apply on the operation. We support 'odata v4.0' filter semantics. Learn more
Status , ServiceId, and ProblemClassificationId filters can only be used with 'eq' operator. For CreatedDate filter, the supported operators are 'gt' and 'ge'. When using both filters, combine them using the logical 'AND'."
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved support tickets.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List support tickets": {
+ "$ref": "./examples/ListSupportTickets.json"
+ },
+ "List support tickets in open state": {
+ "$ref": "./examples/ListSupportTicketsInOpenState.json"
+ },
+ "List support tickets created on or after a certain date and in open state": {
+ "$ref": "./examples/ListSupportTicketsCreatedOnOrAfterAndInOpenState.json"
+ },
+ "List support tickets in updating state": {
+ "$ref": "./examples/ListSupportTicketsInUpdatingState.json"
+ },
+ "List support tickets created on or after a certain date and in updating state": {
+ "$ref": "./examples/ListSupportTicketsCreatedOnOrAfterAndInUpdatingState.json"
+ },
+ "List support tickets with a certain service id": {
+ "$ref": "./examples/ListSupportTicketsServiceIdEquals.json"
+ },
+ "List support tickets with a certain problem classification id": {
+ "$ref": "./examples/ListSupportTicketsProblemClassificationIdEquals.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}": {
+ "get": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Get ticket details for an Azure subscription. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "SupportTickets_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved support ticket.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a subscription ticket": {
+ "$ref": "./examples/GetSubscriptionSupportTicketDetails.json"
+ }
+ }
+ },
+ "patch": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "This API allows you to update the severity level, ticket status, escalation status, advanced diagnostic consent and your contact information in the support ticket.
Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.",
+ "operationId": "SupportTickets_Update",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "updateSupportTicket",
+ "in": "body",
+ "description": "UpdateSupportTicket object.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/UpdateSupportTicket"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully updated support ticket.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Update severity of a subscription support ticket": {
+ "$ref": "./examples/UpdateSeverityOfSupportTicketForSubscription.json"
+ },
+ "Update contact details of a subscription support ticket": {
+ "$ref": "./examples/UpdateContactDetailsOfSupportTicketForSubscription.json"
+ },
+ "Update status of a subscription support ticket": {
+ "$ref": "./examples/UpdateStatusOfSupportTicketForSubscription.json"
+ },
+ "Update advanced diagnostic consent of a subscription support ticket": {
+ "$ref": "./examples/UpdateAdvancedDiagnosticConsentOfSupportTicketForSubscription.json"
+ },
+ "Update escalation status of a subscription support ticket": {
+ "$ref": "./examples/UpdateEscalationStatusOfSupportTicketForSubscription.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.
Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.
Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.
Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.
**Creating a support ticket for on-behalf-of**: Include _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant). The primary token will be from the tenant for whom a support ticket is being raised against the subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from the Cloud solution provider (CSP) partner tenant.",
+ "operationId": "SupportTickets_Create",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createSupportTicketParameters",
+ "in": "body",
+ "description": "Support ticket request payload.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK - SupportTicket created successfully.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "202": {
+ "description": "Accepted, SupportTicket will be created asynchronously."
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-long-running-operation": true,
+ "x-ms-long-running-operation-options": {
+ "final-state-via": "azure-async-operation"
+ },
+ "x-ms-examples": {
+ "Create a ticket for Billing related issues": {
+ "$ref": "./examples/CreateBillingSupportTicketForSubscription.json"
+ },
+ "Create a ticket for Subscription Management related issues for a subscription": {
+ "$ref": "./examples/CreateSubMgmtSupportTicketForSubscription.json"
+ },
+ "Create a ticket for Technical issue related to a specific resource for a subscription": {
+ "$ref": "./examples/CreateTechnicalSupportTicketForSubscription.json"
+ },
+ "Create a ticket to request Quota increase for Compute VM Cores": {
+ "$ref": "./examples/CreateCoresQuotaTicketForSubscription.json"
+ },
+ "Create a ticket to request Quota increase for Low-priority cores for a Batch account": {
+ "$ref": "./examples/CreateBatchQuotaTicketForSpecificBatchAccountForLowPriorityCores.json"
+ },
+ "Create a ticket to request Quota increase for specific VM family cores for a Batch account": {
+ "$ref": "./examples/CreateBatchQuotaTicketForSpecificBatchAccountForDedicatedCores.json"
+ },
+ "Create a ticket to request Quota increase for Pools for a Batch account": {
+ "$ref": "./examples/CreateBatchQuotaTicketForSpecificBatchAccountForPools.json"
+ },
+ "Create a ticket to request Quota increase for Active Jobs and Job Schedules for a Batch account": {
+ "$ref": "./examples/CreateBatchQuotaTicketForSpecificBatchAccountForActiveJobs.json"
+ },
+ "Create a ticket to request Quota increase for Batch accounts for a subscription": {
+ "$ref": "./examples/CreateBatchQuotaTicketForSubscription.json"
+ },
+ "Create a ticket to request Quota increase for DTUs for SQL Database": {
+ "$ref": "./examples/CreateSqlDatabaseQuotaTicketForDTUs.json"
+ },
+ "Create a ticket to request Quota increase for Servers for SQL Database": {
+ "$ref": "./examples/CreateSqlDatabaseQuotaTicketForServers.json"
+ },
+ "Create a ticket to request Quota increase for DTUs for Azure Synapse Analytics": {
+ "$ref": "./examples/CreateSqlDatawarehouseQuotaTicketForDTUs.json"
+ },
+ "Create a ticket to request Quota increase for Servers for Azure Synapse Analytics": {
+ "$ref": "./examples/CreateSqlDatawarehouseQuotaTicketForServers.json"
+ },
+ "Create a ticket to request Quota increase for specific VM family cores for Machine Learning service": {
+ "$ref": "./examples/CreateMachineLearningQuotaTicketForDedicatedCores.json"
+ },
+ "Create a ticket to request Quota increase for Low-priority cores for Machine Learning service": {
+ "$ref": "./examples/CreateMachineLearningQuotaTicketForLowPriorityCores.json"
+ },
+ "Create a ticket to request Quota increase for Azure SQL managed instance": {
+ "$ref": "./examples/CreateSqlManagedInstanceQuotaTicket.json"
+ },
+ "Create a ticket to request Quota increase for services that do not require additional details in the quotaTicketDetails object": {
+ "$ref": "./examples/CreateGenericQuotaTicket.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}": {
+ "get": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Gets details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "SupportTicketsNoSubscription_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved support ticket.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a ticket": {
+ "$ref": "./examples/GetSupportTicketDetails.json"
+ }
+ }
+ },
+ "patch": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "This API allows you to update the severity level, ticket status, escalation status, and your contact information in the support ticket.
Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.",
+ "operationId": "SupportTicketsNoSubscription_Update",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "updateSupportTicket",
+ "in": "body",
+ "description": "UpdateSupportTicket object.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/UpdateSupportTicket"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully updated support ticket.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Update severity of a support ticket": {
+ "$ref": "./examples/UpdateSeverityOfSupportTicket.json"
+ },
+ "Update contact details of a support ticket": {
+ "$ref": "./examples/UpdateContactDetailsOfSupportTicket.json"
+ },
+ "Update status of a support ticket": {
+ "$ref": "./examples/UpdateStatusOfSupportTicket.json"
+ },
+ "Update advanced diagnostic consent of a support ticket": {
+ "$ref": "./examples/UpdateAdvancedDiagnosticConsentOfSupportTicket.json"
+ },
+ "Update escalation status of a support ticket": {
+ "$ref": "./examples/UpdateEscalationStatusOfSupportTicket.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "description": "Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.
Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.
Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.
Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.
",
+ "operationId": "SupportTicketsNoSubscription_Create",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createSupportTicketParameters",
+ "in": "body",
+ "description": "Support ticket request payload.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK - SupportTicket created successfully.",
+ "schema": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "202": {
+ "description": "Accepted, SupportTicket will be created asynchronously.",
+ "headers": {
+ "Location": {
+ "type": "string"
+ }
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-long-running-operation": true,
+ "x-ms-long-running-operation-options": {
+ "final-state-via": "azure-async-operation"
+ },
+ "x-ms-examples": {
+ "Create a ticket for Billing related issues": {
+ "$ref": "./examples/CreateBillingSupportTicket.json"
+ },
+ "Create a ticket for Subscription Management related issues": {
+ "$ref": "./examples/CreateSubMgmtSupportTicket.json"
+ },
+ "Create a ticket for Technical issue related to a specific resource": {
+ "$ref": "./examples/CreateTechnicalSupportTicket.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/checkNameAvailability": {
+ "post": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.",
+ "operationId": "Communications_CheckNameAvailability",
+ "x-ms-examples": {
+ "Checks whether name is available for Communication resource for a subscription support ticket": {
+ "$ref": "./examples/CheckNameAvailabilityForSupportTicketCommunication.json"
+ }
+ },
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "checkNameAvailabilityInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityInput"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. The request has succeeded.",
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}/checkNameAvailability": {
+ "post": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.",
+ "operationId": "CommunicationsNoSubscription_CheckNameAvailability",
+ "x-ms-examples": {
+ "Checks whether name is available for Communication resource": {
+ "$ref": "./examples/CheckNameAvailabilityForNoSubscriptionSupportTicketCommunication.json"
+ }
+ },
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "checkNameAvailabilityInput",
+ "in": "body",
+ "description": "Input to check.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityInput"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. The request has succeeded.",
+ "schema": {
+ "$ref": "#/definitions/CheckNameAvailabilityOutput"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications": {
+ "get": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Lists all communications (attachments not included) for a support ticket.
You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "Communications_List",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "$top",
+ "in": "query",
+ "description": "The number of values to return in the collection. Default is 10 and max is 10.",
+ "required": false,
+ "type": "integer",
+ "format": "int32"
+ },
+ {
+ "name": "$filter",
+ "in": "query",
+ "required": false,
+ "type": "string",
+ "description": "The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator."
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved communications for a support ticket.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List communications for a subscription support ticket": {
+ "$ref": "./examples/ListCommunicationsForSubscriptionSupportTicket.json"
+ },
+ "List web communications for a subscription support ticket": {
+ "$ref": "./examples/ListWebCommunicationsForSubscriptionSupportTicket.json"
+ },
+ "List web communication created on or after a specific date for a subscription support ticket": {
+ "$ref": "./examples/ListWebCommunicationsForSubscriptionSupportTicketCreatedOnOrAfter.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications": {
+ "get": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Lists all communications (attachments not included) for a support ticket.
You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.",
+ "operationId": "CommunicationsNoSubscription_List",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "$top",
+ "in": "query",
+ "description": "The number of values to return in the collection. Default is 10 and max is 10.",
+ "required": false,
+ "type": "integer",
+ "format": "int32"
+ },
+ {
+ "name": "$filter",
+ "in": "query",
+ "required": false,
+ "type": "string",
+ "description": "The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator."
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved communications for a support ticket.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List communications for a no-subscription support ticket": {
+ "$ref": "./examples/ListCommunicationsForSupportTicket.json"
+ },
+ "List web communications for a no-subscription support ticket": {
+ "$ref": "./examples/ListWebCommunicationsForSupportTicket.json"
+ },
+ "List web communication created on or after a specific date for a no-subscription support ticket": {
+ "$ref": "./examples/ListWebCommunicationsForSupportTicketCreatedOnOrAfter.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}": {
+ "get": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Returns communication details for a support ticket.",
+ "operationId": "Communications_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "communicationName",
+ "in": "path",
+ "description": "Communication name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved communication details.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get communication details for a subscription support ticket": {
+ "$ref": "./examples/GetCommunicationDetailsForSubscriptionSupportTicket.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Adds a new customer communication to an Azure support ticket.",
+ "operationId": "Communications_Create",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "communicationName",
+ "in": "path",
+ "description": "Communication name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createCommunicationParameters",
+ "in": "body",
+ "description": "Communication object.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK - Communication created successfully.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ "202": {
+ "description": "Accepted - Communication will be created asynchronously."
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-long-running-operation": true,
+ "x-ms-long-running-operation-options": {
+ "final-state-via": "azure-async-operation"
+ },
+ "x-ms-examples": {
+ "AddCommunicationToSubscriptionTicket": {
+ "$ref": "./examples/CreateSupportTicketCommunication.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}": {
+ "get": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Returns communication details for a support ticket.",
+ "operationId": "CommunicationsNoSubscription_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "communicationName",
+ "in": "path",
+ "description": "Communication name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved communication details.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get communication details for a no-subscription support ticket": {
+ "$ref": "./examples/GetCommunicationDetailsForSupportTicket.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "Communications"
+ ],
+ "description": "Adds a new customer communication to an Azure support ticket.",
+ "operationId": "CommunicationsNoSubscription_Create",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "communicationName",
+ "in": "path",
+ "description": "Communication name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createCommunicationParameters",
+ "in": "body",
+ "description": "Communication object.",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK - Communication created successfully.",
+ "schema": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ "202": {
+ "description": "Accepted - Communication will be created asynchronously.",
+ "headers": {
+ "Location": {
+ "type": "string"
+ }
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-long-running-operation": true,
+ "x-ms-long-running-operation-options": {
+ "final-state-via": "azure-async-operation"
+ },
+ "x-ms-examples": {
+ "AddCommunicationToNoSubscriptionTicket": {
+ "$ref": "./examples/CreateNoSubscriptionSupportTicketCommunication.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts": {
+ "get": {
+ "tags": [
+ "ChatTranscripts"
+ ],
+ "description": "Lists all chat transcripts for a support ticket under subscription",
+ "operationId": "ChatTranscripts_List",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved chat transcripts for a support ticket under a subscription.",
+ "schema": {
+ "$ref": "#/definitions/ChatTranscriptsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List chat transcripts for a subscription support ticket": {
+ "$ref": "./examples/ListChatTranscriptsForSubscriptionSupportTicket.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts": {
+ "get": {
+ "tags": [
+ "ChatTranscripts"
+ ],
+ "description": "Lists all chat transcripts for a support ticket",
+ "operationId": "ChatTranscriptsNoSubscription_List",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved chat transcripts for a support ticket.",
+ "schema": {
+ "$ref": "#/definitions/ChatTranscriptsListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List chat transcripts for a no-subscription support ticket": {
+ "$ref": "./examples/ListChatTranscriptsForSupportTicket.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}": {
+ "get": {
+ "tags": [
+ "ChatTranscripts"
+ ],
+ "description": "Returns chatTranscript details for a support ticket under a subscription.",
+ "operationId": "ChatTranscripts_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "chatTranscriptName",
+ "in": "path",
+ "description": "ChatTranscript name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved chat transcript details for a subscription ticket.",
+ "schema": {
+ "$ref": "#/definitions/ChatTranscriptDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get chat transcript details for a subscription support ticket": {
+ "$ref": "./examples/GetchatTranscriptDetailsForSubscriptionSupportTicket.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}": {
+ "get": {
+ "tags": [
+ "chatTranscripts"
+ ],
+ "description": "Returns chatTranscript details for a no subscription support ticket.",
+ "operationId": "ChatTranscriptsNoSubscription_Get",
+ "parameters": [
+ {
+ "name": "supportTicketName",
+ "in": "path",
+ "description": "Support ticket name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "chatTranscriptName",
+ "in": "path",
+ "description": "ChatTranscript name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved chat transcript details.",
+ "schema": {
+ "$ref": "#/definitions/ChatTranscriptDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get chat transcript details for a subscription support ticket": {
+ "$ref": "./examples/GetchatTranscriptDetailsForSupportTicket.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}": {
+ "get": {
+ "tags": [
+ "FileWorkspaces"
+ ],
+ "description": "Gets details for a specific file workspace in an Azure subscription.",
+ "operationId": "FileWorkspaces_Get",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved file workspace.",
+ "schema": {
+ "$ref": "#/definitions/FileWorkspaceDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a subscription file workspace": {
+ "$ref": "./examples/GetFileWorkspaceDetailsForSubscription.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "FileWorkspaces"
+ ],
+ "description": "Creates a new file workspace for the specified subscription.",
+ "operationId": "FileWorkspaces_Create",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File workspace name.",
+ "required": true,
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_\\-. ]+$"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Created - File workspace created successfully",
+ "schema": {
+ "$ref": "#/definitions/FileWorkspaceDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Create a file workspace for a subscription": {
+ "$ref": "./examples/CreateFileWorkspaceForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}": {
+ "get": {
+ "tags": [
+ "FileWorkspaces"
+ ],
+ "description": "Gets details for a specific file workspace.",
+ "operationId": "FileWorkspacesNoSubscription_Get",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved file workspace.",
+ "schema": {
+ "$ref": "#/definitions/FileWorkspaceDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a file workspace": {
+ "$ref": "./examples/GetFileWorkspaceDetails.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "FileWorkspaces"
+ ],
+ "description": "Creates a new file workspace.",
+ "operationId": "FileWorkspacesNoSubscription_Create",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File workspace name.",
+ "required": true,
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_\\-. ]+$"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Created - File workspace created successfully",
+ "schema": {
+ "$ref": "#/definitions/FileWorkspaceDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Create a file workspace": {
+ "$ref": "./examples/CreateFileWorkspace.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files": {
+ "get": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Lists all the Files information under a workspace for an Azure subscription.",
+ "operationId": "Files_List",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved files under a file workspace.",
+ "schema": {
+ "$ref": "#/definitions/FilesListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List files under a workspace for a subscription": {
+ "$ref": "./examples/ListFilesForSubscriptionUnderFileWorkspace.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files": {
+ "get": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Lists all the Files information under a workspace for an Azure subscription.",
+ "operationId": "FilesNoSubscription_List",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved files under a file workspace.",
+ "schema": {
+ "$ref": "#/definitions/FilesListResult"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": "nextLink"
+ },
+ "x-ms-examples": {
+ "List files under a workspace": {
+ "$ref": "./examples/ListFilesUnderFileWorkspace.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}": {
+ "get": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Returns details of a specific file in a work space.",
+ "operationId": "Files_Get",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved file details.",
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a subscription file": {
+ "$ref": "./examples/GetFileDetailsForSubscription.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Creates a new file under a workspace for the specified subscription.",
+ "operationId": "Files_Create",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File workspace name.",
+ "required": true,
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_\\-. ]+$"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createFileParameters",
+ "in": "body",
+ "description": "Create file object",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Created - File created successfully",
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Create a file under a subscription workspace": {
+ "$ref": "./examples/CreateFileForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}": {
+ "get": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Returns details of a specific file in a work space.",
+ "operationId": "FilesNoSubscription_Get",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File Workspace Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successfully retrieved file details.",
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get details of a subscription file": {
+ "$ref": "./examples/GetFileDetails.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "Files"
+ ],
+ "description": "Creates a new file under a workspace.",
+ "operationId": "FilesNoSubscription_Create",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File workspace name.",
+ "required": true,
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_\\-. ]+$"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File name.",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "createFileParameters",
+ "in": "body",
+ "description": "Create file object",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Created - File created successfully",
+ "schema": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Create a file workspace": {
+ "$ref": "./examples/CreateFile.json"
+ }
+ }
+ }
+ },
+ "/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}/upload": {
+ "post": {
+ "tags": [
+ "Files"
+ ],
+ "description": "This API allows you to upload content to a file",
+ "operationId": "Files_Upload",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File WorkspaceName",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "uploadFile",
+ "in": "body",
+ "description": "UploadFile object",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/UploadFile"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "204": {
+ "description": "Successfully uploaded file content."
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "UploadFileForSubscription": {
+ "$ref": "./examples/UploadFileForSubscription.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}/upload": {
+ "post": {
+ "tags": [
+ "Files"
+ ],
+ "description": "This API allows you to upload content to a file",
+ "operationId": "FilesNoSubscription_Upload",
+ "parameters": [
+ {
+ "name": "fileWorkspaceName",
+ "in": "path",
+ "description": "File WorkspaceName",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "fileName",
+ "in": "path",
+ "description": "File Name",
+ "required": true,
+ "type": "string"
+ },
+ {
+ "name": "uploadFile",
+ "in": "body",
+ "description": "UploadFile object",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/UploadFile"
+ }
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "204": {
+ "description": "Successfully uploaded file content."
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "UploadFile": {
+ "$ref": "./examples/UploadFile.json"
+ }
+ }
+ }
+ },
+ "/providers/Microsoft.Support/lookUpResourceId": {
+ "post": {
+ "tags": [
+ "SupportTickets"
+ ],
+ "summary": "This operation fetches ARM resource id of support resource type.",
+ "operationId": "LookUpResourceId_Post",
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "lookUpResourceIdRequest",
+ "in": "body",
+ "description": "Look up resource id request body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/LookUpResourceIdRequest"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. Successfully obtained resource id of support resource type.",
+ "schema": {
+ "$ref": "#/definitions/LookUpResourceIdResponse"
+ }
+ },
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "deprecated": false,
+ "x-ms-examples": {
+ "Look up resource id of support resource type": {
+ "$ref": "./examples/LookUpResourceId.json"
+ }
+ }
+ }
+ }
+ },
+ "definitions": {
+ "OperationsListResult": {
+ "description": "The list of operations supported by Microsoft Support resource provider.",
+ "properties": {
+ "value": {
+ "description": "The list of operations supported by Microsoft Support resource provider.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/Operation"
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
+ }
+ }
+ },
+ "Operation": {
+ "description": "The operation supported by Microsoft Support resource provider.",
+ "type": "object",
+ "properties": {
+ "name": {
+ "description": "Operation name: {provider}/{resource}/{operation}.",
+ "type": "string",
+ "readOnly": true
+ },
+ "display": {
+ "description": "The object that describes the operation.",
+ "properties": {
+ "description": {
+ "description": "The description of the operation.",
+ "type": "string",
+ "readOnly": true
+ },
+ "operation": {
+ "description": "The action that users can perform, based on their permission level.",
+ "type": "string",
+ "readOnly": true
+ },
+ "provider": {
+ "description": "Service provider: Microsoft Support.",
+ "type": "string",
+ "readOnly": true
+ },
+ "resource": {
+ "description": "Resource on which the operation is performed.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ }
+ }
+ },
+ "ServicesListResult": {
+ "description": "Collection of Service resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of Service resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/Service"
+ }
+ }
+ }
+ },
+ "Service": {
+ "description": "Object that represents a Service resource.",
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Id of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "name": {
+ "description": "Name of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "type": {
+ "description": "Type of the resource 'Microsoft.Support/services'.",
+ "type": "string",
+ "readOnly": true
+ },
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ServiceProperties",
+ "description": "Properties of the resource."
+ }
+ }
+ },
+ "ServiceProperties": {
+ "description": "Details about an Azure service available for support ticket creation.",
+ "type": "object",
+ "properties": {
+ "displayName": {
+ "description": "Localized name of the Azure service.",
+ "type": "string"
+ },
+ "resourceTypes": {
+ "description": "ARM Resource types.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "ProblemClassificationsClassificationResult": {
+ "description": "ProblemClassification Classification result object.",
+ "type": "object",
+ "properties": {
+ "problemId": {
+ "description": "Identifier that may be used for solution discovery or some other purposes.",
+ "type": "string",
+ "readOnly": true
+ },
+ "title": {
+ "description": "Title of the problem classification result.",
+ "type": "string",
+ "readOnly": true
+ },
+ "description": {
+ "description": "Description of the problem classification result.",
+ "type": "string",
+ "readOnly": true
+ },
+ "serviceId": {
+ "description": "Identifier of the service associated with this problem classification result.",
+ "type": "string",
+ "readOnly": true
+ },
+ "problemClassificationId": {
+ "description": "Identifier that may be used for support ticket creation.",
+ "type": "string",
+ "readOnly": true
+ },
+ "relatedService": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ClassificationService",
+ "description": "Related service."
+ }
+ }
+ },
+ "ServiceClassificationRequest": {
+ "description": "Input to problem classification Classification API.",
+ "type": "object",
+ "properties": {
+ "issueSummary": {
+ "description": "Natural language description of the customer’s issue.",
+ "type": "string"
+ },
+ "resourceId": {
+ "description": "ARM resource Id of the resource that is having the issue.",
+ "type": "string",
+ "format": "arm-id"
+ },
+ "additionalContext": {
+ "description": "Additional information in the form of a string.",
+ "type": "string"
+ }
+ }
+ },
+ "ServiceClassificationOutput": {
+ "description": "Output of the service classification API.",
+ "type": "object",
+ "properties": {
+ "serviceClassificationResults": {
+ "description": "Set of problem classification objects classified.",
+ "type": "array",
+ "x-ms-identifiers": [],
+ "items": {
+ "$ref": "#/definitions/ServiceClassificationAnswer"
+ }
+ }
+ }
+ },
+ "ServiceClassificationAnswer": {
+ "description": "Service Classification result object.",
+ "type": "object",
+ "properties": {
+ "childService": {
+ "$ref": "#/definitions/ClassificationService",
+ "description": "Child service."
+ }
+ },
+ "allOf": [
+ {
+ "$ref": "#/definitions/ClassificationService"
+ }
+ ]
+ },
+ "ClassificationService": {
+ "description": "Service Classification result object.",
+ "type": "object",
+ "properties": {
+ "serviceId": {
+ "description": "Azure resource Id of the service.",
+ "type": "string",
+ "format": "arm-id",
+ "readOnly": true
+ },
+ "displayName": {
+ "description": "Localized name of the azure service.",
+ "type": "string",
+ "readOnly": true
+ },
+ "resourceTypes": {
+ "description": "List of applicable ARM resource types for this service.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "ProblemClassificationsClassificationInput": {
+ "description": "Input to problem classification Classification API.",
+ "type": "object",
+ "required": [
+ "issueSummary"
+ ],
+ "properties": {
+ "issueSummary": {
+ "description": "Natural language description of the customer’s issue.",
+ "type": "string"
+ },
+ "resourceId": {
+ "description": "ARM resource Id of the resource that is having the issue.",
+ "type": "string",
+ "format": "arm-id"
+ }
+ }
+ },
+ "ProblemClassificationsClassificationOutput": {
+ "description": "Output of the problem classification Classification API.",
+ "type": "object",
+ "properties": {
+ "problemClassificationResults": {
+ "description": "Set of problem classification objects classified.",
+ "type": "array",
+ "x-ms-identifiers": [],
+ "items": {
+ "$ref": "#/definitions/ProblemClassificationsClassificationResult"
+ }
+ }
+ }
+ },
+ "ProblemClassificationsListResult": {
+ "description": "Collection of ProblemClassification resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of ProblemClassification resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/ProblemClassification"
+ }
+ }
+ }
+ },
+ "ProblemClassification": {
+ "description": "ProblemClassification resource object.",
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Id of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "name": {
+ "description": "Name of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "type": {
+ "description": "Type of the resource 'Microsoft.Support/problemClassification'.",
+ "type": "string",
+ "readOnly": true
+ },
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ProblemClassificationProperties",
+ "description": "Properties of the resource."
+ }
+ }
+ },
+ "ProblemClassificationProperties": {
+ "description": "Details about a problem classification available for an Azure service.",
+ "type": "object",
+ "properties": {
+ "displayName": {
+ "description": "Localized name of problem classification.",
+ "type": "string"
+ },
+ "secondaryConsentEnabled": {
+ "description": "This property indicates whether secondary consent is present for problem classification",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/SecondaryConsentEnabled"
+ },
+ "x-ms-identifiers": []
+ }
+ }
+ },
+ "SecondaryConsentEnabled": {
+ "description": "This property indicates whether secondary consent is present for problem classification.",
+ "type": "object",
+ "properties": {
+ "description": {
+ "description": "User consent description.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The Azure service for which secondary consent is needed for case creation.",
+ "type": "string"
+ }
+ }
+ },
+ "CheckNameAvailabilityInput": {
+ "description": "Input of CheckNameAvailability API.",
+ "type": "object",
+ "required": [
+ "name",
+ "type"
+ ],
+ "properties": {
+ "name": {
+ "description": "The resource name to validate.",
+ "type": "string"
+ },
+ "type": {
+ "type": "string",
+ "enum": [
+ "Microsoft.Support/supportTickets",
+ "Microsoft.Support/communications"
+ ],
+ "x-ms-enum": {
+ "name": "Type",
+ "modelAsString": false
+ },
+ "description": "The type of resource."
+ }
+ }
+ },
+ "CheckNameAvailabilityOutput": {
+ "description": "Output of check name availability API.",
+ "type": "object",
+ "properties": {
+ "nameAvailable": {
+ "description": "Indicates whether the name is available.",
+ "readOnly": true,
+ "type": "boolean"
+ },
+ "reason": {
+ "description": "The reason why the name is not available.",
+ "readOnly": true,
+ "type": "string"
+ },
+ "message": {
+ "description": "The detailed error message describing why the name is not available.",
+ "readOnly": true,
+ "type": "string"
+ }
+ }
+ },
+ "SupportTicketsListResult": {
+ "description": "Object that represents a collection of SupportTicket resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of SupportTicket resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/SupportTicketDetails"
+ }
+ },
+ "nextLink": {
+ "description": "The URI to fetch the next page of SupportTicket resources.",
+ "type": "string"
+ }
+ }
+ },
+ "SupportTicketDetails": {
+ "x-ms-azure-resource": true,
+ "description": "Object that represents SupportTicketDetails resource.",
+ "required": [
+ "properties"
+ ],
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Id of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "name": {
+ "description": "Name of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "type": {
+ "description": "Type of the resource 'Microsoft.Support/supportTickets'.",
+ "type": "string",
+ "readOnly": true
+ },
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/SupportTicketDetailsProperties",
+ "description": "Properties of the resource."
+ }
+ }
+ },
+ "CommunicationsListResult": {
+ "description": "Collection of Communication resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of Communication resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/CommunicationDetails"
+ }
+ },
+ "nextLink": {
+ "description": "The URI to fetch the next page of Communication resources.",
+ "type": "string"
+ }
+ }
+ },
+ "CommunicationDetails": {
+ "x-ms-azure-resource": true,
+ "description": "Object that represents a Communication resource.",
+ "required": [
+ "properties"
+ ],
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Id of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "name": {
+ "description": "Name of the resource.",
+ "type": "string",
+ "readOnly": true
+ },
+ "type": {
+ "description": "Type of the resource 'Microsoft.Support/communications'.",
+ "type": "string",
+ "readOnly": true
+ },
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/CommunicationDetailsProperties",
+ "description": "Properties of the resource."
+ }
+ }
+ },
+ "CommunicationDetailsProperties": {
+ "description": "Describes the properties of a communication resource.",
+ "required": [
+ "subject",
+ "body"
+ ],
+ "type": "object",
+ "properties": {
+ "communicationType": {
+ "description": "Communication type.",
+ "enum": [
+ "web",
+ "phone"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "CommunicationType",
+ "modelAsString": true
+ },
+ "readOnly": true
+ },
+ "communicationDirection": {
+ "description": "Direction of communication.",
+ "enum": [
+ "inbound",
+ "outbound"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "CommunicationDirection",
+ "modelAsString": true
+ },
+ "readOnly": true
+ },
+ "sender": {
+ "description": "Email address of the sender. This property is required if called by a service principal.",
+ "type": "string"
+ },
+ "subject": {
+ "description": "Subject of the communication.",
+ "type": "string"
+ },
+ "body": {
+ "description": "Body of the communication.",
+ "type": "string"
+ },
+ "createdDate": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the communication was created.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ },
+ "SupportTicketDetailsProperties": {
+ "description": "Describes the properties of a support ticket.",
+ "required": [
+ "serviceId",
+ "title",
+ "description",
+ "problemClassificationId",
+ "severity",
+ "contactDetails",
+ "advancedDiagnosticConsent"
+ ],
+ "type": "object",
+ "properties": {
+ "supportTicketId": {
+ "description": "System generated support ticket Id that is unique.",
+ "type": "string"
+ },
+ "description": {
+ "description": "Detailed description of the question or issue.",
+ "type": "string"
+ },
+ "problemClassificationId": {
+ "description": "Each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing.",
+ "type": "string"
+ },
+ "problemClassificationDisplayName": {
+ "type": "string",
+ "description": "Localized name of problem classification.",
+ "readOnly": true
+ },
+ "severity": {
+ "description": "A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers.",
+ "enum": [
+ "minimal",
+ "moderate",
+ "critical",
+ "highestcriticalimpact"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "SeverityLevel",
+ "modelAsString": true
+ }
+ },
+ "enrollmentId": {
+ "description": "Enrollment Id associated with the support ticket.",
+ "type": "string"
+ },
+ "require24X7Response": {
+ "description": "Indicates if this requires a 24x7 response from Azure.",
+ "type": "boolean"
+ },
+ "advancedDiagnosticConsent": {
+ "description": "Advanced diagnostic consent to be updated on the support ticket.",
+ "enum": [
+ "Yes",
+ "No"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "Consent",
+ "modelAsString": true
+ }
+ },
+ "problemScopingQuestions": {
+ "description": "Problem scoping questions associated with the support ticket.",
+ "type": "string"
+ },
+ "supportPlanId": {
+ "description": "Support plan id associated with the support ticket.",
+ "type": "string"
+ },
+ "contactDetails": {
+ "$ref": "#/definitions/ContactProfile",
+ "description": "Contact information of the user requesting to create a support ticket."
+ },
+ "serviceLevelAgreement": {
+ "$ref": "#/definitions/ServiceLevelAgreement",
+ "description": "Service Level Agreement information for this support ticket."
+ },
+ "supportEngineer": {
+ "$ref": "#/definitions/SupportEngineer",
+ "description": "Information about the support engineer working on this support ticket."
+ },
+ "supportPlanType": {
+ "description": "Support plan type associated with the support ticket.",
+ "type": "string",
+ "readOnly": true
+ },
+ "supportPlanDisplayName": {
+ "description": "Support plan type associated with the support ticket.",
+ "type": "string",
+ "readOnly": true
+ },
+ "title": {
+ "description": "Title of the support ticket.",
+ "type": "string"
+ },
+ "problemStartTime": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the problem started.",
+ "type": "string"
+ },
+ "serviceId": {
+ "description": "This is the resource Id of the Azure service resource associated with the support ticket.",
+ "type": "string"
+ },
+ "serviceDisplayName": {
+ "type": "string",
+ "description": "Localized name of the Azure service.",
+ "readOnly": true
+ },
+ "status": {
+ "description": "Status of the support ticket.",
+ "type": "string",
+ "readOnly": true
+ },
+ "createdDate": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the support ticket was created.",
+ "type": "string",
+ "readOnly": true
+ },
+ "modifiedDate": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the support ticket was last modified.",
+ "type": "string",
+ "readOnly": true
+ },
+ "fileWorkspaceName": {
+ "description": "File workspace name.",
+ "type": "string"
+ },
+ "isTemporaryTicket": {
+ "description": "This property indicates if support ticket is a temporary ticket.",
+ "enum": [
+ "Yes",
+ "No"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "IsTemporaryTicket",
+ "modelAsString": true
+ },
+ "readOnly": true
+ },
+ "technicalTicketDetails": {
+ "$ref": "#/definitions/TechnicalTicketDetails",
+ "description": "Additional ticket details associated with a technical support ticket request."
+ },
+ "quotaTicketDetails": {
+ "$ref": "#/definitions/QuotaTicketDetails",
+ "description": "Additional ticket details associated with a quota support ticket request."
+ },
+ "secondaryConsent": {
+ "description": "This property indicates secondary consents for the support ticket",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/SecondaryConsent"
+ },
+ "x-ms-identifiers": []
+ },
+ "directConnectEscalation": {
+ "$ref": "#/definitions/DirectConnectEscalation",
+ "description": "Direct Connect Escalation details for a support ticket."
+ },
+ "communityForumPost": {
+ "description": "Contains a link to the post on the community forum.",
+ "type": "string"
+ }
+ }
+ },
+ "ServiceLevelAgreement": {
+ "description": "Service Level Agreement details for a support ticket.",
+ "type": "object",
+ "properties": {
+ "startTime": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the service level agreement starts.",
+ "type": "string",
+ "readOnly": true
+ },
+ "expirationTime": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the service level agreement expires.",
+ "type": "string",
+ "readOnly": true
+ },
+ "slaMinutes": {
+ "description": "Service Level Agreement in minutes.",
+ "type": "integer",
+ "format": "int32",
+ "readOnly": true
+ }
+ }
+ },
+ "SupportEngineer": {
+ "description": "Support engineer information.",
+ "type": "object",
+ "properties": {
+ "emailAddress": {
+ "description": "Email address of the Azure Support engineer assigned to the support ticket.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ },
+ "ContactProfile": {
+ "description": "Contact information associated with the support ticket.",
+ "required": [
+ "firstName",
+ "lastName",
+ "preferredContactMethod",
+ "primaryEmailAddress",
+ "preferredTimeZone",
+ "country",
+ "preferredSupportLanguage"
+ ],
+ "type": "object",
+ "properties": {
+ "firstName": {
+ "description": "First name.",
+ "type": "string"
+ },
+ "lastName": {
+ "description": "Last name.",
+ "type": "string"
+ },
+ "preferredContactMethod": {
+ "description": "Preferred contact method.",
+ "enum": [
+ "email",
+ "phone"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "PreferredContactMethod",
+ "modelAsString": true
+ }
+ },
+ "primaryEmailAddress": {
+ "description": "Primary email address.",
+ "type": "string"
+ },
+ "additionalEmailAddresses": {
+ "description": "Additional email addresses listed will be copied on any correspondence about the support ticket.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "phoneNumber": {
+ "description": "Phone number. This is required if preferred contact method is phone. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases.",
+ "type": "string"
+ },
+ "preferredTimeZone": {
+ "description": "Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values).",
+ "type": "string"
+ },
+ "country": {
+ "description": "Country of the user. This is the ISO 3166-1 alpha-3 code.",
+ "type": "string"
+ },
+ "preferredSupportLanguage": {
+ "description": "Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at [Azure Severity and responsiveness](https://azure.microsoft.com/support/plans/response). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German.",
+ "type": "string"
+ }
+ }
+ },
+ "AzureEEStatus": {
+ "description": "Status of Direct Connect Escalation",
+ "enum": [
+ "EscalationAvailable",
+ "EscalationInitiated",
+ "EscalationProcessed",
+ "EscalationUnsupported",
+ "EscalationUnavailable"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "EscalationStatus",
+ "modelAsString": true,
+ "values": [
+ {
+ "value": "EscalationAvailable",
+ "description": "Escalation is available and uninitiated"
+ },
+ {
+ "value": "EscalationInitiated",
+ "description": "Escalation is unavailable and has been initiated"
+ },
+ {
+ "value": "EscalationProcessed",
+ "description": "Escalation is unavailable and has finished processing after being initiated"
+ },
+ {
+ "value": "EscalationUnsupported",
+ "description": "Escalation is unavailable and cannot be initiated due to direct escalation being unsupported on this product or topic"
+ },
+ {
+ "value": "EscalationUnavailable",
+ "description": "Escalation is unavailable and cannot be initiated due to customer not being enrolled to direct escalation"
+ }
+ ]
+ }
+ },
+ "DirectConnectEscalation": {
+ "description": "Direct Connect Escalation details for a support ticket.",
+ "type": "object",
+ "properties": {
+ "azureEEStatus": {
+ "description": "Status of Direct Connect Escalation",
+ "$ref": "#/definitions/AzureEEStatus"
+ },
+ "allowedSeverities": {
+ "description": "An array containing the allowed severities for direct connect escalation.",
+ "type": "array",
+ "items": {
+ "description": "A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers.",
+ "enum": [
+ "minimal",
+ "moderate",
+ "critical",
+ "highestcriticalimpact"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "SeverityLevel",
+ "modelAsString": true
+ }
+ }
+ },
+ "reasonForEscalation": {
+ "description": "Reason for escalation / business impact.",
+ "type": "string"
+ }
+ }
+ },
+ "UpdateContactProfile": {
+ "description": "Contact information associated with the support ticket.",
+ "type": "object",
+ "properties": {
+ "firstName": {
+ "description": "First name.",
+ "type": "string"
+ },
+ "lastName": {
+ "description": "Last name.",
+ "type": "string"
+ },
+ "preferredContactMethod": {
+ "description": "Preferred contact method.",
+ "enum": [
+ "email",
+ "phone"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "PreferredContactMethod",
+ "modelAsString": true
+ }
+ },
+ "primaryEmailAddress": {
+ "description": "Primary email address.",
+ "type": "string"
+ },
+ "additionalEmailAddresses": {
+ "description": "Email addresses listed will be copied on any correspondence about the support ticket.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "phoneNumber": {
+ "description": "Phone number. This is required if preferred contact method is phone. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases.",
+ "type": "string"
+ },
+ "preferredTimeZone": {
+ "description": "Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values).",
+ "type": "string"
+ },
+ "country": {
+ "description": "Country of the user. This is the ISO 3166-1 alpha-3 code.",
+ "type": "string"
+ },
+ "preferredSupportLanguage": {
+ "description": "Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at [Azure Severity and responsiveness](https://azure.microsoft.com/support/plans/response/). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German.",
+ "type": "string"
+ }
+ }
+ },
+ "TechnicalTicketDetails": {
+ "description": "Additional information for technical support ticket.",
+ "type": "object",
+ "properties": {
+ "resourceId": {
+ "description": "This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.",
+ "type": "string"
+ }
+ }
+ },
+ "QuotaTicketDetails": {
+ "description": "Additional set of information required for quota increase support ticket for certain quota types, e.g.: Virtual machine cores. Get complete details about Quota payload support request along with examples at [Support quota request](https://aka.ms/supportrpquotarequestpayload).",
+ "type": "object",
+ "properties": {
+ "quotaChangeRequestSubType": {
+ "description": "Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.",
+ "type": "string"
+ },
+ "quotaChangeRequestVersion": {
+ "description": "Quota change request version.",
+ "type": "string"
+ },
+ "quotaChangeRequests": {
+ "description": "This property is required for providing the region and new quota limits.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/QuotaChangeRequest"
+ },
+ "x-ms-identifiers": [
+ "region"
+ ]
+ }
+ }
+ },
+ "QuotaChangeRequest": {
+ "description": "This property is required for providing the region and new quota limits.",
+ "type": "object",
+ "properties": {
+ "region": {
+ "description": "Region for which the quota increase request is being made.",
+ "type": "string"
+ },
+ "payload": {
+ "description": "Payload of the quota increase request.",
+ "type": "string"
+ }
+ }
+ },
+ "SecondaryConsent": {
+ "description": "This property indicates secondary consent for the support ticket.",
+ "type": "object",
+ "properties": {
+ "userConsent": {
+ "description": "User consent value provided",
+ "enum": [
+ "Yes",
+ "No"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "UserConsent",
+ "modelAsString": true
+ }
+ },
+ "type": {
+ "description": "The service name for which the secondary consent is being provided. The value needs to be retrieved from the Problem Classification API response.",
+ "type": "string"
+ }
+ }
+ },
+ "UpdateSupportTicket": {
+ "description": "Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket.",
+ "type": "object",
+ "properties": {
+ "severity": {
+ "description": "Severity level.",
+ "enum": [
+ "minimal",
+ "moderate",
+ "critical",
+ "highestcriticalimpact"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "SeverityLevel",
+ "modelAsString": true
+ }
+ },
+ "status": {
+ "description": "Status to be updated on the ticket.",
+ "enum": [
+ "open",
+ "closed"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "Status",
+ "modelAsString": true
+ }
+ },
+ "contactDetails": {
+ "$ref": "#/definitions/UpdateContactProfile",
+ "description": "Contact details to be updated on the support ticket."
+ },
+ "advancedDiagnosticConsent": {
+ "description": "Advanced diagnostic consent to be updated on the support ticket.",
+ "enum": [
+ "Yes",
+ "No"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "Consent",
+ "modelAsString": true
+ }
+ },
+ "secondaryConsent": {
+ "description": "This property indicates secondary consents for the support ticket",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/SecondaryConsent"
+ },
+ "x-ms-identifiers": []
+ },
+ "directConnectEscalation": {
+ "$ref": "#/definitions/DirectConnectEscalation",
+ "description": "Direct Connect Escalation details for a support ticket."
+ }
+ }
+ },
+ "ChatTranscriptsListResult": {
+ "description": "Collection of Chat Transcripts resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of Chat Transcripts resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/ChatTranscriptDetails"
+ }
+ },
+ "nextLink": {
+ "description": "The URI to fetch the next page of Chat Transcripts resources.",
+ "type": "string"
+ }
+ }
+ },
+ "ChatTranscriptDetails": {
+ "x-ms-azure-resource": true,
+ "description": "Object that represents a Chat Transcript resource.",
+ "type": "object",
+ "properties": {
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ChatTranscriptDetailsProperties",
+ "description": "Properties of the resource."
+ }
+ },
+ "allOf": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
+ }
+ ]
+ },
+ "ChatTranscriptDetailsProperties": {
+ "description": "Describes the properties of a Chat Transcript Details resource.",
+ "type": "object",
+ "properties": {
+ "messages": {
+ "description": "List of chat transcript communication resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/MessageProperties"
+ },
+ "x-ms-identifiers": []
+ },
+ "startTime": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the chat began.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ },
+ "MessageProperties": {
+ "description": "Describes the properties of a Message Details resource.",
+ "type": "object",
+ "properties": {
+ "contentType": {
+ "description": "Content type.",
+ "type": "string",
+ "x-ms-enum": {
+ "name": "TranscriptContentType",
+ "modelAsString": true
+ },
+ "readOnly": true
+ },
+ "communicationDirection": {
+ "description": "Direction of communication.",
+ "enum": [
+ "inbound",
+ "outbound"
+ ],
+ "type": "string",
+ "x-ms-enum": {
+ "name": "CommunicationDirection",
+ "modelAsString": true
+ },
+ "readOnly": true
+ },
+ "sender": {
+ "description": "Name of the sender.",
+ "type": "string"
+ },
+ "body": {
+ "description": "Body of the communication.",
+ "type": "string"
+ },
+ "createdDate": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when the communication was created.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ },
+ "FileWorkspaceDetails": {
+ "x-ms-azure-resource": true,
+ "description": "Object that represents FileWorkspaceDetails resource",
+ "type": "object",
+ "properties": {
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/FileWorkspaceDetailsProperties",
+ "description": "Properties of the resource"
+ }
+ },
+ "allOf": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
+ }
+ ]
+ },
+ "FileWorkspaceDetailsProperties": {
+ "description": "Describes the properties of a file workspace.",
+ "type": "object",
+ "properties": {
+ "createdOn": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when file workspace was created.",
+ "type": "string",
+ "readOnly": true
+ },
+ "expirationTime": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when file workspace is going to expire.",
+ "type": "string",
+ "readOnly": true
+ }
+ }
+ },
+ "FilesListResult": {
+ "description": "Object that represents a collection of File resources.",
+ "type": "object",
+ "properties": {
+ "value": {
+ "description": "List of File resources.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/FileDetails"
+ }
+ },
+ "nextLink": {
+ "description": "The URI to fetch the next page of File resources.",
+ "type": "string"
+ }
+ }
+ },
+ "FileDetails": {
+ "x-ms-azure-resource": true,
+ "description": "Object that represents File Details resource",
+ "type": "object",
+ "properties": {
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/FileDetailsProperties",
+ "description": "Properties of the resource"
+ }
+ },
+ "allOf": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
+ }
+ ]
+ },
+ "FileDetailsProperties": {
+ "description": "Describes the properties of a file.",
+ "type": "object",
+ "properties": {
+ "createdOn": {
+ "format": "date-time",
+ "description": "Time in UTC (ISO 8601 format) when file workspace was created.",
+ "type": "string",
+ "readOnly": true
+ },
+ "chunkSize": {
+ "description": "Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB).",
+ "type": "integer",
+ "format": "int32"
+ },
+ "fileSize": {
+ "description": "Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes.",
+ "type": "integer",
+ "format": "int32"
+ },
+ "numberOfChunks": {
+ "description": "Number of chunks to be uploaded. The maximum number of allowed chunks is 2.",
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ },
+ "UploadFile": {
+ "description": "File content associated with the file under a workspace.",
+ "type": "object",
+ "properties": {
+ "content": {
+ "description": "File Content in base64 encoded format",
+ "type": "string"
+ },
+ "chunkIndex": {
+ "description": "Index of the uploaded chunk (Index starts at 0)",
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ },
+ "LookUpResourceIdRequest": {
+ "description": "The look up resource Id request body",
+ "type": "object",
+ "properties": {
+ "identifier": {
+ "description": "The System generated Id that is unique. Use supportTicketId property for Microsoft.Support/supportTickets resource type.",
+ "type": "string"
+ },
+ "type": {
+ "type": "string",
+ "enum": [
+ "Microsoft.Support/supportTickets"
+ ],
+ "x-ms-enum": {
+ "name": "ResourceType",
+ "modelAsString": false
+ },
+ "description": "The type of resource."
+ }
+ }
+ },
+ "LookUpResourceIdResponse": {
+ "description": "The look up resource id response",
+ "type": "object",
+ "properties": {
+ "resourceId": {
+ "description": "The resource Id of support resource type.",
+ "type": "string"
+ }
+ }
+ }
+ },
+ "parameters": {
+ "ProblemServiceNameParameter": {
+ "name": "problemServiceName",
+ "in": "path",
+ "pattern": "^[0-9a-zA-Z_\\-. ]+$",
+ "description": "Name of the Azure service for which the problem classifications need to be retrieved.",
+ "required": true,
+ "type": "string",
+ "x-ms-parameter-location": "method"
+ }
+ }
+}
diff --git a/specification/support/resource-manager/readme.md b/specification/support/resource-manager/readme.md
index 71a324de03c7..ca4a0d7e9102 100644
--- a/specification/support/resource-manager/readme.md
+++ b/specification/support/resource-manager/readme.md
@@ -26,10 +26,23 @@ These are the global settings for the Support API.
``` yaml
openapi-type: arm
-tag: package-preview-2023-06
+tag: package-preview-2025-06-01-preview
```
+### Tag: package-preview-2025-06-01-preview
+
+These settings apply only when `--tag=package-preview-2025-06-01-preview` is specified on the command line.
+
+```yaml $(tag) == 'package-preview-2025-06-01-preview'
+input-file:
+ - Microsoft.Support/preview/2025-06-01-preview/support.json
+
+suppressions:
+ - code: ConsistentPatchProperties
+ reason: "Rule: The property 'azureEEStatus' in the request body either not apppear in the resource model or has the wrong level. Justification: This rule is being suppressed because all other properties associated with the same request are also suppressed. We are unable to update the public API to a different definition, as doing so would deviate from the expected behavior."
+```
+
### Tag: package-2024-04
These settings apply only when `--tag=package-2024-04` is specified on the command line.