@azure/arm-support 2.1.1-alpha.20231017.1 → 2.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +111 -10
- package/README.md +1 -1
- package/dist/index.js +2451 -300
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.js +38 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js → chatTranscriptsListSample.js} +18 -11
- package/dist-esm/samples-dev/chatTranscriptsListSample.js.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js +37 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/communicationsCreateSample.js +1 -1
- package/dist-esm/samples-dev/communicationsGetSample.js +1 -1
- package/dist-esm/samples-dev/communicationsListSample.js +3 -3
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForCommunicationResource.js → communicationsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{addCommunicationToSubscriptionTicket.js → communicationsNoSubscriptionCreateSample.js} +15 -9
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getCommunicationDetailsForASubscriptionSupportTicket.js → communicationsNoSubscriptionGetSample.js} +15 -9
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.js +37 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.js +37 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js +36 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js +36 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesCreateSample.js +43 -0
- package/dist-esm/samples-dev/filesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/filesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesGetSample.js +38 -0
- package/dist-esm/samples-dev/filesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getAllOperations.js → filesListSample.js} +18 -10
- package/dist-esm/samples-dev/filesListSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js +42 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js +37 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.js +57 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js +41 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js.map +1 -0
- package/dist-esm/samples-dev/filesUploadSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesUploadSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesUploadSample.js +42 -0
- package/dist-esm/samples-dev/filesUploadSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/problemClassificationsGetSample.js +2 -4
- package/dist-esm/samples-dev/problemClassificationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/problemClassificationsListSample.js +2 -4
- package/dist-esm/samples-dev/problemClassificationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +2 -4
- package/dist-esm/samples-dev/servicesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSample.js +2 -4
- package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{listSupportTicketsForASubscription.js → supportTicketChatTranscriptsNoSubscriptionListSample.js} +18 -11
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js +139 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/supportTicketsCreateSample.js +54 -17
- package/dist-esm/samples-dev/supportTicketsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketsGetSample.js +1 -1
- package/dist-esm/samples-dev/supportTicketsListSample.js +170 -14
- package/dist-esm/samples-dev/supportTicketsListSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForSupportTicketResource.js → supportTicketsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js +127 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js +36 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js +284 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js +102 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsUpdateSample.js +29 -9
- package/dist-esm/samples-dev/supportTicketsUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/microsoftSupport.d.ts +13 -2
- package/dist-esm/src/microsoftSupport.d.ts.map +1 -1
- package/dist-esm/src/microsoftSupport.js +20 -12
- package/dist-esm/src/microsoftSupport.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +431 -23
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +32 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +17 -3
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +443 -19
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/chatTranscripts.d.ts +42 -0
- package/dist-esm/src/operations/chatTranscripts.d.ts.map +1 -0
- package/dist-esm/src/operations/chatTranscripts.js +180 -0
- package/dist-esm/src/operations/chatTranscripts.js.map +1 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts +20 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.js +52 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/communications.d.ts +2 -2
- package/dist-esm/src/operations/communications.d.ts.map +1 -1
- package/dist-esm/src/operations/communications.js +21 -17
- package/dist-esm/src/operations/communications.js.map +1 -1
- package/dist-esm/src/operations/communicationsNoSubscription.d.ts +45 -0
- package/dist-esm/src/operations/communicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/communicationsNoSubscription.js +177 -0
- package/dist-esm/src/operations/communicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/fileWorkspaces.d.ts +25 -0
- package/dist-esm/src/operations/fileWorkspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/fileWorkspaces.js +79 -0
- package/dist-esm/src/operations/fileWorkspaces.js.map +1 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts +25 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.js +71 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/files.d.ts +58 -0
- package/dist-esm/src/operations/files.d.ts.map +1 -0
- package/dist-esm/src/operations/files.js +244 -0
- package/dist-esm/src/operations/files.js.map +1 -0
- package/dist-esm/src/operations/filesNoSubscription.d.ts +58 -0
- package/dist-esm/src/operations/filesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/filesNoSubscription.js +236 -0
- package/dist-esm/src/operations/filesNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +10 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +10 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +1 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/problemClassifications.js +2 -2
- package/dist-esm/src/operations/problemClassifications.js.map +1 -1
- package/dist-esm/src/operations/services.js +2 -2
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts +35 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js +145 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts +45 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js +155 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/supportTickets.d.ts +15 -17
- package/dist-esm/src/operations/supportTickets.d.ts.map +1 -1
- package/dist-esm/src/operations/supportTickets.js +30 -28
- package/dist-esm/src/operations/supportTickets.js.map +1 -1
- package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts +98 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.js +332 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.js +9 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/communications.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/communications.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/files.d.ts +35 -0
- package/dist-esm/src/operationsInterfaces/files.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/files.js +9 -0
- package/dist-esm/src/operationsInterfaces/files.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts +35 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTickets.d.ts +11 -13
- package/dist-esm/src/operationsInterfaces/supportTickets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js.map +1 -0
- package/dist-esm/test/support_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/support_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/support_operations_test.spec.js +78 -0
- package/dist-esm/test/support_operations_test.spec.js.map +1 -0
- package/package.json +16 -10
- package/review/arm-support.api.md +464 -19
- package/src/lroImpl.ts +31 -23
- package/src/microsoftSupport.ts +73 -7
- package/src/models/index.ts +513 -23
- package/src/models/mappers.ts +473 -19
- package/src/models/parameters.ts +61 -2
- package/src/operations/chatTranscripts.ts +215 -0
- package/src/operations/chatTranscriptsNoSubscription.ts +72 -0
- package/src/operations/communications.ts +25 -18
- package/src/operations/communicationsNoSubscription.ts +254 -0
- package/src/operations/fileWorkspaces.ts +107 -0
- package/src/operations/fileWorkspacesNoSubscription.ts +98 -0
- package/src/operations/files.ts +303 -0
- package/src/operations/filesNoSubscription.ts +294 -0
- package/src/operations/index.ts +10 -0
- package/src/operations/operations.ts +1 -1
- package/src/operations/problemClassifications.ts +2 -2
- package/src/operations/services.ts +2 -2
- package/src/operations/supportTicketChatTranscriptsNoSubscription.ts +170 -0
- package/src/operations/supportTicketCommunicationsNoSubscription.ts +180 -0
- package/src/operations/supportTickets.ts +39 -34
- package/src/operations/supportTicketsNoSubscription.ts +415 -0
- package/src/operationsInterfaces/chatTranscripts.ts +40 -0
- package/src/operationsInterfaces/chatTranscriptsNoSubscription.ts +27 -0
- package/src/operationsInterfaces/communications.ts +3 -3
- package/src/operationsInterfaces/communicationsNoSubscription.ts +77 -0
- package/src/operationsInterfaces/fileWorkspaces.ts +36 -0
- package/src/operationsInterfaces/fileWorkspacesNoSubscription.ts +36 -0
- package/src/operationsInterfaces/files.ts +70 -0
- package/src/operationsInterfaces/filesNoSubscription.ts +70 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.ts +27 -0
- package/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.ts +32 -0
- package/src/operationsInterfaces/supportTickets.ts +12 -14
- package/src/operationsInterfaces/supportTicketsNoSubscription.ts +120 -0
- package/types/arm-support.d.ts +805 -50
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts +0 -2
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.js.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts +0 -2
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.js.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts +0 -2
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js +0 -46
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js +0 -46
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js +0 -49
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js +0 -60
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js +0 -53
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js +0 -52
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js +0 -53
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js +0 -51
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js +0 -51
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js +0 -46
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js.map +0 -1
- package/dist-esm/samples-dev/getAllOperations.d.ts +0 -2
- package/dist-esm/samples-dev/getAllOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllOperations.js.map +0 -1
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts +0 -2
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js +0 -30
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts +0 -2
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js +0 -31
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts +0 -2
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js +0 -30
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js.map +0 -1
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts +0 -2
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js.map +0 -1
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts +0 -2
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js +0 -50
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js.map +0 -1
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js +0 -51
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js +0 -52
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js +0 -52
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js +0 -53
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js +0 -53
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js +0 -43
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js +0 -31
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.js +0 -31
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -16,7 +16,7 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
17
17
|
*
|
|
18
18
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
19
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
19
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBillingSupportTicketForSubscription.json
|
|
20
20
|
*/
|
|
21
21
|
function createATicketForBillingRelatedIssues() {
|
|
22
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,9 +33,11 @@ function createATicketForBillingRelatedIssues() {
|
|
|
33
33
|
preferredTimeZone: "Pacific Standard Time",
|
|
34
34
|
primaryEmailAddress: "abc@contoso.com"
|
|
35
35
|
},
|
|
36
|
+
fileWorkspaceName: "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
|
|
36
37
|
problemClassificationId: "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
|
|
37
38
|
serviceId: "/providers/Microsoft.Support/services/billing_service_guid",
|
|
38
39
|
severity: "moderate",
|
|
40
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
39
41
|
title: "my title"
|
|
40
42
|
};
|
|
41
43
|
const credential = new DefaultAzureCredential();
|
|
@@ -48,7 +50,7 @@ function createATicketForBillingRelatedIssues() {
|
|
|
48
50
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
49
51
|
*
|
|
50
52
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
51
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
53
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSubMgmtSupportTicketForSubscription.json
|
|
52
54
|
*/
|
|
53
55
|
function createATicketForSubscriptionManagementRelatedIssues() {
|
|
54
56
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -65,9 +67,11 @@ function createATicketForSubscriptionManagementRelatedIssues() {
|
|
|
65
67
|
preferredTimeZone: "Pacific Standard Time",
|
|
66
68
|
primaryEmailAddress: "abc@contoso.com"
|
|
67
69
|
},
|
|
70
|
+
fileWorkspaceName: "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
|
|
68
71
|
problemClassificationId: "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
|
|
69
72
|
serviceId: "/providers/Microsoft.Support/services/subscription_management_service_guid",
|
|
70
73
|
severity: "moderate",
|
|
74
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
71
75
|
title: "my title"
|
|
72
76
|
};
|
|
73
77
|
const credential = new DefaultAzureCredential();
|
|
@@ -80,7 +84,7 @@ function createATicketForSubscriptionManagementRelatedIssues() {
|
|
|
80
84
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
81
85
|
*
|
|
82
86
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
83
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
87
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateTechnicalSupportTicketForSubscription.json
|
|
84
88
|
*/
|
|
85
89
|
function createATicketForTechnicalIssueRelatedToASpecificResource() {
|
|
86
90
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -88,6 +92,7 @@ function createATicketForTechnicalIssueRelatedToASpecificResource() {
|
|
|
88
92
|
const supportTicketName = "testticket";
|
|
89
93
|
const createSupportTicketParameters = {
|
|
90
94
|
description: "my description",
|
|
95
|
+
advancedDiagnosticConsent: "Yes",
|
|
91
96
|
contactDetails: {
|
|
92
97
|
country: "usa",
|
|
93
98
|
firstName: "abc",
|
|
@@ -97,9 +102,15 @@ function createATicketForTechnicalIssueRelatedToASpecificResource() {
|
|
|
97
102
|
preferredTimeZone: "Pacific Standard Time",
|
|
98
103
|
primaryEmailAddress: "abc@contoso.com"
|
|
99
104
|
},
|
|
105
|
+
fileWorkspaceName: "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
|
|
100
106
|
problemClassificationId: "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
|
|
107
|
+
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"}}]}',
|
|
108
|
+
secondaryConsent: [
|
|
109
|
+
{ type: "virtualmachinerunninglinuxservice", userConsent: "Yes" }
|
|
110
|
+
],
|
|
101
111
|
serviceId: "/providers/Microsoft.Support/services/cddd3eb5-1830-b494-44fd-782f691479dc",
|
|
102
112
|
severity: "moderate",
|
|
113
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
103
114
|
technicalTicketDetails: {
|
|
104
115
|
resourceId: "/subscriptions/subid/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
|
|
105
116
|
},
|
|
@@ -115,7 +126,7 @@ function createATicketForTechnicalIssueRelatedToASpecificResource() {
|
|
|
115
126
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
116
127
|
*
|
|
117
128
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
118
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
129
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForActiveJobs.json
|
|
119
130
|
*/
|
|
120
131
|
function createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount() {
|
|
121
132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -123,6 +134,7 @@ function createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatc
|
|
|
123
134
|
const supportTicketName = "testticket";
|
|
124
135
|
const createSupportTicketParameters = {
|
|
125
136
|
description: "my description",
|
|
137
|
+
advancedDiagnosticConsent: "Yes",
|
|
126
138
|
contactDetails: {
|
|
127
139
|
country: "usa",
|
|
128
140
|
firstName: "abc",
|
|
@@ -145,6 +157,7 @@ function createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatc
|
|
|
145
157
|
},
|
|
146
158
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
147
159
|
severity: "moderate",
|
|
160
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
148
161
|
title: "my title"
|
|
149
162
|
};
|
|
150
163
|
const credential = new DefaultAzureCredential();
|
|
@@ -157,7 +170,7 @@ function createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatc
|
|
|
157
170
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
158
171
|
*
|
|
159
172
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
160
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
173
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSqlManagedInstanceQuotaTicket.json
|
|
161
174
|
*/
|
|
162
175
|
function createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance() {
|
|
163
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -165,6 +178,7 @@ function createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance() {
|
|
|
165
178
|
const supportTicketName = "testticket";
|
|
166
179
|
const createSupportTicketParameters = {
|
|
167
180
|
description: "my description",
|
|
181
|
+
advancedDiagnosticConsent: "Yes",
|
|
168
182
|
contactDetails: {
|
|
169
183
|
country: "usa",
|
|
170
184
|
firstName: "abc",
|
|
@@ -191,6 +205,7 @@ function createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance() {
|
|
|
191
205
|
},
|
|
192
206
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
193
207
|
severity: "moderate",
|
|
208
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
194
209
|
title: "my title"
|
|
195
210
|
};
|
|
196
211
|
const credential = new DefaultAzureCredential();
|
|
@@ -203,7 +218,7 @@ function createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance() {
|
|
|
203
218
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
204
219
|
*
|
|
205
220
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
206
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
221
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBatchQuotaTicketForSubscription.json
|
|
207
222
|
*/
|
|
208
223
|
function createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription() {
|
|
209
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,6 +226,7 @@ function createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription() {
|
|
|
211
226
|
const supportTicketName = "testticket";
|
|
212
227
|
const createSupportTicketParameters = {
|
|
213
228
|
description: "my description",
|
|
229
|
+
advancedDiagnosticConsent: "Yes",
|
|
214
230
|
contactDetails: {
|
|
215
231
|
country: "usa",
|
|
216
232
|
firstName: "abc",
|
|
@@ -230,6 +246,7 @@ function createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription() {
|
|
|
230
246
|
},
|
|
231
247
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
232
248
|
severity: "moderate",
|
|
249
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
233
250
|
title: "my title"
|
|
234
251
|
};
|
|
235
252
|
const credential = new DefaultAzureCredential();
|
|
@@ -242,7 +259,7 @@ function createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription() {
|
|
|
242
259
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
243
260
|
*
|
|
244
261
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
245
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
262
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateCoresQuotaTicketForSubscription.json
|
|
246
263
|
*/
|
|
247
264
|
function createATicketToRequestQuotaIncreaseForComputeVMCores() {
|
|
248
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,6 +267,7 @@ function createATicketToRequestQuotaIncreaseForComputeVMCores() {
|
|
|
250
267
|
const supportTicketName = "testticket";
|
|
251
268
|
const createSupportTicketParameters = {
|
|
252
269
|
description: "my description",
|
|
270
|
+
advancedDiagnosticConsent: "Yes",
|
|
253
271
|
contactDetails: {
|
|
254
272
|
country: "usa",
|
|
255
273
|
firstName: "abc",
|
|
@@ -268,6 +286,7 @@ function createATicketToRequestQuotaIncreaseForComputeVMCores() {
|
|
|
268
286
|
},
|
|
269
287
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
270
288
|
severity: "moderate",
|
|
289
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
271
290
|
title: "my title"
|
|
272
291
|
};
|
|
273
292
|
const credential = new DefaultAzureCredential();
|
|
@@ -280,7 +299,7 @@ function createATicketToRequestQuotaIncreaseForComputeVMCores() {
|
|
|
280
299
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
281
300
|
*
|
|
282
301
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
283
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
302
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForDTUs.json
|
|
284
303
|
*/
|
|
285
304
|
function createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics() {
|
|
286
305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,6 +307,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics() {
|
|
|
288
307
|
const supportTicketName = "testticket";
|
|
289
308
|
const createSupportTicketParameters = {
|
|
290
309
|
description: "my description",
|
|
310
|
+
advancedDiagnosticConsent: "Yes",
|
|
291
311
|
contactDetails: {
|
|
292
312
|
country: "usa",
|
|
293
313
|
firstName: "abc",
|
|
@@ -310,6 +330,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics() {
|
|
|
310
330
|
},
|
|
311
331
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
312
332
|
severity: "moderate",
|
|
333
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
313
334
|
title: "my title"
|
|
314
335
|
};
|
|
315
336
|
const credential = new DefaultAzureCredential();
|
|
@@ -322,7 +343,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics() {
|
|
|
322
343
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
323
344
|
*
|
|
324
345
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
325
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
346
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSqlDatabaseQuotaTicketForDTUs.json
|
|
326
347
|
*/
|
|
327
348
|
function createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase() {
|
|
328
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,6 +351,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase() {
|
|
|
330
351
|
const supportTicketName = "testticket";
|
|
331
352
|
const createSupportTicketParameters = {
|
|
332
353
|
description: "my description",
|
|
354
|
+
advancedDiagnosticConsent: "Yes",
|
|
333
355
|
contactDetails: {
|
|
334
356
|
country: "usa",
|
|
335
357
|
firstName: "abc",
|
|
@@ -352,6 +374,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase() {
|
|
|
352
374
|
},
|
|
353
375
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
354
376
|
severity: "moderate",
|
|
377
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
355
378
|
title: "my title"
|
|
356
379
|
};
|
|
357
380
|
const credential = new DefaultAzureCredential();
|
|
@@ -364,7 +387,7 @@ function createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase() {
|
|
|
364
387
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
365
388
|
*
|
|
366
389
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
367
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
390
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateMachineLearningQuotaTicketForLowPriorityCores.json
|
|
368
391
|
*/
|
|
369
392
|
function createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService() {
|
|
370
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -372,6 +395,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearnin
|
|
|
372
395
|
const supportTicketName = "testticket";
|
|
373
396
|
const createSupportTicketParameters = {
|
|
374
397
|
description: "my description",
|
|
398
|
+
advancedDiagnosticConsent: "Yes",
|
|
375
399
|
contactDetails: {
|
|
376
400
|
country: "usa",
|
|
377
401
|
firstName: "abc",
|
|
@@ -391,6 +415,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearnin
|
|
|
391
415
|
},
|
|
392
416
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
393
417
|
severity: "moderate",
|
|
418
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
394
419
|
title: "my title"
|
|
395
420
|
};
|
|
396
421
|
const credential = new DefaultAzureCredential();
|
|
@@ -403,7 +428,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearnin
|
|
|
403
428
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
404
429
|
*
|
|
405
430
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
406
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
431
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForLowPriorityCores.json
|
|
407
432
|
*/
|
|
408
433
|
function createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount() {
|
|
409
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -411,6 +436,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount(
|
|
|
411
436
|
const supportTicketName = "testticket";
|
|
412
437
|
const createSupportTicketParameters = {
|
|
413
438
|
description: "my description",
|
|
439
|
+
advancedDiagnosticConsent: "Yes",
|
|
414
440
|
contactDetails: {
|
|
415
441
|
country: "usa",
|
|
416
442
|
firstName: "abc",
|
|
@@ -433,6 +459,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount(
|
|
|
433
459
|
},
|
|
434
460
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
435
461
|
severity: "moderate",
|
|
462
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
436
463
|
title: "my title"
|
|
437
464
|
};
|
|
438
465
|
const credential = new DefaultAzureCredential();
|
|
@@ -445,7 +472,7 @@ function createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount(
|
|
|
445
472
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
446
473
|
*
|
|
447
474
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
448
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
475
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForPools.json
|
|
449
476
|
*/
|
|
450
477
|
function createATicketToRequestQuotaIncreaseForPoolsForABatchAccount() {
|
|
451
478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,6 +480,7 @@ function createATicketToRequestQuotaIncreaseForPoolsForABatchAccount() {
|
|
|
453
480
|
const supportTicketName = "testticket";
|
|
454
481
|
const createSupportTicketParameters = {
|
|
455
482
|
description: "my description",
|
|
483
|
+
advancedDiagnosticConsent: "Yes",
|
|
456
484
|
contactDetails: {
|
|
457
485
|
country: "usa",
|
|
458
486
|
firstName: "abc",
|
|
@@ -475,6 +503,7 @@ function createATicketToRequestQuotaIncreaseForPoolsForABatchAccount() {
|
|
|
475
503
|
},
|
|
476
504
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
477
505
|
severity: "moderate",
|
|
506
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
478
507
|
title: "my title"
|
|
479
508
|
};
|
|
480
509
|
const credential = new DefaultAzureCredential();
|
|
@@ -487,7 +516,7 @@ function createATicketToRequestQuotaIncreaseForPoolsForABatchAccount() {
|
|
|
487
516
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
488
517
|
*
|
|
489
518
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
490
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
519
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSqlDatawarehouseQuotaTicketForServers.json
|
|
491
520
|
*/
|
|
492
521
|
function createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics() {
|
|
493
522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,6 +524,7 @@ function createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics()
|
|
|
495
524
|
const supportTicketName = "testticket";
|
|
496
525
|
const createSupportTicketParameters = {
|
|
497
526
|
description: "my description",
|
|
527
|
+
advancedDiagnosticConsent: "Yes",
|
|
498
528
|
contactDetails: {
|
|
499
529
|
country: "usa",
|
|
500
530
|
firstName: "abc",
|
|
@@ -512,6 +542,7 @@ function createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics()
|
|
|
512
542
|
},
|
|
513
543
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
514
544
|
severity: "moderate",
|
|
545
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
515
546
|
title: "my title"
|
|
516
547
|
};
|
|
517
548
|
const credential = new DefaultAzureCredential();
|
|
@@ -524,7 +555,7 @@ function createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics()
|
|
|
524
555
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
525
556
|
*
|
|
526
557
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
527
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
558
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateSqlDatabaseQuotaTicketForServers.json
|
|
528
559
|
*/
|
|
529
560
|
function createATicketToRequestQuotaIncreaseForServersForSqlDatabase() {
|
|
530
561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,6 +563,7 @@ function createATicketToRequestQuotaIncreaseForServersForSqlDatabase() {
|
|
|
532
563
|
const supportTicketName = "testticket";
|
|
533
564
|
const createSupportTicketParameters = {
|
|
534
565
|
description: "my description",
|
|
566
|
+
advancedDiagnosticConsent: "Yes",
|
|
535
567
|
contactDetails: {
|
|
536
568
|
country: "usa",
|
|
537
569
|
firstName: "abc",
|
|
@@ -549,6 +581,7 @@ function createATicketToRequestQuotaIncreaseForServersForSqlDatabase() {
|
|
|
549
581
|
},
|
|
550
582
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
551
583
|
severity: "moderate",
|
|
584
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
552
585
|
title: "my title"
|
|
553
586
|
};
|
|
554
587
|
const credential = new DefaultAzureCredential();
|
|
@@ -561,7 +594,7 @@ function createATicketToRequestQuotaIncreaseForServersForSqlDatabase() {
|
|
|
561
594
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
562
595
|
*
|
|
563
596
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
564
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
597
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateGenericQuotaTicket.json
|
|
565
598
|
*/
|
|
566
599
|
function createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject() {
|
|
567
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +626,7 @@ function createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditiona
|
|
|
593
626
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
594
627
|
*
|
|
595
628
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
596
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
629
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateMachineLearningQuotaTicketForDedicatedCores.json
|
|
597
630
|
*/
|
|
598
631
|
function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService() {
|
|
599
632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -601,6 +634,7 @@ function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLe
|
|
|
601
634
|
const supportTicketName = "testticket";
|
|
602
635
|
const createSupportTicketParameters = {
|
|
603
636
|
description: "my description",
|
|
637
|
+
advancedDiagnosticConsent: "Yes",
|
|
604
638
|
contactDetails: {
|
|
605
639
|
country: "usa",
|
|
606
640
|
firstName: "abc",
|
|
@@ -623,6 +657,7 @@ function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLe
|
|
|
623
657
|
},
|
|
624
658
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
625
659
|
severity: "moderate",
|
|
660
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
626
661
|
title: "my title"
|
|
627
662
|
};
|
|
628
663
|
const credential = new DefaultAzureCredential();
|
|
@@ -635,7 +670,7 @@ function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLe
|
|
|
635
670
|
* This sample demonstrates how to 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
636
671
|
*
|
|
637
672
|
* @summary 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.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>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.<br/><br/>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.<br/><br/>**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.
|
|
638
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
673
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/CreateBatchQuotaTicketForSpecificBatchAccountForDedicatedCores.json
|
|
639
674
|
*/
|
|
640
675
|
function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount() {
|
|
641
676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -643,6 +678,7 @@ function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAcc
|
|
|
643
678
|
const supportTicketName = "testticket";
|
|
644
679
|
const createSupportTicketParameters = {
|
|
645
680
|
description: "my description",
|
|
681
|
+
advancedDiagnosticConsent: "Yes",
|
|
646
682
|
contactDetails: {
|
|
647
683
|
country: "usa",
|
|
648
684
|
firstName: "abc",
|
|
@@ -665,6 +701,7 @@ function createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAcc
|
|
|
665
701
|
},
|
|
666
702
|
serviceId: "/providers/Microsoft.Support/services/quota_service_guid",
|
|
667
703
|
severity: "moderate",
|
|
704
|
+
supportPlanId: "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
|
|
668
705
|
title: "my title"
|
|
669
706
|
};
|
|
670
707
|
const credential = new DefaultAzureCredential();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supportTicketsCreateSample.js","sourceRoot":"","sources":["../../samples-dev/supportTicketsCreateSample.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"supportTicketsCreateSample.js","sourceRoot":"","sources":["../../samples-dev/supportTicketsCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAwB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,oCAAoC;;QACjD,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,iBAAiB,EAAE,wDAAwD;YAC3E,uBAAuB,EACrB,sHAAsH;YACxH,SAAS,EAAE,4DAA4D;YACvE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,mDAAmD;;QAChE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,iBAAiB,EAAE,wDAAwD;YAC3E,uBAAuB,EACrB,sJAAsJ;YACxJ,SAAS,EACP,4EAA4E;YAC9E,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,wDAAwD;;QACrE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,iBAAiB,EAAE,wDAAwD;YAC3E,uBAAuB,EACrB,oIAAoI;YACtI,uBAAuB,EACrB,w5BAAw5B;YAC15B,gBAAgB,EAAE;gBAChB,EAAE,IAAI,EAAE,mCAAmC,EAAE,WAAW,EAAE,KAAK,EAAE;aAClE;YACD,SAAS,EACP,4EAA4E;YAC9E,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,sBAAsB,EAAE;gBACtB,UAAU,EACR,iGAAiG;aACpG;YACD,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,+EAA+E;;QAC5F,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,qDAAqD;wBAC9D,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,6DAA6D;;QAC1E,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,gIAAgI;YAClI,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,OAAO;gBAClC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,mDAAmD;wBAC5D,MAAM,EAAE,QAAQ;qBACjB;oBACD;wBACE,OAAO,EAAE,oDAAoD;wBAC7D,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,mEAAmE;;QAChF,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,cAAc;gBACzC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB,EAAE,OAAO,EAAE,mCAAmC,EAAE,MAAM,EAAE,QAAQ,EAAE;iBACnE;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,oDAAoD;;QACjE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB,EAAE,OAAO,EAAE,sCAAsC,EAAE,MAAM,EAAE,QAAQ,EAAE;iBACtE;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,kEAAkE;;QAC/E,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,8HAA8H;YAChI,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,MAAM;gBACjC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,8CAA8C;wBACvD,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,wDAAwD;;QACrE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,yHAAyH;YAC3H,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,MAAM;gBACjC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,8CAA8C;wBACvD,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,+EAA+E;;QAC5F,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,qIAAqI;YACvI,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,UAAU;gBACrC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB,EAAE,OAAO,EAAE,uCAAuC,EAAE,MAAM,EAAE,QAAQ,EAAE;iBACvE;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,sEAAsE;;QACnF,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,4DAA4D;wBACrE,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,2DAA2D;;QACxE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EAAE,sDAAsD;wBAC/D,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,qEAAqE;;QAClF,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,8HAA8H;YAChI,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE,CAAC,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;aACzE;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,2DAA2D;;QACxE,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,yHAAyH;YAC3H,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE,CAAC,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;aACzE;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,4GAA4G;;QACzH,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EACT,kFAAkF;YACpF,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,qHAAqH;YACvH,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,oFAAoF;;QACjG,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,qIAAqI;YACvI,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,UAAU;gBACrC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EACL,sEAAsE;wBACxE,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,2EAA2E;;QACxF,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,OAAO,CAAC;QACzE,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,6BAA6B,GAAyB;YAC1D,WAAW,EAAE,gBAAgB;YAC7B,yBAAyB,EAAE,KAAK;YAChC,cAAc,EAAE;gBACd,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,iBAAiB;aACvC;YACD,uBAAuB,EACrB,kHAAkH;YACpH,kBAAkB,EAAE;gBAClB,yBAAyB,EAAE,SAAS;gBACpC,yBAAyB,EAAE,KAAK;gBAChC,mBAAmB,EAAE;oBACnB;wBACE,OAAO,EACL,2FAA2F;wBAC7F,MAAM,EAAE,QAAQ;qBACjB;iBACF;aACF;YACD,SAAS,EAAE,0DAA0D;YACrE,QAAQ,EAAE,UAAU;YACpB,aAAa,EACX,kLAAkL;YACpL,KAAK,EAAE,UAAU;SAClB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAC3D,iBAAiB,EACjB,6BAA6B,CAC9B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,oCAAoC,EAAE,CAAC;QACvC,mDAAmD,EAAE,CAAC;QACtD,wDAAwD,EAAE,CAAC;QAC3D,+EAA+E,EAAE,CAAC;QAClF,6DAA6D,EAAE,CAAC;QAChE,mEAAmE,EAAE,CAAC;QACtE,oDAAoD,EAAE,CAAC;QACvD,kEAAkE,EAAE,CAAC;QACrE,wDAAwD,EAAE,CAAC;QAC3D,+EAA+E,EAAE,CAAC;QAClF,sEAAsE,EAAE,CAAC;QACzE,2DAA2D,EAAE,CAAC;QAC9D,qEAAqE,EAAE,CAAC;QACxE,2DAA2D,EAAE,CAAC;QAC9D,4GAA4G,EAAE,CAAC;QAC/G,oFAAoF,EAAE,CAAC;QACvF,2EAA2E,EAAE,CAAC;IAChF,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -16,7 +16,7 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to 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.
|
|
17
17
|
*
|
|
18
18
|
* @summary 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.
|
|
19
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/
|
|
19
|
+
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/preview/2022-09-01-preview/examples/GetSubscriptionSupportTicketDetails.json
|
|
20
20
|
*/
|
|
21
21
|
function getDetailsOfASubscriptionTicket() {
|
|
22
22
|
return __awaiter(this, void 0, void 0, function* () {
|