@azure/arm-support 3.0.2-alpha.20260309.1 → 4.0.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/LICENSE +1 -1
- package/README.md +13 -16
- package/dist/browser/api/chatTranscripts/index.d.ts +3 -0
- package/dist/browser/api/chatTranscripts/index.js +4 -0
- package/dist/browser/api/chatTranscripts/index.js.map +1 -0
- package/dist/browser/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/browser/api/chatTranscripts/operations.js +69 -0
- package/dist/browser/api/chatTranscripts/operations.js.map +1 -0
- package/dist/browser/api/chatTranscripts/options.d.ts +8 -0
- package/dist/browser/api/chatTranscripts/options.js +4 -0
- package/dist/browser/api/chatTranscripts/options.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.js +4 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.js +67 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.js +4 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/classifyProblems/index.d.ts +3 -0
- package/dist/browser/api/classifyProblems/index.js +4 -0
- package/dist/browser/api/classifyProblems/index.js.map +1 -0
- package/dist/browser/api/classifyProblems/operations.d.ts +9 -0
- package/dist/browser/api/classifyProblems/operations.js +37 -0
- package/dist/browser/api/classifyProblems/operations.js.map +1 -0
- package/dist/browser/api/classifyProblems/options.d.ts +5 -0
- package/dist/browser/api/classifyProblems/options.js +4 -0
- package/dist/browser/api/classifyProblems/options.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.js +4 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.js +36 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.js +4 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/classifyServices/index.d.ts +3 -0
- package/dist/browser/api/classifyServices/index.js +4 -0
- package/dist/browser/api/classifyServices/index.js.map +1 -0
- package/dist/browser/api/classifyServices/operations.d.ts +9 -0
- package/dist/browser/api/classifyServices/operations.js +36 -0
- package/dist/browser/api/classifyServices/operations.js.map +1 -0
- package/dist/browser/api/classifyServices/options.d.ts +5 -0
- package/dist/browser/api/classifyServices/options.js +4 -0
- package/dist/browser/api/classifyServices/options.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.js +4 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.js +35 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.js +4 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/communications/index.d.ts +3 -0
- package/dist/browser/api/communications/index.js +4 -0
- package/dist/browser/api/communications/index.js.map +1 -0
- package/dist/browser/api/communications/operations.d.ts +23 -0
- package/dist/browser/api/communications/operations.js +140 -0
- package/dist/browser/api/communications/operations.js.map +1 -0
- package/dist/browser/api/communications/options.d.ts +20 -0
- package/dist/browser/api/communications/options.js +4 -0
- package/dist/browser/api/communications/options.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/communicationsNoSubscription/index.js +4 -0
- package/dist/browser/api/communicationsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/browser/api/communicationsNoSubscription/operations.js +136 -0
- package/dist/browser/api/communicationsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/browser/api/communicationsNoSubscription/options.js +4 -0
- package/dist/browser/api/communicationsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/browser/api/fileWorkspaces/index.js +4 -0
- package/dist/browser/api/fileWorkspaces/index.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/browser/api/fileWorkspaces/operations.js +64 -0
- package/dist/browser/api/fileWorkspaces/operations.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/browser/api/fileWorkspaces/options.js +4 -0
- package/dist/browser/api/fileWorkspaces/options.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.js +4 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.js +62 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.js +4 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/files/index.d.ts +3 -0
- package/dist/browser/api/files/index.js +4 -0
- package/dist/browser/api/files/index.js.map +1 -0
- package/dist/browser/api/files/operations.d.ts +22 -0
- package/dist/browser/api/files/operations.js +132 -0
- package/dist/browser/api/files/operations.js.map +1 -0
- package/dist/browser/api/files/options.d.ts +14 -0
- package/dist/browser/api/files/options.js +4 -0
- package/dist/browser/api/files/options.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/filesNoSubscription/index.js +4 -0
- package/dist/browser/api/filesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/browser/api/filesNoSubscription/operations.js +128 -0
- package/dist/browser/api/filesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/browser/api/filesNoSubscription/options.js +4 -0
- package/dist/browser/api/filesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/microsoftSupportContext.d.ts +22 -0
- package/dist/browser/api/microsoftSupportContext.js +26 -0
- package/dist/browser/api/microsoftSupportContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/problemClassifications/index.d.ts +3 -0
- package/dist/browser/api/problemClassifications/index.js +4 -0
- package/dist/browser/api/problemClassifications/index.js.map +1 -0
- package/dist/browser/api/problemClassifications/operations.d.ts +14 -0
- package/dist/browser/api/problemClassifications/operations.js +67 -0
- package/dist/browser/api/problemClassifications/operations.js.map +1 -0
- package/dist/browser/api/problemClassifications/options.d.ts +8 -0
- package/dist/browser/api/problemClassifications/options.js +4 -0
- package/dist/browser/api/problemClassifications/options.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +14 -0
- package/dist/browser/api/services/operations.js +65 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +8 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/api/supportTickets/index.d.ts +3 -0
- package/dist/browser/api/supportTickets/index.js +4 -0
- package/dist/browser/api/supportTickets/index.js.map +1 -0
- package/dist/browser/api/supportTickets/operations.d.ts +31 -0
- package/dist/browser/api/supportTickets/operations.js +196 -0
- package/dist/browser/api/supportTickets/operations.js.map +1 -0
- package/dist/browser/api/supportTickets/options.d.ts +26 -0
- package/dist/browser/api/supportTickets/options.js +4 -0
- package/dist/browser/api/supportTickets/options.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.js +4 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.js +162 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.js +4 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.js.map +1 -0
- package/dist/browser/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/browser/classic/chatTranscripts/index.js +15 -0
- package/dist/browser/classic/chatTranscripts/index.js.map +1 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.js +15 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/classifyProblems/index.d.ts +10 -0
- package/dist/browser/classic/classifyProblems/index.js +14 -0
- package/dist/browser/classic/classifyProblems/index.js.map +1 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.js +14 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/classifyServices/index.d.ts +10 -0
- package/dist/browser/classic/classifyServices/index.js +14 -0
- package/dist/browser/classic/classifyServices/index.js.map +1 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.js +14 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/communications/index.d.ts +23 -0
- package/dist/browser/classic/communications/index.js +26 -0
- package/dist/browser/classic/communications/index.js.map +1 -0
- package/dist/browser/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/browser/classic/communicationsNoSubscription/index.js +26 -0
- package/dist/browser/classic/communicationsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/browser/classic/fileWorkspaces/index.js +15 -0
- package/dist/browser/classic/fileWorkspaces/index.js.map +1 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.js +15 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/files/index.d.ts +17 -0
- package/dist/browser/classic/files/index.js +17 -0
- package/dist/browser/classic/files/index.js.map +1 -0
- package/dist/browser/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/browser/classic/filesNoSubscription/index.js +17 -0
- package/dist/browser/classic/filesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +18 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/problemClassifications/index.d.ts +13 -0
- package/dist/browser/classic/problemClassifications/index.js +15 -0
- package/dist/browser/classic/problemClassifications/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +13 -0
- package/dist/browser/classic/services/index.js +15 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/classic/supportTickets/index.d.ts +27 -0
- package/dist/browser/classic/supportTickets/index.js +28 -0
- package/dist/browser/classic/supportTickets/index.js.map +1 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.js +27 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/browser/index.d.ts +30 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/microsoftSupport.d.ts +61 -31
- package/dist/browser/microsoftSupport.js +84 -115
- package/dist/browser/microsoftSupport.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -999
- package/dist/browser/models/index.js +3 -91
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +955 -0
- package/dist/browser/models/models.js +987 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +106 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/chatTranscripts/index.d.ts +3 -0
- package/dist/commonjs/api/chatTranscripts/index.js +30 -0
- package/dist/commonjs/api/chatTranscripts/index.js.map +7 -0
- package/dist/commonjs/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/commonjs/api/chatTranscripts/operations.js +115 -0
- package/dist/commonjs/api/chatTranscripts/operations.js.map +7 -0
- package/dist/commonjs/api/chatTranscripts/options.d.ts +8 -0
- package/dist/commonjs/api/chatTranscripts/options.js +16 -0
- package/dist/commonjs/api/chatTranscripts/options.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js +30 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js +113 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/index.d.ts +3 -0
- package/dist/commonjs/api/classifyProblems/index.js +28 -0
- package/dist/commonjs/api/classifyProblems/index.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyProblems/operations.js +75 -0
- package/dist/commonjs/api/classifyProblems/operations.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/options.d.ts +5 -0
- package/dist/commonjs/api/classifyProblems/options.js +16 -0
- package/dist/commonjs/api/classifyProblems/options.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.js +28 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js +74 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/classifyServices/index.d.ts +3 -0
- package/dist/commonjs/api/classifyServices/index.js +28 -0
- package/dist/commonjs/api/classifyServices/index.js.map +7 -0
- package/dist/commonjs/api/classifyServices/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyServices/operations.js +67 -0
- package/dist/commonjs/api/classifyServices/operations.js.map +7 -0
- package/dist/commonjs/api/classifyServices/options.d.ts +5 -0
- package/dist/commonjs/api/classifyServices/options.js +16 -0
- package/dist/commonjs/api/classifyServices/options.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.js +28 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.js +66 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/communications/index.d.ts +3 -0
- package/dist/commonjs/api/communications/index.js +34 -0
- package/dist/commonjs/api/communications/index.js.map +7 -0
- package/dist/commonjs/api/communications/operations.d.ts +23 -0
- package/dist/commonjs/api/communications/operations.js +215 -0
- package/dist/commonjs/api/communications/operations.js.map +7 -0
- package/dist/commonjs/api/communications/options.d.ts +20 -0
- package/dist/commonjs/api/communications/options.js +16 -0
- package/dist/commonjs/api/communications/options.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.js +34 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.js +211 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/commonjs/api/fileWorkspaces/index.js +30 -0
- package/dist/commonjs/api/fileWorkspaces/index.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/commonjs/api/fileWorkspaces/operations.js +104 -0
- package/dist/commonjs/api/fileWorkspaces/operations.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/commonjs/api/fileWorkspaces/options.js +16 -0
- package/dist/commonjs/api/fileWorkspaces/options.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js +30 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js +102 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/files/index.d.ts +3 -0
- package/dist/commonjs/api/files/index.js +34 -0
- package/dist/commonjs/api/files/index.js.map +7 -0
- package/dist/commonjs/api/files/operations.d.ts +22 -0
- package/dist/commonjs/api/files/operations.js +202 -0
- package/dist/commonjs/api/files/operations.js.map +7 -0
- package/dist/commonjs/api/files/options.d.ts +14 -0
- package/dist/commonjs/api/files/options.js +16 -0
- package/dist/commonjs/api/files/options.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/filesNoSubscription/index.js +34 -0
- package/dist/commonjs/api/filesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/commonjs/api/filesNoSubscription/operations.js +198 -0
- package/dist/commonjs/api/filesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/commonjs/api/filesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/filesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/microsoftSupportContext.d.ts +22 -0
- package/dist/commonjs/api/microsoftSupportContext.js +47 -0
- package/dist/commonjs/api/microsoftSupportContext.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/index.d.ts +3 -0
- package/dist/commonjs/api/problemClassifications/index.js +30 -0
- package/dist/commonjs/api/problemClassifications/index.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/operations.d.ts +14 -0
- package/dist/commonjs/api/problemClassifications/operations.js +113 -0
- package/dist/commonjs/api/problemClassifications/operations.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/options.d.ts +8 -0
- package/dist/commonjs/api/problemClassifications/options.js +16 -0
- package/dist/commonjs/api/problemClassifications/options.js.map +7 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +30 -0
- package/dist/commonjs/api/services/index.js.map +7 -0
- package/dist/commonjs/api/services/operations.d.ts +14 -0
- package/dist/commonjs/api/services/operations.js +111 -0
- package/dist/commonjs/api/services/operations.js.map +7 -0
- package/dist/commonjs/api/services/options.d.ts +8 -0
- package/dist/commonjs/api/services/options.js +16 -0
- package/dist/commonjs/api/services/options.js.map +7 -0
- package/dist/commonjs/api/supportTickets/index.d.ts +3 -0
- package/dist/commonjs/api/supportTickets/index.js +38 -0
- package/dist/commonjs/api/supportTickets/index.js.map +7 -0
- package/dist/commonjs/api/supportTickets/operations.d.ts +31 -0
- package/dist/commonjs/api/supportTickets/operations.js +278 -0
- package/dist/commonjs/api/supportTickets/operations.js.map +7 -0
- package/dist/commonjs/api/supportTickets/options.d.ts +26 -0
- package/dist/commonjs/api/supportTickets/options.js +16 -0
- package/dist/commonjs/api/supportTickets/options.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.js +36 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.js +235 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/commonjs/classic/chatTranscripts/index.js +39 -0
- package/dist/commonjs/classic/chatTranscripts/index.js.map +7 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js +39 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/classifyProblems/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyProblems/index.js +43 -0
- package/dist/commonjs/classic/classifyProblems/index.js.map +7 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js +43 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/classifyServices/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyServices/index.js +38 -0
- package/dist/commonjs/classic/classifyServices/index.js.map +7 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.js +38 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/communications/index.d.ts +23 -0
- package/dist/commonjs/classic/communications/index.js +62 -0
- package/dist/commonjs/classic/communications/index.js.map +7 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.js +62 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/commonjs/classic/fileWorkspaces/index.js +39 -0
- package/dist/commonjs/classic/fileWorkspaces/index.js.map +7 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js +39 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/files/index.d.ts +17 -0
- package/dist/commonjs/classic/files/index.js +41 -0
- package/dist/commonjs/classic/files/index.js.map +7 -0
- package/dist/commonjs/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/commonjs/classic/filesNoSubscription/index.js +41 -0
- package/dist/commonjs/classic/filesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +18 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/problemClassifications/index.d.ts +13 -0
- package/dist/commonjs/classic/problemClassifications/index.js +39 -0
- package/dist/commonjs/classic/problemClassifications/index.js.map +7 -0
- package/dist/commonjs/classic/services/index.d.ts +13 -0
- package/dist/commonjs/classic/services/index.js +39 -0
- package/dist/commonjs/classic/services/index.js.map +7 -0
- package/dist/commonjs/classic/supportTickets/index.d.ts +27 -0
- package/dist/commonjs/classic/supportTickets/index.js +52 -0
- package/dist/commonjs/classic/supportTickets/index.js.map +7 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.js +51 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +30 -3
- package/dist/commonjs/index.js +39 -8
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/microsoftSupport.d.ts +61 -31
- package/dist/commonjs/microsoftSupport.js +83 -117
- package/dist/commonjs/microsoftSupport.js.map +3 -3
- package/dist/commonjs/models/index.d.ts +2 -999
- package/dist/commonjs/models/index.js +20 -64
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +955 -0
- package/dist/commonjs/models/models.js +1049 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +119 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/chatTranscripts/index.d.ts +3 -0
- package/dist/esm/api/chatTranscripts/index.js +4 -0
- package/dist/esm/api/chatTranscripts/index.js.map +1 -0
- package/dist/esm/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/esm/api/chatTranscripts/operations.js +69 -0
- package/dist/esm/api/chatTranscripts/operations.js.map +1 -0
- package/dist/esm/api/chatTranscripts/options.d.ts +8 -0
- package/dist/esm/api/chatTranscripts/options.js +4 -0
- package/dist/esm/api/chatTranscripts/options.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.js +4 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.js +67 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.js +4 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/classifyProblems/index.d.ts +3 -0
- package/dist/esm/api/classifyProblems/index.js +4 -0
- package/dist/esm/api/classifyProblems/index.js.map +1 -0
- package/dist/esm/api/classifyProblems/operations.d.ts +9 -0
- package/dist/esm/api/classifyProblems/operations.js +37 -0
- package/dist/esm/api/classifyProblems/operations.js.map +1 -0
- package/dist/esm/api/classifyProblems/options.d.ts +5 -0
- package/dist/esm/api/classifyProblems/options.js +4 -0
- package/dist/esm/api/classifyProblems/options.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.js +4 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.js +36 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.js +4 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/classifyServices/index.d.ts +3 -0
- package/dist/esm/api/classifyServices/index.js +4 -0
- package/dist/esm/api/classifyServices/index.js.map +1 -0
- package/dist/esm/api/classifyServices/operations.d.ts +9 -0
- package/dist/esm/api/classifyServices/operations.js +36 -0
- package/dist/esm/api/classifyServices/operations.js.map +1 -0
- package/dist/esm/api/classifyServices/options.d.ts +5 -0
- package/dist/esm/api/classifyServices/options.js +4 -0
- package/dist/esm/api/classifyServices/options.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.js +4 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.js +35 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.js +4 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/communications/index.d.ts +3 -0
- package/dist/esm/api/communications/index.js +4 -0
- package/dist/esm/api/communications/index.js.map +1 -0
- package/dist/esm/api/communications/operations.d.ts +23 -0
- package/dist/esm/api/communications/operations.js +140 -0
- package/dist/esm/api/communications/operations.js.map +1 -0
- package/dist/esm/api/communications/options.d.ts +20 -0
- package/dist/esm/api/communications/options.js +4 -0
- package/dist/esm/api/communications/options.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/communicationsNoSubscription/index.js +4 -0
- package/dist/esm/api/communicationsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/esm/api/communicationsNoSubscription/operations.js +136 -0
- package/dist/esm/api/communicationsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/esm/api/communicationsNoSubscription/options.js +4 -0
- package/dist/esm/api/communicationsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/esm/api/fileWorkspaces/index.js +4 -0
- package/dist/esm/api/fileWorkspaces/index.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/esm/api/fileWorkspaces/operations.js +64 -0
- package/dist/esm/api/fileWorkspaces/operations.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/esm/api/fileWorkspaces/options.js +4 -0
- package/dist/esm/api/fileWorkspaces/options.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.js +4 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.js +62 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.js +4 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/files/index.d.ts +3 -0
- package/dist/esm/api/files/index.js +4 -0
- package/dist/esm/api/files/index.js.map +1 -0
- package/dist/esm/api/files/operations.d.ts +22 -0
- package/dist/esm/api/files/operations.js +132 -0
- package/dist/esm/api/files/operations.js.map +1 -0
- package/dist/esm/api/files/options.d.ts +14 -0
- package/dist/esm/api/files/options.js +4 -0
- package/dist/esm/api/files/options.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/filesNoSubscription/index.js +4 -0
- package/dist/esm/api/filesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/esm/api/filesNoSubscription/operations.js +128 -0
- package/dist/esm/api/filesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/esm/api/filesNoSubscription/options.js +4 -0
- package/dist/esm/api/filesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/microsoftSupportContext.d.ts +22 -0
- package/dist/esm/api/microsoftSupportContext.js +26 -0
- package/dist/esm/api/microsoftSupportContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/problemClassifications/index.d.ts +3 -0
- package/dist/esm/api/problemClassifications/index.js +4 -0
- package/dist/esm/api/problemClassifications/index.js.map +1 -0
- package/dist/esm/api/problemClassifications/operations.d.ts +14 -0
- package/dist/esm/api/problemClassifications/operations.js +67 -0
- package/dist/esm/api/problemClassifications/operations.js.map +1 -0
- package/dist/esm/api/problemClassifications/options.d.ts +8 -0
- package/dist/esm/api/problemClassifications/options.js +4 -0
- package/dist/esm/api/problemClassifications/options.js.map +1 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +4 -0
- package/dist/esm/api/services/index.js.map +1 -0
- package/dist/esm/api/services/operations.d.ts +14 -0
- package/dist/esm/api/services/operations.js +65 -0
- package/dist/esm/api/services/operations.js.map +1 -0
- package/dist/esm/api/services/options.d.ts +8 -0
- package/dist/esm/api/services/options.js +4 -0
- package/dist/esm/api/services/options.js.map +1 -0
- package/dist/esm/api/supportTickets/index.d.ts +3 -0
- package/dist/esm/api/supportTickets/index.js +4 -0
- package/dist/esm/api/supportTickets/index.js.map +1 -0
- package/dist/esm/api/supportTickets/operations.d.ts +31 -0
- package/dist/esm/api/supportTickets/operations.js +196 -0
- package/dist/esm/api/supportTickets/operations.js.map +1 -0
- package/dist/esm/api/supportTickets/options.d.ts +26 -0
- package/dist/esm/api/supportTickets/options.js +4 -0
- package/dist/esm/api/supportTickets/options.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.js +4 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.js +162 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.js +4 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.js.map +1 -0
- package/dist/esm/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/esm/classic/chatTranscripts/index.js +15 -0
- package/dist/esm/classic/chatTranscripts/index.js.map +1 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.js +15 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/classifyProblems/index.d.ts +10 -0
- package/dist/esm/classic/classifyProblems/index.js +14 -0
- package/dist/esm/classic/classifyProblems/index.js.map +1 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.js +14 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/classifyServices/index.d.ts +10 -0
- package/dist/esm/classic/classifyServices/index.js +14 -0
- package/dist/esm/classic/classifyServices/index.js.map +1 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.js +14 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/communications/index.d.ts +23 -0
- package/dist/esm/classic/communications/index.js +26 -0
- package/dist/esm/classic/communications/index.js.map +1 -0
- package/dist/esm/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/esm/classic/communicationsNoSubscription/index.js +26 -0
- package/dist/esm/classic/communicationsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/esm/classic/fileWorkspaces/index.js +15 -0
- package/dist/esm/classic/fileWorkspaces/index.js.map +1 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.js +15 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/files/index.d.ts +17 -0
- package/dist/esm/classic/files/index.js +17 -0
- package/dist/esm/classic/files/index.js.map +1 -0
- package/dist/esm/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/esm/classic/filesNoSubscription/index.js +17 -0
- package/dist/esm/classic/filesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +18 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/problemClassifications/index.d.ts +13 -0
- package/dist/esm/classic/problemClassifications/index.js +15 -0
- package/dist/esm/classic/problemClassifications/index.js.map +1 -0
- package/dist/esm/classic/services/index.d.ts +13 -0
- package/dist/esm/classic/services/index.js +15 -0
- package/dist/esm/classic/services/index.js.map +1 -0
- package/dist/esm/classic/supportTickets/index.d.ts +27 -0
- package/dist/esm/classic/supportTickets/index.js +28 -0
- package/dist/esm/classic/supportTickets/index.js.map +1 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.js +27 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/esm/index.d.ts +30 -3
- package/dist/esm/index.js +9 -8
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/microsoftSupport.d.ts +61 -31
- package/dist/esm/microsoftSupport.js +95 -135
- package/dist/esm/microsoftSupport.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -999
- package/dist/esm/models/index.js +4 -64
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +955 -0
- package/dist/esm/models/models.js +987 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +106 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +353 -79
- package/CHANGELOG.md +0 -171
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/microsoftSupport.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -40
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1356
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -24
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -199
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/chatTranscripts.d.ts +0 -42
- package/dist/browser/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/browser/operations/chatTranscripts.js +0 -158
- package/dist/browser/operations/chatTranscripts.js.map +0 -1
- package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/chatTranscriptsNoSubscription.js +0 -152
- package/dist/browser/operations/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/browser/operations/communications.d.ts +0 -77
- package/dist/browser/operations/communications.d.ts.map +0 -1
- package/dist/browser/operations/communications.js +0 -298
- package/dist/browser/operations/communications.js.map +0 -1
- package/dist/browser/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/browser/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/communicationsNoSubscription.js +0 -287
- package/dist/browser/operations/communicationsNoSubscription.js.map +0 -1
- package/dist/browser/operations/fileWorkspaces.d.ts +0 -25
- package/dist/browser/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/browser/operations/fileWorkspaces.js +0 -80
- package/dist/browser/operations/fileWorkspaces.js.map +0 -1
- package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/fileWorkspacesNoSubscription.js +0 -72
- package/dist/browser/operations/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/browser/operations/files.d.ts +0 -58
- package/dist/browser/operations/files.d.ts.map +0 -1
- package/dist/browser/operations/files.js +0 -222
- package/dist/browser/operations/files.js.map +0 -1
- package/dist/browser/operations/filesNoSubscription.d.ts +0 -58
- package/dist/browser/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/filesNoSubscription.js +0 -214
- package/dist/browser/operations/filesNoSubscription.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -14
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -21
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -79
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/problemClassifications.d.ts +0 -41
- package/dist/browser/operations/problemClassifications.d.ts.map +0 -1
- package/dist/browser/operations/problemClassifications.js +0 -116
- package/dist/browser/operations/problemClassifications.js.map +0 -1
- package/dist/browser/operations/services.d.ts +0 -44
- package/dist/browser/operations/services.d.ts.map +0 -1
- package/dist/browser/operations/services.js +0 -115
- package/dist/browser/operations/services.js.map +0 -1
- package/dist/browser/operations/supportTickets.d.ts +0 -113
- package/dist/browser/operations/supportTickets.d.ts.map +0 -1
- package/dist/browser/operations/supportTickets.js +0 -342
- package/dist/browser/operations/supportTickets.js.map +0 -1
- package/dist/browser/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/browser/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/supportTicketsNoSubscription.js +0 -311
- package/dist/browser/operations/supportTicketsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/browser/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscripts.js +0 -9
- package/dist/browser/operationsInterfaces/chatTranscripts.js.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/communications.d.ts +0 -49
- package/dist/browser/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communications.js +0 -9
- package/dist/browser/operationsInterfaces/communications.js.map +0 -1
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspaces.js +0 -9
- package/dist/browser/operationsInterfaces/fileWorkspaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/files.d.ts +0 -35
- package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/files.js +0 -9
- package/dist/browser/operationsInterfaces/files.js.map +0 -1
- package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/filesNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/filesNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -21
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/browser/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/problemClassifications.js +0 -9
- package/dist/browser/operationsInterfaces/problemClassifications.js.map +0 -1
- package/dist/browser/operationsInterfaces/services.d.ts +0 -23
- package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/services.js +0 -9
- package/dist/browser/operationsInterfaces/services.js.map +0 -1
- package/dist/browser/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/browser/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/supportTickets.js +0 -9
- package/dist/browser/operationsInterfaces/supportTickets.js.map +0 -1
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -43
- package/dist/commonjs/lroImpl.js.map +0 -7
- package/dist/commonjs/microsoftSupport.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -40
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1448
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -24
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -259
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/chatTranscripts.d.ts +0 -42
- package/dist/commonjs/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/commonjs/operations/chatTranscripts.js +0 -200
- package/dist/commonjs/operations/chatTranscripts.js.map +0 -7
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.js +0 -194
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/communications.d.ts +0 -77
- package/dist/commonjs/operations/communications.d.ts.map +0 -1
- package/dist/commonjs/operations/communications.js +0 -348
- package/dist/commonjs/operations/communications.js.map +0 -7
- package/dist/commonjs/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/commonjs/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/communicationsNoSubscription.js +0 -337
- package/dist/commonjs/operations/communicationsNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/fileWorkspaces.d.ts +0 -25
- package/dist/commonjs/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/commonjs/operations/fileWorkspaces.js +0 -116
- package/dist/commonjs/operations/fileWorkspaces.js.map +0 -7
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.js +0 -108
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/files.d.ts +0 -58
- package/dist/commonjs/operations/files.d.ts.map +0 -1
- package/dist/commonjs/operations/files.js +0 -270
- package/dist/commonjs/operations/files.js.map +0 -7
- package/dist/commonjs/operations/filesNoSubscription.d.ts +0 -58
- package/dist/commonjs/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/filesNoSubscription.js +0 -262
- package/dist/commonjs/operations/filesNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -14
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -45
- package/dist/commonjs/operations/index.js.map +0 -7
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -108
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operations/problemClassifications.d.ts +0 -41
- package/dist/commonjs/operations/problemClassifications.d.ts.map +0 -1
- package/dist/commonjs/operations/problemClassifications.js +0 -151
- package/dist/commonjs/operations/problemClassifications.js.map +0 -7
- package/dist/commonjs/operations/services.d.ts +0 -44
- package/dist/commonjs/operations/services.d.ts.map +0 -1
- package/dist/commonjs/operations/services.js +0 -147
- package/dist/commonjs/operations/services.js.map +0 -7
- package/dist/commonjs/operations/supportTickets.d.ts +0 -113
- package/dist/commonjs/operations/supportTickets.d.ts.map +0 -1
- package/dist/commonjs/operations/supportTickets.js +0 -387
- package/dist/commonjs/operations/supportTickets.js.map +0 -7
- package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/supportTicketsNoSubscription.js +0 -356
- package/dist/commonjs/operations/supportTicketsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chatTranscripts.js +0 -15
- package/dist/commonjs/operationsInterfaces/chatTranscripts.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/communications.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communications.js +0 -15
- package/dist/commonjs/operationsInterfaces/communications.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.js +0 -15
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/files.d.ts +0 -35
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.js +0 -15
- package/dist/commonjs/operationsInterfaces/files.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -45
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -15
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/problemClassifications.js +0 -15
- package/dist/commonjs/operationsInterfaces/problemClassifications.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/services.d.ts +0 -23
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.js +0 -15
- package/dist/commonjs/operationsInterfaces/services.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/commonjs/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/supportTickets.js +0 -15
- package/dist/commonjs/operationsInterfaces/supportTickets.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -43
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -7
- package/dist/esm/microsoftSupport.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -40
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1388
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -24
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -222
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/chatTranscripts.d.ts +0 -42
- package/dist/esm/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/esm/operations/chatTranscripts.js +0 -167
- package/dist/esm/operations/chatTranscripts.js.map +0 -7
- package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/chatTranscriptsNoSubscription.js +0 -161
- package/dist/esm/operations/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/esm/operations/communications.d.ts +0 -77
- package/dist/esm/operations/communications.d.ts.map +0 -1
- package/dist/esm/operations/communications.js +0 -317
- package/dist/esm/operations/communications.js.map +0 -7
- package/dist/esm/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/esm/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/communicationsNoSubscription.js +0 -306
- package/dist/esm/operations/communicationsNoSubscription.js.map +0 -7
- package/dist/esm/operations/fileWorkspaces.d.ts +0 -25
- package/dist/esm/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/esm/operations/fileWorkspaces.js +0 -83
- package/dist/esm/operations/fileWorkspaces.js.map +0 -7
- package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/fileWorkspacesNoSubscription.js +0 -75
- package/dist/esm/operations/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/esm/operations/files.d.ts +0 -58
- package/dist/esm/operations/files.d.ts.map +0 -1
- package/dist/esm/operations/files.js +0 -237
- package/dist/esm/operations/files.js.map +0 -7
- package/dist/esm/operations/filesNoSubscription.d.ts +0 -58
- package/dist/esm/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/filesNoSubscription.js +0 -229
- package/dist/esm/operations/filesNoSubscription.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -14
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -7
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -75
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operations/problemClassifications.d.ts +0 -41
- package/dist/esm/operations/problemClassifications.d.ts.map +0 -1
- package/dist/esm/operations/problemClassifications.js +0 -118
- package/dist/esm/operations/problemClassifications.js.map +0 -7
- package/dist/esm/operations/services.d.ts +0 -44
- package/dist/esm/operations/services.d.ts.map +0 -1
- package/dist/esm/operations/services.js +0 -114
- package/dist/esm/operations/services.js.map +0 -7
- package/dist/esm/operations/supportTickets.d.ts +0 -113
- package/dist/esm/operations/supportTickets.d.ts.map +0 -1
- package/dist/esm/operations/supportTickets.js +0 -356
- package/dist/esm/operations/supportTickets.js.map +0 -7
- package/dist/esm/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/esm/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/supportTicketsNoSubscription.js +0 -325
- package/dist/esm/operations/supportTicketsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/esm/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chatTranscripts.js +0 -0
- package/dist/esm/operationsInterfaces/chatTranscripts.js.map +0 -7
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/communications.d.ts +0 -49
- package/dist/esm/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communications.js +0 -0
- package/dist/esm/operationsInterfaces/communications.js.map +0 -7
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileWorkspaces.js +0 -0
- package/dist/esm/operationsInterfaces/fileWorkspaces.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/files.d.ts +0 -35
- package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/files.js +0 -0
- package/dist/esm/operationsInterfaces/files.js.map +0 -7
- package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/filesNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/filesNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/esm/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/problemClassifications.js +0 -0
- package/dist/esm/operationsInterfaces/problemClassifications.js.map +0 -7
- package/dist/esm/operationsInterfaces/services.d.ts +0 -23
- package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/services.js +0 -0
- package/dist/esm/operationsInterfaces/services.js.map +0 -7
- package/dist/esm/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/esm/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/supportTickets.js +0 -0
- package/dist/esm/operationsInterfaces/supportTickets.js.map +0 -7
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/microsoftSupport.d.ts +0 -33
- package/dist/react-native/microsoftSupport.d.ts.map +0 -1
- package/dist/react-native/microsoftSupport.js +0 -128
- package/dist/react-native/microsoftSupport.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -1000
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -92
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -40
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1356
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -24
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -199
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/chatTranscripts.d.ts +0 -42
- package/dist/react-native/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/react-native/operations/chatTranscripts.js +0 -158
- package/dist/react-native/operations/chatTranscripts.js.map +0 -1
- package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/chatTranscriptsNoSubscription.js +0 -152
- package/dist/react-native/operations/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/react-native/operations/communications.d.ts +0 -77
- package/dist/react-native/operations/communications.d.ts.map +0 -1
- package/dist/react-native/operations/communications.js +0 -298
- package/dist/react-native/operations/communications.js.map +0 -1
- package/dist/react-native/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/react-native/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/communicationsNoSubscription.js +0 -287
- package/dist/react-native/operations/communicationsNoSubscription.js.map +0 -1
- package/dist/react-native/operations/fileWorkspaces.d.ts +0 -25
- package/dist/react-native/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/react-native/operations/fileWorkspaces.js +0 -80
- package/dist/react-native/operations/fileWorkspaces.js.map +0 -1
- package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/fileWorkspacesNoSubscription.js +0 -72
- package/dist/react-native/operations/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/react-native/operations/files.d.ts +0 -58
- package/dist/react-native/operations/files.d.ts.map +0 -1
- package/dist/react-native/operations/files.js +0 -222
- package/dist/react-native/operations/files.js.map +0 -1
- package/dist/react-native/operations/filesNoSubscription.d.ts +0 -58
- package/dist/react-native/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/filesNoSubscription.js +0 -214
- package/dist/react-native/operations/filesNoSubscription.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -14
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -21
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -79
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/problemClassifications.d.ts +0 -41
- package/dist/react-native/operations/problemClassifications.d.ts.map +0 -1
- package/dist/react-native/operations/problemClassifications.js +0 -116
- package/dist/react-native/operations/problemClassifications.js.map +0 -1
- package/dist/react-native/operations/services.d.ts +0 -44
- package/dist/react-native/operations/services.d.ts.map +0 -1
- package/dist/react-native/operations/services.js +0 -115
- package/dist/react-native/operations/services.js.map +0 -1
- package/dist/react-native/operations/supportTickets.d.ts +0 -113
- package/dist/react-native/operations/supportTickets.d.ts.map +0 -1
- package/dist/react-native/operations/supportTickets.js +0 -342
- package/dist/react-native/operations/supportTickets.js.map +0 -1
- package/dist/react-native/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/react-native/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/supportTicketsNoSubscription.js +0 -311
- package/dist/react-native/operations/supportTicketsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscripts.js +0 -9
- package/dist/react-native/operationsInterfaces/chatTranscripts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communications.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communications.js +0 -9
- package/dist/react-native/operationsInterfaces/communications.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspaces.js +0 -9
- package/dist/react-native/operationsInterfaces/fileWorkspaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/files.d.ts +0 -35
- package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/files.js +0 -9
- package/dist/react-native/operationsInterfaces/files.js.map +0 -1
- package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/filesNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/filesNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -21
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/react-native/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/problemClassifications.js +0 -9
- package/dist/react-native/operationsInterfaces/problemClassifications.js.map +0 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +0 -23
- package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/services.js +0 -9
- package/dist/react-native/operationsInterfaces/services.js.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/react-native/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTickets.js +0 -9
- package/dist/react-native/operationsInterfaces/supportTickets.js.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-support-node.api.md +0 -889
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./services.js\";\nexport * from \"./problemClassifications.js\";\nexport * from \"./supportTickets.js\";\nexport * from \"./supportTicketsNoSubscription.js\";\nexport * from \"./communications.js\";\nexport * from \"./communicationsNoSubscription.js\";\nexport * from \"./chatTranscripts.js\";\nexport * from \"./chatTranscriptsNoSubscription.js\";\nexport * from \"./fileWorkspaces.js\";\nexport * from \"./fileWorkspacesNoSubscription.js\";\nexport * from \"./files.js\";\nexport * from \"./filesNoSubscription.js\";\n"]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { MicrosoftSupport } from "../microsoftSupport.js";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: MicrosoftSupport);
|
|
13
|
-
/**
|
|
14
|
-
* This lists all the available Microsoft Support REST API operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* This lists all the available Microsoft Support REST API operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EACL,SAAS,EACT,4BAA4B,EAE7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YASd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;CAKd"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/// <reference lib="esnext.asynciterable" />
|
|
12
|
-
/** Class containing Operations operations. */
|
|
13
|
-
export class OperationsImpl {
|
|
14
|
-
client;
|
|
15
|
-
/**
|
|
16
|
-
* Initialize a new instance of the class Operations class.
|
|
17
|
-
* @param client Reference to the service client
|
|
18
|
-
*/
|
|
19
|
-
constructor(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* This lists all the available Microsoft Support REST API operations.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
list(options) {
|
|
27
|
-
const iter = this.listPagingAll(options);
|
|
28
|
-
return {
|
|
29
|
-
next() {
|
|
30
|
-
return iter.next();
|
|
31
|
-
},
|
|
32
|
-
[Symbol.asyncIterator]() {
|
|
33
|
-
return this;
|
|
34
|
-
},
|
|
35
|
-
byPage: (settings) => {
|
|
36
|
-
if (settings?.maxPageSize) {
|
|
37
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
38
|
-
}
|
|
39
|
-
return this.listPagingPage(options, settings);
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
async *listPagingPage(options, _settings) {
|
|
44
|
-
let result;
|
|
45
|
-
result = await this._list(options);
|
|
46
|
-
yield result.value || [];
|
|
47
|
-
}
|
|
48
|
-
async *listPagingAll(options) {
|
|
49
|
-
for await (const page of this.listPagingPage(options)) {
|
|
50
|
-
yield* page;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* This lists all the available Microsoft Support REST API operations.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
_list(options) {
|
|
58
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
// Operation Specifications
|
|
62
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
63
|
-
const listOperationSpec = {
|
|
64
|
-
path: "/providers/Microsoft.Support/operations",
|
|
65
|
-
httpMethod: "GET",
|
|
66
|
-
responses: {
|
|
67
|
-
200: {
|
|
68
|
-
bodyMapper: Mappers.OperationsListResult,
|
|
69
|
-
},
|
|
70
|
-
default: {
|
|
71
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
queryParameters: [Parameters.apiVersion],
|
|
75
|
-
urlParameters: [Parameters.$host],
|
|
76
|
-
headerParameters: [Parameters.accept],
|
|
77
|
-
serializer,
|
|
78
|
-
};
|
|
79
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,4CAA4C;AAC5C,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAAmB;IAE1C;;;OAGG;IACH,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,IAAI,CACT,OAAsC;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAsC,EACtC,SAAwB;QAExB,IAAI,MAA8B,CAAC;QACnC,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnC,MAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;IAC3B,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAsC;QAEtC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,KAAK,CACX,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,yCAAyC;IAC/C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftSupport } from \"../microsoftSupport.js\";\nimport {\n Operation,\n OperationsListOptionalParams,\n OperationsListResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: MicrosoftSupport;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftSupport) {\n this.client = client;\n }\n\n /**\n * This lists all the available Microsoft Support REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * This lists all the available Microsoft Support REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Support/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ProblemClassifications } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { MicrosoftSupport } from "../microsoftSupport.js";
|
|
4
|
-
import { ProblemClassification, ProblemClassificationsListOptionalParams, ProblemClassificationsGetOptionalParams, ProblemClassificationsGetResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing ProblemClassifications operations. */
|
|
6
|
-
export declare class ProblemClassificationsImpl implements ProblemClassifications {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class ProblemClassifications class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: MicrosoftSupport);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all the problem classifications (categories) available for a specific Azure service. Always
|
|
15
|
-
* use the service and problem classifications obtained programmatically. This practice ensures that
|
|
16
|
-
* you always have the most recent set of service and problem classification Ids.
|
|
17
|
-
* @param serviceName Name of the Azure service for which the problem classifications need to be
|
|
18
|
-
* retrieved.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
list(serviceName: string, options?: ProblemClassificationsListOptionalParams): PagedAsyncIterableIterator<ProblemClassification>;
|
|
22
|
-
private listPagingPage;
|
|
23
|
-
private listPagingAll;
|
|
24
|
-
/**
|
|
25
|
-
* Lists all the problem classifications (categories) available for a specific Azure service. Always
|
|
26
|
-
* use the service and problem classifications obtained programmatically. This practice ensures that
|
|
27
|
-
* you always have the most recent set of service and problem classification Ids.
|
|
28
|
-
* @param serviceName Name of the Azure service for which the problem classifications need to be
|
|
29
|
-
* retrieved.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
private _list;
|
|
33
|
-
/**
|
|
34
|
-
* Get problem classification details for a specific Azure service.
|
|
35
|
-
* @param serviceName Name of the Azure service available for support.
|
|
36
|
-
* @param problemClassificationName Name of problem classification.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
get(serviceName: string, problemClassificationName: string, options?: ProblemClassificationsGetOptionalParams): Promise<ProblemClassificationsGetResponse>;
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=problemClassifications.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"problemClassifications.d.ts","sourceRoot":"","sources":["../../../src/operations/problemClassifications.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EACL,qBAAqB,EACrB,wCAAwC,EAExC,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;;;;;OAOG;IACI,IAAI,CACT,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,qBAAqB,CAAC;YAkBrC,cAAc;YAUd,aAAa;IAS5B;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,GAAG,CACD,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;CAM9C"}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/// <reference lib="esnext.asynciterable" />
|
|
12
|
-
/** Class containing ProblemClassifications operations. */
|
|
13
|
-
export class ProblemClassificationsImpl {
|
|
14
|
-
client;
|
|
15
|
-
/**
|
|
16
|
-
* Initialize a new instance of the class ProblemClassifications class.
|
|
17
|
-
* @param client Reference to the service client
|
|
18
|
-
*/
|
|
19
|
-
constructor(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Lists all the problem classifications (categories) available for a specific Azure service. Always
|
|
24
|
-
* use the service and problem classifications obtained programmatically. This practice ensures that
|
|
25
|
-
* you always have the most recent set of service and problem classification Ids.
|
|
26
|
-
* @param serviceName Name of the Azure service for which the problem classifications need to be
|
|
27
|
-
* retrieved.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
list(serviceName, options) {
|
|
31
|
-
const iter = this.listPagingAll(serviceName, options);
|
|
32
|
-
return {
|
|
33
|
-
next() {
|
|
34
|
-
return iter.next();
|
|
35
|
-
},
|
|
36
|
-
[Symbol.asyncIterator]() {
|
|
37
|
-
return this;
|
|
38
|
-
},
|
|
39
|
-
byPage: (settings) => {
|
|
40
|
-
if (settings?.maxPageSize) {
|
|
41
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
-
}
|
|
43
|
-
return this.listPagingPage(serviceName, options, settings);
|
|
44
|
-
},
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
async *listPagingPage(serviceName, options, _settings) {
|
|
48
|
-
let result;
|
|
49
|
-
result = await this._list(serviceName, options);
|
|
50
|
-
yield result.value || [];
|
|
51
|
-
}
|
|
52
|
-
async *listPagingAll(serviceName, options) {
|
|
53
|
-
for await (const page of this.listPagingPage(serviceName, options)) {
|
|
54
|
-
yield* page;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Lists all the problem classifications (categories) available for a specific Azure service. Always
|
|
59
|
-
* use the service and problem classifications obtained programmatically. This practice ensures that
|
|
60
|
-
* you always have the most recent set of service and problem classification Ids.
|
|
61
|
-
* @param serviceName Name of the Azure service for which the problem classifications need to be
|
|
62
|
-
* retrieved.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
_list(serviceName, options) {
|
|
66
|
-
return this.client.sendOperationRequest({ serviceName, options }, listOperationSpec);
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Get problem classification details for a specific Azure service.
|
|
70
|
-
* @param serviceName Name of the Azure service available for support.
|
|
71
|
-
* @param problemClassificationName Name of problem classification.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
get(serviceName, problemClassificationName, options) {
|
|
75
|
-
return this.client.sendOperationRequest({ serviceName, problemClassificationName, options }, getOperationSpec);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
// Operation Specifications
|
|
79
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
80
|
-
const listOperationSpec = {
|
|
81
|
-
path: "/providers/Microsoft.Support/services/{serviceName}/problemClassifications",
|
|
82
|
-
httpMethod: "GET",
|
|
83
|
-
responses: {
|
|
84
|
-
200: {
|
|
85
|
-
bodyMapper: Mappers.ProblemClassificationsListResult,
|
|
86
|
-
},
|
|
87
|
-
default: {
|
|
88
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
queryParameters: [Parameters.apiVersion],
|
|
92
|
-
urlParameters: [Parameters.$host, Parameters.serviceName],
|
|
93
|
-
headerParameters: [Parameters.accept],
|
|
94
|
-
serializer,
|
|
95
|
-
};
|
|
96
|
-
const getOperationSpec = {
|
|
97
|
-
path: "/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}",
|
|
98
|
-
httpMethod: "GET",
|
|
99
|
-
responses: {
|
|
100
|
-
200: {
|
|
101
|
-
bodyMapper: Mappers.ProblemClassification,
|
|
102
|
-
},
|
|
103
|
-
default: {
|
|
104
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
queryParameters: [Parameters.apiVersion],
|
|
108
|
-
urlParameters: [
|
|
109
|
-
Parameters.$host,
|
|
110
|
-
Parameters.serviceName,
|
|
111
|
-
Parameters.problemClassificationName,
|
|
112
|
-
],
|
|
113
|
-
headerParameters: [Parameters.accept],
|
|
114
|
-
serializer,
|
|
115
|
-
};
|
|
116
|
-
//# sourceMappingURL=problemClassifications.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"problemClassifications.js","sourceRoot":"","sources":["../../../src/operations/problemClassifications.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,4CAA4C;AAC5C,0DAA0D;AAC1D,MAAM,OAAO,0BAA0B;IACpB,MAAM,CAAmB;IAE1C;;;OAGG;IACH,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACI,IAAI,CACT,WAAmB,EACnB,OAAkD;QAElD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QACtD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC7D,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,WAAmB,EACnB,OAAkD,EAClD,SAAwB;QAExB,IAAI,MAA0C,CAAC;QAC/C,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAChD,MAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;IAC3B,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,WAAmB,EACnB,OAAkD;QAElD,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,OAAO,CAAC,EAAE,CAAC;YACnE,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;;OAOG;IACK,KAAK,CACX,WAAmB,EACnB,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,GAAG,CACD,WAAmB,EACnB,yBAAiC,EACjC,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACnD,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,4EAA4E;IAClF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,wGAAwG;IAC9G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,yBAAyB;KACrC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { ProblemClassifications } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftSupport } from \"../microsoftSupport.js\";\nimport {\n ProblemClassification,\n ProblemClassificationsListOptionalParams,\n ProblemClassificationsListResponse,\n ProblemClassificationsGetOptionalParams,\n ProblemClassificationsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ProblemClassifications operations. */\nexport class ProblemClassificationsImpl implements ProblemClassifications {\n private readonly client: MicrosoftSupport;\n\n /**\n * Initialize a new instance of the class ProblemClassifications class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftSupport) {\n this.client = client;\n }\n\n /**\n * Lists all the problem classifications (categories) available for a specific Azure service. Always\n * use the service and problem classifications obtained programmatically. This practice ensures that\n * you always have the most recent set of service and problem classification Ids.\n * @param serviceName Name of the Azure service for which the problem classifications need to be\n * retrieved.\n * @param options The options parameters.\n */\n public list(\n serviceName: string,\n options?: ProblemClassificationsListOptionalParams,\n ): PagedAsyncIterableIterator<ProblemClassification> {\n const iter = this.listPagingAll(serviceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(serviceName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n serviceName: string,\n options?: ProblemClassificationsListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<ProblemClassification[]> {\n let result: ProblemClassificationsListResponse;\n result = await this._list(serviceName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n serviceName: string,\n options?: ProblemClassificationsListOptionalParams,\n ): AsyncIterableIterator<ProblemClassification> {\n for await (const page of this.listPagingPage(serviceName, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the problem classifications (categories) available for a specific Azure service. Always\n * use the service and problem classifications obtained programmatically. This practice ensures that\n * you always have the most recent set of service and problem classification Ids.\n * @param serviceName Name of the Azure service for which the problem classifications need to be\n * retrieved.\n * @param options The options parameters.\n */\n private _list(\n serviceName: string,\n options?: ProblemClassificationsListOptionalParams,\n ): Promise<ProblemClassificationsListResponse> {\n return this.client.sendOperationRequest(\n { serviceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get problem classification details for a specific Azure service.\n * @param serviceName Name of the Azure service available for support.\n * @param problemClassificationName Name of problem classification.\n * @param options The options parameters.\n */\n get(\n serviceName: string,\n problemClassificationName: string,\n options?: ProblemClassificationsGetOptionalParams,\n ): Promise<ProblemClassificationsGetResponse> {\n return this.client.sendOperationRequest(\n { serviceName, problemClassificationName, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Support/services/{serviceName}/problemClassifications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProblemClassificationsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.serviceName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProblemClassification,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.serviceName,\n Parameters.problemClassificationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Services } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { MicrosoftSupport } from "../microsoftSupport.js";
|
|
4
|
-
import { Service, ServicesListOptionalParams, ServicesGetOptionalParams, ServicesGetResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Services operations. */
|
|
6
|
-
export declare class ServicesImpl implements Services {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Services class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: MicrosoftSupport);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all the Azure services available for support ticket creation. For **Technical** issues, select
|
|
15
|
-
* the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down
|
|
16
|
-
* list on the Azure portal's [New support
|
|
17
|
-
* request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.
|
|
18
|
-
* Always use the service and its corresponding problem classification(s) obtained programmatically for
|
|
19
|
-
* support ticket creation. This practice ensures that you always have the most recent set of service
|
|
20
|
-
* and problem classification Ids.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<Service>;
|
|
24
|
-
private listPagingPage;
|
|
25
|
-
private listPagingAll;
|
|
26
|
-
/**
|
|
27
|
-
* Lists all the Azure services available for support ticket creation. For **Technical** issues, select
|
|
28
|
-
* the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down
|
|
29
|
-
* list on the Azure portal's [New support
|
|
30
|
-
* request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.
|
|
31
|
-
* Always use the service and its corresponding problem classification(s) obtained programmatically for
|
|
32
|
-
* support ticket creation. This practice ensures that you always have the most recent set of service
|
|
33
|
-
* and problem classification Ids.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
private _list;
|
|
37
|
-
/**
|
|
38
|
-
* Gets a specific Azure service for support ticket creation.
|
|
39
|
-
* @param serviceName Name of the Azure service.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
get(serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=services.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../src/operations/services.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EACL,OAAO,EACP,0BAA0B,EAE1B,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;;;;;;;OASG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,cAAc;YASd,aAAa;IAQ5B;;;;;;;;;OASG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,GAAG,CACD,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;CAMhC"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/// <reference lib="esnext.asynciterable" />
|
|
12
|
-
/** Class containing Services operations. */
|
|
13
|
-
export class ServicesImpl {
|
|
14
|
-
client;
|
|
15
|
-
/**
|
|
16
|
-
* Initialize a new instance of the class Services class.
|
|
17
|
-
* @param client Reference to the service client
|
|
18
|
-
*/
|
|
19
|
-
constructor(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Lists all the Azure services available for support ticket creation. For **Technical** issues, select
|
|
24
|
-
* the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down
|
|
25
|
-
* list on the Azure portal's [New support
|
|
26
|
-
* request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.
|
|
27
|
-
* Always use the service and its corresponding problem classification(s) obtained programmatically for
|
|
28
|
-
* support ticket creation. This practice ensures that you always have the most recent set of service
|
|
29
|
-
* and problem classification Ids.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
list(options) {
|
|
33
|
-
const iter = this.listPagingAll(options);
|
|
34
|
-
return {
|
|
35
|
-
next() {
|
|
36
|
-
return iter.next();
|
|
37
|
-
},
|
|
38
|
-
[Symbol.asyncIterator]() {
|
|
39
|
-
return this;
|
|
40
|
-
},
|
|
41
|
-
byPage: (settings) => {
|
|
42
|
-
if (settings?.maxPageSize) {
|
|
43
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
-
}
|
|
45
|
-
return this.listPagingPage(options, settings);
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
async *listPagingPage(options, _settings) {
|
|
50
|
-
let result;
|
|
51
|
-
result = await this._list(options);
|
|
52
|
-
yield result.value || [];
|
|
53
|
-
}
|
|
54
|
-
async *listPagingAll(options) {
|
|
55
|
-
for await (const page of this.listPagingPage(options)) {
|
|
56
|
-
yield* page;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Lists all the Azure services available for support ticket creation. For **Technical** issues, select
|
|
61
|
-
* the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down
|
|
62
|
-
* list on the Azure portal's [New support
|
|
63
|
-
* request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.
|
|
64
|
-
* Always use the service and its corresponding problem classification(s) obtained programmatically for
|
|
65
|
-
* support ticket creation. This practice ensures that you always have the most recent set of service
|
|
66
|
-
* and problem classification Ids.
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
_list(options) {
|
|
70
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Gets a specific Azure service for support ticket creation.
|
|
74
|
-
* @param serviceName Name of the Azure service.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
get(serviceName, options) {
|
|
78
|
-
return this.client.sendOperationRequest({ serviceName, options }, getOperationSpec);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
// Operation Specifications
|
|
82
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
83
|
-
const listOperationSpec = {
|
|
84
|
-
path: "/providers/Microsoft.Support/services",
|
|
85
|
-
httpMethod: "GET",
|
|
86
|
-
responses: {
|
|
87
|
-
200: {
|
|
88
|
-
bodyMapper: Mappers.ServicesListResult,
|
|
89
|
-
},
|
|
90
|
-
default: {
|
|
91
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
queryParameters: [Parameters.apiVersion],
|
|
95
|
-
urlParameters: [Parameters.$host],
|
|
96
|
-
headerParameters: [Parameters.accept],
|
|
97
|
-
serializer,
|
|
98
|
-
};
|
|
99
|
-
const getOperationSpec = {
|
|
100
|
-
path: "/providers/Microsoft.Support/services/{serviceName}",
|
|
101
|
-
httpMethod: "GET",
|
|
102
|
-
responses: {
|
|
103
|
-
200: {
|
|
104
|
-
bodyMapper: Mappers.Service,
|
|
105
|
-
},
|
|
106
|
-
default: {
|
|
107
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
queryParameters: [Parameters.apiVersion],
|
|
111
|
-
urlParameters: [Parameters.$host, Parameters.serviceName],
|
|
112
|
-
headerParameters: [Parameters.accept],
|
|
113
|
-
serializer,
|
|
114
|
-
};
|
|
115
|
-
//# sourceMappingURL=services.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../../src/operations/services.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,4CAA4C;AAC5C,4CAA4C;AAC5C,MAAM,OAAO,YAAY;IACN,MAAM,CAAmB;IAE1C;;;OAGG;IACH,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;OASG;IACI,IAAI,CACT,OAAoC;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAoC,EACpC,SAAwB;QAExB,IAAI,MAA4B,CAAC;QACjC,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnC,MAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;IAC3B,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAoC;QAEpC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;;;;OASG;IACK,KAAK,CACX,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;OAIG;IACH,GAAG,CACD,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kBAAkB;SACvC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,qDAAqD;IAC3D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,OAAO;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { Services } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftSupport } from \"../microsoftSupport.js\";\nimport {\n Service,\n ServicesListOptionalParams,\n ServicesListResponse,\n ServicesGetOptionalParams,\n ServicesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Services operations. */\nexport class ServicesImpl implements Services {\n private readonly client: MicrosoftSupport;\n\n /**\n * Initialize a new instance of the class Services class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftSupport) {\n this.client = client;\n }\n\n /**\n * Lists all the Azure services available for support ticket creation. For **Technical** issues, select\n * the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down\n * list on the Azure portal's [New support\n * request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.\n * Always use the service and its corresponding problem classification(s) obtained programmatically for\n * support ticket creation. This practice ensures that you always have the most recent set of service\n * and problem classification Ids.\n * @param options The options parameters.\n */\n public list(\n options?: ServicesListOptionalParams,\n ): PagedAsyncIterableIterator<Service> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: ServicesListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Service[]> {\n let result: ServicesListResponse;\n result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: ServicesListOptionalParams,\n ): AsyncIterableIterator<Service> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the Azure services available for support ticket creation. For **Technical** issues, select\n * the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down\n * list on the Azure portal's [New support\n * request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) page.\n * Always use the service and its corresponding problem classification(s) obtained programmatically for\n * support ticket creation. This practice ensures that you always have the most recent set of service\n * and problem classification Ids.\n * @param options The options parameters.\n */\n private _list(\n options?: ServicesListOptionalParams,\n ): Promise<ServicesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a specific Azure service for support ticket creation.\n * @param serviceName Name of the Azure service.\n * @param options The options parameters.\n */\n get(\n serviceName: string,\n options?: ServicesGetOptionalParams,\n ): Promise<ServicesGetResponse> {\n return this.client.sendOperationRequest(\n { serviceName, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Support/services\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Support/services/{serviceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Service,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.serviceName],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SupportTickets } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { MicrosoftSupport } from "../microsoftSupport.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { SupportTicketDetails, SupportTicketsListOptionalParams, CheckNameAvailabilityInput, SupportTicketsCheckNameAvailabilityOptionalParams, SupportTicketsCheckNameAvailabilityResponse, SupportTicketsGetOptionalParams, SupportTicketsGetResponse, UpdateSupportTicket, SupportTicketsUpdateOptionalParams, SupportTicketsUpdateResponse, SupportTicketsCreateOptionalParams, SupportTicketsCreateResponse } from "../models/index.js";
|
|
6
|
-
/** Class containing SupportTickets operations. */
|
|
7
|
-
export declare class SupportTicketsImpl implements SupportTickets {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class SupportTickets class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: MicrosoftSupport);
|
|
14
|
-
/**
|
|
15
|
-
* Lists all the support tickets for an Azure subscription. You can also filter the support tickets by
|
|
16
|
-
* _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter.
|
|
17
|
-
* Output will be a paged result with _nextLink_, using which you can retrieve the next set of support
|
|
18
|
-
* tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket
|
|
19
|
-
* was created more than 18 months ago, a request for data might cause an error.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
list(options?: SupportTicketsListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
|
|
23
|
-
private listPagingPage;
|
|
24
|
-
private listPagingAll;
|
|
25
|
-
/**
|
|
26
|
-
* Check the availability of a resource name. This API should be used to check the uniqueness of the
|
|
27
|
-
* name for support ticket creation for the selected subscription.
|
|
28
|
-
* @param checkNameAvailabilityInput Input to check.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
checkNameAvailability(checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsCheckNameAvailabilityOptionalParams): Promise<SupportTicketsCheckNameAvailabilityResponse>;
|
|
32
|
-
/**
|
|
33
|
-
* Lists all the support tickets for an Azure subscription. You can also filter the support tickets by
|
|
34
|
-
* _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter.
|
|
35
|
-
* Output will be a paged result with _nextLink_, using which you can retrieve the next set of support
|
|
36
|
-
* tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket
|
|
37
|
-
* was created more than 18 months ago, a request for data might cause an error.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
private _list;
|
|
41
|
-
/**
|
|
42
|
-
* Get ticket details for an Azure subscription. Support ticket data is available for 18 months after
|
|
43
|
-
* ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an
|
|
44
|
-
* error.
|
|
45
|
-
* @param supportTicketName Support ticket name.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
get(supportTicketName: string, options?: SupportTicketsGetOptionalParams): Promise<SupportTicketsGetResponse>;
|
|
49
|
-
/**
|
|
50
|
-
* This API allows you to update the severity level, ticket status, advanced diagnostic consent and
|
|
51
|
-
* your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed
|
|
52
|
-
* if a support ticket is actively being worked upon by an Azure support engineer. In such a case,
|
|
53
|
-
* contact your support engineer to request severity update by adding a new communication using the
|
|
54
|
-
* Communications API.
|
|
55
|
-
* @param supportTicketName Support ticket name.
|
|
56
|
-
* @param updateSupportTicket UpdateSupportTicket object.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
update(supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsUpdateOptionalParams): Promise<SupportTicketsUpdateResponse>;
|
|
60
|
-
/**
|
|
61
|
-
* Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and
|
|
62
|
-
* Subscription Management issues for the specified subscription. Learn the
|
|
63
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
64
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
65
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
66
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
67
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
68
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
69
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
70
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
71
|
-
* consent if your issue requires gathering diagnostic information from your Azure
|
|
72
|
-
* resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include
|
|
73
|
-
* _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per
|
|
74
|
-
* [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).
|
|
75
|
-
* The primary token will be from the tenant for whom a support ticket is being raised against the
|
|
76
|
-
* subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from
|
|
77
|
-
* the Cloud solution provider (CSP) partner tenant.
|
|
78
|
-
* @param supportTicketName Support ticket name.
|
|
79
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SupportTicketsCreateResponse>, SupportTicketsCreateResponse>>;
|
|
83
|
-
/**
|
|
84
|
-
* Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and
|
|
85
|
-
* Subscription Management issues for the specified subscription. Learn the
|
|
86
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
87
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
88
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
89
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
90
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
91
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
92
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
93
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
94
|
-
* consent if your issue requires gathering diagnostic information from your Azure
|
|
95
|
-
* resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include
|
|
96
|
-
* _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per
|
|
97
|
-
* [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).
|
|
98
|
-
* The primary token will be from the tenant for whom a support ticket is being raised against the
|
|
99
|
-
* subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from
|
|
100
|
-
* the Cloud solution provider (CSP) partner tenant.
|
|
101
|
-
* @param supportTicketName Support ticket name.
|
|
102
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
beginCreateAndWait(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<SupportTicketsCreateResponse>;
|
|
106
|
-
/**
|
|
107
|
-
* ListNext
|
|
108
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
109
|
-
* @param options The options parameters.
|
|
110
|
-
*/
|
|
111
|
-
private _listNext;
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=supportTickets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"supportTickets.d.ts","sourceRoot":"","sources":["../../../src/operations/supportTickets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,oBAAoB,EAEpB,gCAAgC,EAEhC,0BAA0B,EAC1B,iDAAiD,EACjD,2CAA2C,EAC3C,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAE7B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;;;;;OAOG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,oBAAoB,CAAC;YAkBpC,cAAc;YAsBd,aAAa;IAQ5B;;;;;OAKG;IACH,qBAAqB,CACnB,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAOvD;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4BAA4B,CAAC,EAC5C,4BAA4B,CAC7B,CACF;IAwDD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IASxC;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|