@azure/arm-selfhelp 2.0.0-beta.4 → 2.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +138 -8
- package/LICENSE +4 -4
- package/README.md +27 -17
- package/{dist-esm/src → dist/browser}/helpRP.d.ts +3 -4
- package/dist/browser/helpRP.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/helpRP.js +38 -28
- package/dist/browser/helpRP.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +9 -9
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +99 -45
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.d.ts +4 -4
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.js +6 -5
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/diagnostics.d.ts +3 -3
- package/dist/browser/operations/diagnostics.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/diagnostics.js +46 -45
- package/dist/browser/operations/diagnostics.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/discoverySolution.d.ts +3 -3
- package/dist/browser/operations/discoverySolution.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/discoverySolution.js +26 -43
- package/dist/browser/operations/discoverySolution.js.map +1 -0
- package/dist/browser/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/browser/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/{dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js → dist/browser/operations/discoverySolutionNLP.js} +36 -9
- package/dist/browser/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.d.ts +3 -3
- package/dist/browser/operations/simplifiedSolutions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.js +46 -45
- package/dist/browser/operations/simplifiedSolutions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solution.d.ts +3 -3
- package/dist/browser/operations/solution.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solution.js +88 -86
- package/dist/browser/operations/solution.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.d.ts +3 -3
- package/dist/browser/operations/solutionSelfHelp.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.js +3 -2
- package/dist/browser/operations/solutionSelfHelp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/troubleshooters.d.ts +3 -3
- package/dist/browser/operations/troubleshooters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/troubleshooters.js +3 -2
- package/dist/browser/operations/troubleshooters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.d.ts +2 -2
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/diagnostics.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.d.ts +1 -1
- package/dist/browser/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.d.ts +1 -1
- package/dist/browser/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/solution.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/helpRP.d.ts +26 -0
- package/dist/commonjs/helpRP.d.ts.map +1 -0
- package/dist/commonjs/helpRP.js +120 -0
- package/dist/commonjs/helpRP.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-selfhelp.d.ts → dist/commonjs/models/index.d.ts} +1315 -1775
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +237 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1975 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +218 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +22 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +58 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/diagnostics.d.ts +45 -0
- package/dist/commonjs/operations/diagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/diagnostics.js +158 -0
- package/dist/commonjs/operations/diagnostics.js.map +1 -0
- package/dist/commonjs/operations/discoverySolution.d.ts +48 -0
- package/dist/commonjs/operations/discoverySolution.d.ts.map +1 -0
- package/dist/commonjs/operations/discoverySolution.js +141 -0
- package/dist/commonjs/operations/discoverySolution.js.map +1 -0
- package/dist/commonjs/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/commonjs/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/commonjs/operations/discoverySolutionNLP.js +82 -0
- package/dist/commonjs/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/commonjs/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/commonjs/operations/simplifiedSolutions.js +165 -0
- package/dist/commonjs/operations/simplifiedSolutions.js.map +1 -0
- package/dist/commonjs/operations/solution.d.ts +82 -0
- package/dist/commonjs/operations/solution.d.ts.map +1 -0
- package/dist/commonjs/operations/solution.js +295 -0
- package/dist/commonjs/operations/solution.js.map +1 -0
- package/dist/commonjs/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/commonjs/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/commonjs/operations/solutionSelfHelp.js +57 -0
- package/dist/commonjs/operations/solutionSelfHelp.js.map +1 -0
- package/dist/commonjs/operations/troubleshooters.d.ts +73 -0
- package/dist/commonjs/operations/troubleshooters.d.ts.map +1 -0
- package/dist/commonjs/operations/troubleshooters.js +207 -0
- package/dist/commonjs/operations/troubleshooters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js → dist/commonjs/operationsInterfaces/diagnostics.js} +3 -2
- package/dist/commonjs/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.js +10 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js +10 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/solution.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/solution.js +10 -0
- package/dist/commonjs/operationsInterfaces/solution.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js +10 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.js +10 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/helpRP.d.ts +26 -0
- package/dist/esm/helpRP.d.ts.map +1 -0
- package/dist/esm/helpRP.js +115 -0
- package/dist/esm/helpRP.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1315 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +234 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1971 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +215 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +22 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +53 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/diagnostics.d.ts +45 -0
- package/dist/esm/operations/diagnostics.d.ts.map +1 -0
- package/dist/esm/operations/diagnostics.js +153 -0
- package/dist/esm/operations/diagnostics.js.map +1 -0
- package/dist/esm/operations/discoverySolution.d.ts +48 -0
- package/dist/esm/operations/discoverySolution.d.ts.map +1 -0
- package/dist/esm/operations/discoverySolution.js +136 -0
- package/dist/esm/operations/discoverySolution.js.map +1 -0
- package/dist/esm/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/esm/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/esm/operations/discoverySolutionNLP.js +77 -0
- package/dist/esm/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/esm/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/esm/operations/simplifiedSolutions.js +160 -0
- package/dist/esm/operations/simplifiedSolutions.js.map +1 -0
- package/dist/esm/operations/solution.d.ts +82 -0
- package/dist/esm/operations/solution.d.ts.map +1 -0
- package/dist/esm/operations/solution.js +290 -0
- package/dist/esm/operations/solution.js.map +1 -0
- package/dist/esm/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/esm/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/esm/operations/solutionSelfHelp.js +52 -0
- package/dist/esm/operations/solutionSelfHelp.js.map +1 -0
- package/dist/esm/operations/troubleshooters.d.ts +73 -0
- package/dist/esm/operations/troubleshooters.d.ts.map +1 -0
- package/dist/esm/operations/troubleshooters.js +202 -0
- package/dist/esm/operations/troubleshooters.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/diagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/esm/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolution.js +9 -0
- package/dist/esm/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/solution.d.ts +74 -0
- package/dist/esm/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/solution.js +9 -0
- package/dist/esm/operationsInterfaces/solution.js.map +1 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/esm/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/esm/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/troubleshooters.js +9 -0
- package/dist/esm/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/helpRP.d.ts +26 -0
- package/dist/react-native/helpRP.d.ts.map +1 -0
- package/dist/react-native/helpRP.js +115 -0
- package/dist/react-native/helpRP.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1315 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +234 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1971 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +215 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +22 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +53 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/diagnostics.d.ts +45 -0
- package/dist/react-native/operations/diagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/diagnostics.js +153 -0
- package/dist/react-native/operations/diagnostics.js.map +1 -0
- package/dist/react-native/operations/discoverySolution.d.ts +48 -0
- package/dist/react-native/operations/discoverySolution.d.ts.map +1 -0
- package/dist/react-native/operations/discoverySolution.js +136 -0
- package/dist/react-native/operations/discoverySolution.js.map +1 -0
- package/dist/react-native/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/react-native/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/react-native/operations/discoverySolutionNLP.js +77 -0
- package/dist/react-native/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/react-native/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/react-native/operations/simplifiedSolutions.js +160 -0
- package/dist/react-native/operations/simplifiedSolutions.js.map +1 -0
- package/dist/react-native/operations/solution.d.ts +82 -0
- package/dist/react-native/operations/solution.d.ts.map +1 -0
- package/dist/react-native/operations/solution.js +290 -0
- package/dist/react-native/operations/solution.js.map +1 -0
- package/dist/react-native/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/react-native/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/react-native/operations/solutionSelfHelp.js +52 -0
- package/dist/react-native/operations/solutionSelfHelp.js.map +1 -0
- package/dist/react-native/operations/troubleshooters.d.ts +73 -0
- package/dist/react-native/operations/troubleshooters.d.ts.map +1 -0
- package/dist/react-native/operations/troubleshooters.js +202 -0
- package/dist/react-native/operations/troubleshooters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.js +9 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/solution.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/solution.js +9 -0
- package/dist/react-native/operationsInterfaces/solution.js.map +1 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.js +9 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +84 -68
- package/review/{arm-selfhelp.api.md → arm-selfhelp-node.api.md} +11 -17
- package/dist/index.js +0 -3855
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +0 -66
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.js +0 -37
- package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.js +0 -37
- package/dist-esm/samples-dev/diagnosticsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.js +0 -53
- package/dist-esm/samples-dev/discoverySolutionListSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js +0 -44
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js +0 -42
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +0 -46
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +0 -37
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionCreateSample.js +0 -44
- package/dist-esm/samples-dev/solutionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionGetSample.js +0 -37
- package/dist-esm/samples-dev/solutionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +0 -36
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionUpdateSample.js +0 -37
- package/dist-esm/samples-dev/solutionUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.js +0 -37
- package/dist-esm/samples-dev/solutionWarmUpSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersContinueSample.js +0 -50
- package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.js +0 -46
- package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersEndSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +0 -1
- package/dist-esm/src/helpRP.d.ts.map +0 -1
- package/dist-esm/src/helpRP.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/diagnostics.js.map +0 -1
- package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolution.js.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +0 -20
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +0 -19
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +0 -49
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operations/solution.d.ts.map +0 -1
- package/dist-esm/src/operations/solution.js.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operations/troubleshooters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +0 -9
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/selfhelp_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/selfhelp_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/selfhelp_operations_test.spec.js +0 -99
- package/dist-esm/test/selfhelp_operations_test.spec.js.map +0 -1
- package/src/helpRP.ts +0 -175
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1454
- package/src/models/mappers.ts +0 -2028
- package/src/models/parameters.ts +0 -253
- package/src/operations/checkNameAvailability.ts +0 -69
- package/src/operations/diagnostics.ts +0 -209
- package/src/operations/discoverySolution.ts +0 -169
- package/src/operations/discoverySolutionNLPSubscriptionScope.ts +0 -69
- package/src/operations/discoverySolutionNLPTenantScope.ts +0 -64
- package/src/operations/index.ts +0 -18
- package/src/operations/operations.ts +0 -149
- package/src/operations/simplifiedSolutions.ts +0 -216
- package/src/operations/solution.ts +0 -382
- package/src/operations/solutionSelfHelp.ts +0 -68
- package/src/operations/troubleshooters.ts +0 -259
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
- package/src/operationsInterfaces/diagnostics.ts +0 -67
- package/src/operationsInterfaces/discoverySolution.ts +0 -33
- package/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts +0 -26
- package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +0 -24
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/simplifiedSolutions.ts +0 -74
- package/src/operationsInterfaces/solution.ts +0 -124
- package/src/operationsInterfaces/solutionSelfHelp.ts +0 -29
- package/src/operationsInterfaces/troubleshooters.ts +0 -104
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,69 +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
|
-
|
|
9
|
-
import { DiscoverySolutionNLPSubscriptionScope } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { HelpRP } from "../helpRP";
|
|
14
|
-
import {
|
|
15
|
-
DiscoverySolutionNLPSubscriptionScopePostOptionalParams,
|
|
16
|
-
DiscoverySolutionNLPSubscriptionScopePostResponse,
|
|
17
|
-
} from "../models";
|
|
18
|
-
|
|
19
|
-
/** Class containing DiscoverySolutionNLPSubscriptionScope operations. */
|
|
20
|
-
export class DiscoverySolutionNLPSubscriptionScopeImpl
|
|
21
|
-
implements DiscoverySolutionNLPSubscriptionScope
|
|
22
|
-
{
|
|
23
|
-
private readonly client: HelpRP;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Initialize a new instance of the class DiscoverySolutionNLPSubscriptionScope class.
|
|
27
|
-
* @param client Reference to the service client
|
|
28
|
-
*/
|
|
29
|
-
constructor(client: HelpRP) {
|
|
30
|
-
this.client = client;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
|
|
35
|
-
* summary and subscription.
|
|
36
|
-
* @param subscriptionId The Azure subscription ID.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
post(
|
|
40
|
-
subscriptionId: string,
|
|
41
|
-
options?: DiscoverySolutionNLPSubscriptionScopePostOptionalParams,
|
|
42
|
-
): Promise<DiscoverySolutionNLPSubscriptionScopePostResponse> {
|
|
43
|
-
return this.client.sendOperationRequest(
|
|
44
|
-
{ subscriptionId, options },
|
|
45
|
-
postOperationSpec,
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
// Operation Specifications
|
|
50
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
51
|
-
|
|
52
|
-
const postOperationSpec: coreClient.OperationSpec = {
|
|
53
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Help/discoverSolutions",
|
|
54
|
-
httpMethod: "POST",
|
|
55
|
-
responses: {
|
|
56
|
-
200: {
|
|
57
|
-
bodyMapper: Mappers.DiscoveryNlpResponse,
|
|
58
|
-
},
|
|
59
|
-
default: {
|
|
60
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
requestBody: Parameters.discoverSolutionRequest,
|
|
64
|
-
queryParameters: [Parameters.apiVersion],
|
|
65
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
66
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
67
|
-
mediaType: "json",
|
|
68
|
-
serializer,
|
|
69
|
-
};
|
|
@@ -1,64 +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
|
-
|
|
9
|
-
import { DiscoverySolutionNLPTenantScope } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { HelpRP } from "../helpRP";
|
|
14
|
-
import {
|
|
15
|
-
DiscoverySolutionNLPTenantScopePostOptionalParams,
|
|
16
|
-
DiscoverySolutionNLPTenantScopePostResponse,
|
|
17
|
-
} from "../models";
|
|
18
|
-
|
|
19
|
-
/** Class containing DiscoverySolutionNLPTenantScope operations. */
|
|
20
|
-
export class DiscoverySolutionNLPTenantScopeImpl
|
|
21
|
-
implements DiscoverySolutionNLPTenantScope
|
|
22
|
-
{
|
|
23
|
-
private readonly client: HelpRP;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Initialize a new instance of the class DiscoverySolutionNLPTenantScope class.
|
|
27
|
-
* @param client Reference to the service client
|
|
28
|
-
*/
|
|
29
|
-
constructor(client: HelpRP) {
|
|
30
|
-
this.client = client;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
|
|
35
|
-
* summary.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
post(
|
|
39
|
-
options?: DiscoverySolutionNLPTenantScopePostOptionalParams,
|
|
40
|
-
): Promise<DiscoverySolutionNLPTenantScopePostResponse> {
|
|
41
|
-
return this.client.sendOperationRequest({ options }, postOperationSpec);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
// Operation Specifications
|
|
45
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
46
|
-
|
|
47
|
-
const postOperationSpec: coreClient.OperationSpec = {
|
|
48
|
-
path: "/providers/Microsoft.Help/discoverSolutions",
|
|
49
|
-
httpMethod: "POST",
|
|
50
|
-
responses: {
|
|
51
|
-
200: {
|
|
52
|
-
bodyMapper: Mappers.DiscoveryNlpResponse,
|
|
53
|
-
},
|
|
54
|
-
default: {
|
|
55
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
requestBody: Parameters.discoverSolutionRequest,
|
|
59
|
-
queryParameters: [Parameters.apiVersion],
|
|
60
|
-
urlParameters: [Parameters.$host],
|
|
61
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
62
|
-
mediaType: "json",
|
|
63
|
-
serializer,
|
|
64
|
-
};
|
package/src/operations/index.ts
DELETED
|
@@ -1,18 +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
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./checkNameAvailability";
|
|
11
|
-
export * from "./diagnostics";
|
|
12
|
-
export * from "./discoverySolution";
|
|
13
|
-
export * from "./solution";
|
|
14
|
-
export * from "./simplifiedSolutions";
|
|
15
|
-
export * from "./troubleshooters";
|
|
16
|
-
export * from "./solutionSelfHelp";
|
|
17
|
-
export * from "./discoverySolutionNLPTenantScope";
|
|
18
|
-
export * from "./discoverySolutionNLPSubscriptionScope";
|
|
@@ -1,149 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Operations } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { HelpRP } from "../helpRP";
|
|
16
|
-
import {
|
|
17
|
-
Operation,
|
|
18
|
-
OperationsListNextOptionalParams,
|
|
19
|
-
OperationsListOptionalParams,
|
|
20
|
-
OperationsListResponse,
|
|
21
|
-
OperationsListNextResponse,
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Class containing Operations operations. */
|
|
26
|
-
export class OperationsImpl implements Operations {
|
|
27
|
-
private readonly client: HelpRP;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Initialize a new instance of the class Operations class.
|
|
31
|
-
* @param client Reference to the service client
|
|
32
|
-
*/
|
|
33
|
-
constructor(client: HelpRP) {
|
|
34
|
-
this.client = client;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Returns list of operations.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
public list(
|
|
42
|
-
options?: OperationsListOptionalParams,
|
|
43
|
-
): PagedAsyncIterableIterator<Operation> {
|
|
44
|
-
const iter = this.listPagingAll(options);
|
|
45
|
-
return {
|
|
46
|
-
next() {
|
|
47
|
-
return iter.next();
|
|
48
|
-
},
|
|
49
|
-
[Symbol.asyncIterator]() {
|
|
50
|
-
return this;
|
|
51
|
-
},
|
|
52
|
-
byPage: (settings?: PageSettings) => {
|
|
53
|
-
if (settings?.maxPageSize) {
|
|
54
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
55
|
-
}
|
|
56
|
-
return this.listPagingPage(options, settings);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
private async *listPagingPage(
|
|
62
|
-
options?: OperationsListOptionalParams,
|
|
63
|
-
settings?: PageSettings,
|
|
64
|
-
): AsyncIterableIterator<Operation[]> {
|
|
65
|
-
let result: OperationsListResponse;
|
|
66
|
-
let continuationToken = settings?.continuationToken;
|
|
67
|
-
if (!continuationToken) {
|
|
68
|
-
result = await this._list(options);
|
|
69
|
-
let page = result.value || [];
|
|
70
|
-
continuationToken = result.nextLink;
|
|
71
|
-
setContinuationToken(page, continuationToken);
|
|
72
|
-
yield page;
|
|
73
|
-
}
|
|
74
|
-
while (continuationToken) {
|
|
75
|
-
result = await this._listNext(continuationToken, options);
|
|
76
|
-
continuationToken = result.nextLink;
|
|
77
|
-
let page = result.value || [];
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async *listPagingAll(
|
|
84
|
-
options?: OperationsListOptionalParams,
|
|
85
|
-
): AsyncIterableIterator<Operation> {
|
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
|
87
|
-
yield* page;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Returns list of operations.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
private _list(
|
|
96
|
-
options?: OperationsListOptionalParams,
|
|
97
|
-
): Promise<OperationsListResponse> {
|
|
98
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* ListNext
|
|
103
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
private _listNext(
|
|
107
|
-
nextLink: string,
|
|
108
|
-
options?: OperationsListNextOptionalParams,
|
|
109
|
-
): Promise<OperationsListNextResponse> {
|
|
110
|
-
return this.client.sendOperationRequest(
|
|
111
|
-
{ nextLink, options },
|
|
112
|
-
listNextOperationSpec,
|
|
113
|
-
);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
// Operation Specifications
|
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
118
|
-
|
|
119
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
120
|
-
path: "/providers/Microsoft.Help/operations",
|
|
121
|
-
httpMethod: "GET",
|
|
122
|
-
responses: {
|
|
123
|
-
200: {
|
|
124
|
-
bodyMapper: Mappers.OperationListResult,
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
|
131
|
-
urlParameters: [Parameters.$host],
|
|
132
|
-
headerParameters: [Parameters.accept],
|
|
133
|
-
serializer,
|
|
134
|
-
};
|
|
135
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
136
|
-
path: "{nextLink}",
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.OperationListResult,
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
@@ -1,216 +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
|
-
|
|
9
|
-
import { SimplifiedSolutions } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { HelpRP } from "../helpRP";
|
|
14
|
-
import {
|
|
15
|
-
SimplePollerLike,
|
|
16
|
-
OperationState,
|
|
17
|
-
createHttpPoller,
|
|
18
|
-
} from "@azure/core-lro";
|
|
19
|
-
import { createLroSpec } from "../lroImpl";
|
|
20
|
-
import {
|
|
21
|
-
SimplifiedSolutionsCreateOptionalParams,
|
|
22
|
-
SimplifiedSolutionsCreateResponse,
|
|
23
|
-
SimplifiedSolutionsGetOptionalParams,
|
|
24
|
-
SimplifiedSolutionsGetResponse,
|
|
25
|
-
} from "../models";
|
|
26
|
-
|
|
27
|
-
/** Class containing SimplifiedSolutions operations. */
|
|
28
|
-
export class SimplifiedSolutionsImpl implements SimplifiedSolutions {
|
|
29
|
-
private readonly client: HelpRP;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Initialize a new instance of the class SimplifiedSolutions class.
|
|
33
|
-
* @param client Reference to the service client
|
|
34
|
-
*/
|
|
35
|
-
constructor(client: HelpRP) {
|
|
36
|
-
this.client = client;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
|
|
41
|
-
* as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
|
|
42
|
-
* while still providing access to the same powerful solutions rendered in Solutions API. With
|
|
43
|
-
* Simplified Solutions, users don't have to worry about stitching together the article using
|
|
44
|
-
* replacement maps and can use the content in the API response to directly render as HTML
|
|
45
|
-
* content.<br/>
|
|
46
|
-
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
47
|
-
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
48
|
-
*
|
|
49
|
-
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
async beginCreate(
|
|
53
|
-
scope: string,
|
|
54
|
-
simplifiedSolutionsResourceName: string,
|
|
55
|
-
options?: SimplifiedSolutionsCreateOptionalParams,
|
|
56
|
-
): Promise<
|
|
57
|
-
SimplePollerLike<
|
|
58
|
-
OperationState<SimplifiedSolutionsCreateResponse>,
|
|
59
|
-
SimplifiedSolutionsCreateResponse
|
|
60
|
-
>
|
|
61
|
-
> {
|
|
62
|
-
const directSendOperation = async (
|
|
63
|
-
args: coreClient.OperationArguments,
|
|
64
|
-
spec: coreClient.OperationSpec,
|
|
65
|
-
): Promise<SimplifiedSolutionsCreateResponse> => {
|
|
66
|
-
return this.client.sendOperationRequest(args, spec);
|
|
67
|
-
};
|
|
68
|
-
const sendOperationFn = async (
|
|
69
|
-
args: coreClient.OperationArguments,
|
|
70
|
-
spec: coreClient.OperationSpec,
|
|
71
|
-
) => {
|
|
72
|
-
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
73
|
-
undefined;
|
|
74
|
-
const providedCallback = args.options?.onResponse;
|
|
75
|
-
const callback: coreClient.RawResponseCallback = (
|
|
76
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
77
|
-
flatResponse: unknown,
|
|
78
|
-
) => {
|
|
79
|
-
currentRawResponse = rawResponse;
|
|
80
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
81
|
-
};
|
|
82
|
-
const updatedArgs = {
|
|
83
|
-
...args,
|
|
84
|
-
options: {
|
|
85
|
-
...args.options,
|
|
86
|
-
onResponse: callback,
|
|
87
|
-
},
|
|
88
|
-
};
|
|
89
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
90
|
-
return {
|
|
91
|
-
flatResponse,
|
|
92
|
-
rawResponse: {
|
|
93
|
-
statusCode: currentRawResponse!.status,
|
|
94
|
-
body: currentRawResponse!.parsedBody,
|
|
95
|
-
headers: currentRawResponse!.headers.toJSON(),
|
|
96
|
-
},
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
const lro = createLroSpec({
|
|
101
|
-
sendOperationFn,
|
|
102
|
-
args: { scope, simplifiedSolutionsResourceName, options },
|
|
103
|
-
spec: createOperationSpec,
|
|
104
|
-
});
|
|
105
|
-
const poller = await createHttpPoller<
|
|
106
|
-
SimplifiedSolutionsCreateResponse,
|
|
107
|
-
OperationState<SimplifiedSolutionsCreateResponse>
|
|
108
|
-
>(lro, {
|
|
109
|
-
restoreFrom: options?.resumeFrom,
|
|
110
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
111
|
-
resourceLocationConfig: "azure-async-operation",
|
|
112
|
-
});
|
|
113
|
-
await poller.poll();
|
|
114
|
-
return poller;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
|
|
119
|
-
* as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
|
|
120
|
-
* while still providing access to the same powerful solutions rendered in Solutions API. With
|
|
121
|
-
* Simplified Solutions, users don't have to worry about stitching together the article using
|
|
122
|
-
* replacement maps and can use the content in the API response to directly render as HTML
|
|
123
|
-
* content.<br/>
|
|
124
|
-
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
125
|
-
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
126
|
-
*
|
|
127
|
-
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
128
|
-
* @param options The options parameters.
|
|
129
|
-
*/
|
|
130
|
-
async beginCreateAndWait(
|
|
131
|
-
scope: string,
|
|
132
|
-
simplifiedSolutionsResourceName: string,
|
|
133
|
-
options?: SimplifiedSolutionsCreateOptionalParams,
|
|
134
|
-
): Promise<SimplifiedSolutionsCreateResponse> {
|
|
135
|
-
const poller = await this.beginCreate(
|
|
136
|
-
scope,
|
|
137
|
-
simplifiedSolutionsResourceName,
|
|
138
|
-
options,
|
|
139
|
-
);
|
|
140
|
-
return poller.pollUntilDone();
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Get the simplified Solutions using the applicable solutionResourceName while creating the simplified
|
|
145
|
-
* Solutions.
|
|
146
|
-
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
147
|
-
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
148
|
-
*
|
|
149
|
-
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
150
|
-
* @param options The options parameters.
|
|
151
|
-
*/
|
|
152
|
-
get(
|
|
153
|
-
scope: string,
|
|
154
|
-
simplifiedSolutionsResourceName: string,
|
|
155
|
-
options?: SimplifiedSolutionsGetOptionalParams,
|
|
156
|
-
): Promise<SimplifiedSolutionsGetResponse> {
|
|
157
|
-
return this.client.sendOperationRequest(
|
|
158
|
-
{ scope, simplifiedSolutionsResourceName, options },
|
|
159
|
-
getOperationSpec,
|
|
160
|
-
);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
// Operation Specifications
|
|
164
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
165
|
-
|
|
166
|
-
const createOperationSpec: coreClient.OperationSpec = {
|
|
167
|
-
path: "/{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}",
|
|
168
|
-
httpMethod: "PUT",
|
|
169
|
-
responses: {
|
|
170
|
-
200: {
|
|
171
|
-
bodyMapper: Mappers.SimplifiedSolutionsResource,
|
|
172
|
-
},
|
|
173
|
-
201: {
|
|
174
|
-
bodyMapper: Mappers.SimplifiedSolutionsResource,
|
|
175
|
-
},
|
|
176
|
-
202: {
|
|
177
|
-
bodyMapper: Mappers.SimplifiedSolutionsResource,
|
|
178
|
-
},
|
|
179
|
-
204: {
|
|
180
|
-
bodyMapper: Mappers.SimplifiedSolutionsResource,
|
|
181
|
-
},
|
|
182
|
-
default: {
|
|
183
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
184
|
-
},
|
|
185
|
-
},
|
|
186
|
-
requestBody: Parameters.simplifiedSolutionsRequestBody,
|
|
187
|
-
queryParameters: [Parameters.apiVersion],
|
|
188
|
-
urlParameters: [
|
|
189
|
-
Parameters.$host,
|
|
190
|
-
Parameters.scope,
|
|
191
|
-
Parameters.simplifiedSolutionsResourceName,
|
|
192
|
-
],
|
|
193
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
194
|
-
mediaType: "json",
|
|
195
|
-
serializer,
|
|
196
|
-
};
|
|
197
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
198
|
-
path: "/{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}",
|
|
199
|
-
httpMethod: "GET",
|
|
200
|
-
responses: {
|
|
201
|
-
200: {
|
|
202
|
-
bodyMapper: Mappers.SimplifiedSolutionsResource,
|
|
203
|
-
},
|
|
204
|
-
default: {
|
|
205
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
queryParameters: [Parameters.apiVersion],
|
|
209
|
-
urlParameters: [
|
|
210
|
-
Parameters.$host,
|
|
211
|
-
Parameters.scope,
|
|
212
|
-
Parameters.simplifiedSolutionsResourceName,
|
|
213
|
-
],
|
|
214
|
-
headerParameters: [Parameters.accept],
|
|
215
|
-
serializer,
|
|
216
|
-
};
|