@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","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 * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** Response for whether the requested resource name is available or not. */\nexport interface CheckNameAvailabilityResponse {\n /** Returns true or false depending on the availability of the name */\n nameAvailable?: boolean;\n /** Reason for why value is not available. This field is returned if nameAvailable is false. */\n reason?: string;\n /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */\n message?: string;\n}\n\n/** Solution Invocation with additional params needed for invocation. */\nexport interface DiagnosticInvocation {\n /** Solution Id to invoke. */\n solutionId?: string;\n /** Additional parameters required to invoke the solutionId. */\n additionalParameters?: { [propertyName: string]: string };\n}\n\n/** Properties returned with in an insight. */\nexport interface Diagnostic {\n /** Solution Id */\n solutionId?: string;\n /** Denotes the status of the diagnostic resource. */\n status?: Status;\n /** The problems (if any) detected by this insight. */\n insights?: Insight[];\n /** Error definition. */\n error?: ErrorModel;\n}\n\n/** Detailed insights(s) obtained via the invocation of an insight diagnostic */\nexport interface Insight {\n /** Article id. */\n id?: string;\n /** This insight's title. */\n title?: string;\n /** Detailed result content. */\n results?: string;\n /** Importance level of the insight. */\n importanceLevel?: ImportanceLevel;\n}\n\n/** Error definition. */\nexport interface ErrorModel {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Service specific error type which serves as additional context for the error herein.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** An array of additional nested error response info objects, as described by this contract. */\n details?: ErrorModel[];\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Discovery response. */\nexport interface DiscoveryResponse {\n /** The list of metadata. */\n value?: SolutionMetadataResource[];\n /** The link used to get the next page of solution metadata. */\n nextLink?: string;\n}\n\n/** Metadata Properties */\nexport interface SolutionMetadataProperties {\n /** Solution Id. */\n solutionId?: string;\n /**\n * Solution Type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionType?: SolutionType;\n /**\n * A detailed description of solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Required parameters for invoking this particular solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredInputs?: string[];\n}\n\n/** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */\nexport interface TriggerCriterion {\n /** Trigger criterion name. */\n name?: Name;\n /** Trigger criterion value. */\n value?: string;\n}\n\n/** Solution replacement maps. */\nexport interface ReplacementMaps {\n /** Solution AzureKB results */\n webResults?: WebResult[];\n /** Solution diagnostics results. */\n diagnostics?: SolutionsDiagnostic[];\n /** Solutions Troubleshooters */\n troubleshooters?: SolutionsTroubleshooters[];\n /** Solution metrics based charts */\n metricsBasedCharts?: MetricsBasedChart[];\n /** Video solutions, which have the power to engage the customer by stimulating their senses */\n videos?: Video[];\n /** Group of Videos */\n videoGroups?: VideoGroup[];\n}\n\n/** AzureKB web result */\nexport interface WebResult {\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n /** AzureKB search results */\n searchResults?: SearchResult[];\n}\n\n/** Details of an AzureKB search result. */\nexport interface SearchResult {\n /** Unique id of the result. */\n solutionId?: string;\n /** Content of the search result. */\n content?: string;\n /** Title of the search result. */\n title?: string;\n /** Confidence of the search result. */\n confidence?: Confidence;\n /** Source of the search result. */\n source?: string;\n /** Result type of the search result. */\n resultType?: ResultType;\n /** rank of the search result */\n rank?: number;\n /** Link to the document. */\n link?: string;\n}\n\n/** Solutions Diagnostic */\nexport interface SolutionsDiagnostic {\n /** Solution Id to identify single Solutions Diagnostic */\n solutionId?: string;\n /** Denotes the status of the diagnostic resource. */\n status?: Status;\n /** Details of the status */\n statusDetails?: string;\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n /** Diagnostics estimated completion time in minutes */\n estimatedCompletionTime?: string;\n /** Required parameters of this item */\n requiredParameters?: string[];\n /** Diagnostic insights */\n insights?: Insight[];\n}\n\n/** Troubleshooters in Solutions */\nexport interface SolutionsTroubleshooters {\n /** Solution Id to identify single Solutions Troubleshooter */\n solutionId?: string;\n /** Troubleshooter title */\n title?: string;\n /** Troubleshooter summary */\n summary?: string;\n}\n\n/** Solutions metrics based chart */\nexport interface MetricsBasedChart {\n /** Chart name */\n name?: string;\n /** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */\n aggregationType?: AggregationType;\n /** Time span duration */\n timeSpanDuration?: string;\n /** Chart title */\n title?: string;\n /** Filter group */\n filterGroup?: FilterGroup;\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n}\n\n/** Filter group */\nexport interface FilterGroup {\n /** List of filters */\n filter?: Filter[];\n}\n\n/** Filter criterion */\nexport interface Filter {\n /** Filter name */\n name?: string;\n /** Filter values */\n values?: string;\n /** Filter operator */\n operator?: string;\n}\n\n/** VideoGroup video detail */\nexport interface VideoGroupVideo {\n /** Link to the video */\n src?: string;\n /** Title of the video */\n title?: string;\n}\n\n/** Video group detail */\nexport interface VideoGroup {\n /** List of videos will be shown to customers */\n videos?: VideoGroupVideo[];\n /** Place holder used in HTML Content replace control with the insight content */\n replacementKey?: string;\n}\n\n/** Part of the solution and are dividers in the solution rendering. */\nexport interface Section {\n /** Solution sections title. */\n title?: string;\n /** Solution sections content. */\n content?: string;\n /** Solution replacement maps. */\n replacementMaps?: ReplacementMaps;\n}\n\n/** Solution PatchRequest body */\nexport interface SolutionPatchRequestBody {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: { [propertyName: string]: string };\n /**\n * Solution Id to identify single solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * Status of solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMaps;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: Section[];\n}\n\n/** Solution WarmUpRequest body */\nexport interface SolutionWarmUpRequestBody {\n /** Dictionary of <string> */\n parameters?: { [propertyName: string]: string };\n}\n\n/** Troubleshooter step */\nexport interface Step {\n /** Unique step id. */\n id?: string;\n /** Step title. */\n title?: string;\n /** Step description. */\n description?: string;\n /** Get or sets the Step guidance. */\n guidance?: string;\n /** Status of Troubleshooter Step execution. */\n executionStatus?: ExecutionStatus;\n /** This field has more detailed status description of the execution status. */\n executionStatusDescription?: string;\n /** Type of Troubleshooting step. */\n type?: Type;\n /** is this last step of the workflow. */\n isLastStep?: boolean;\n inputs?: StepInput[];\n /** Only for AutomatedStep type */\n automatedCheckResults?: AutomatedCheckResult;\n insights?: Insight[];\n /** The error detail. */\n error?: ErrorDetail;\n}\n\n/** Details of step input. */\nexport interface StepInput {\n /** Use Index as QuestionId. */\n questionId?: string;\n /** Type of Question */\n questionType?: QuestionType;\n /** Question title */\n questionTitle?: string;\n /** User question content. */\n questionContent?: string;\n /** Default is Text. */\n questionContentType?: QuestionContentType;\n /** Place holder text for response hints. */\n responseHint?: string;\n /** Result of Automate step. */\n recommendedOption?: string;\n /** Text of response that was selected. */\n selectedOptionValue?: string;\n /** Troubleshooter step input response validation properties */\n responseValidationProperties?: ResponseValidationProperties;\n responseOptions?: ResponseOption[];\n}\n\n/** Troubleshooter step input response validation properties */\nexport interface ResponseValidationProperties {\n /** Regex used for the input validation. */\n regex?: string;\n /** Validation scope */\n validationScope?: ValidationScope;\n /** Default True */\n isRequired?: boolean;\n /** Validation Error Message. */\n validationErrorMessage?: string;\n /** Max text input (open Ended Text). */\n maxLength?: number;\n}\n\n/** The status of the resource. */\nexport interface ResponseOption {\n /** Unique string. */\n key?: string;\n /** Option description */\n value?: string;\n}\n\n/** Only for AutomatedStep type */\nexport interface AutomatedCheckResult {\n /** Version for automated check result */\n version?: string;\n /** Status for automated check result */\n status?: string;\n /** Insight Article Content */\n result?: string;\n /** Type of Result. */\n type?: AutomatedCheckResultType;\n}\n\n/** Troubleshooter ContinueRequest body. */\nexport interface ContinueRequestBody {\n /** Unique id of the result. */\n stepId?: string;\n responses?: TroubleshooterResponse[];\n}\n\n/** User Response for Troubleshooter continue request */\nexport interface TroubleshooterResponse {\n /** id of the question. */\n questionId?: string;\n /** Type of Question */\n questionType?: QuestionType;\n /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */\n response?: string;\n}\n\n/** Troubleshooter restart response */\nexport interface RestartTroubleshooterResponse {\n /**\n * Updated TroubleshooterResource Name .\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly troubleshooterResourceName?: string;\n}\n\n/** Solution replacement maps. */\nexport interface ReplacementMapsSelfHelp {\n /** Solution AzureKB results */\n webResults?: WebResult[];\n /** Video solutions, which have the power to engage the customer by stimulating their senses */\n videos?: Video[];\n /** Group of Videos */\n videoGroups?: VideoGroup[];\n}\n\n/** Part of the solution and are dividers in the solution rendering. */\nexport interface SectionSelfHelp {\n /** Solution sections title. */\n title?: string;\n /** Solution sections content. */\n content?: string;\n /** Solution replacement maps. */\n replacementMaps?: ReplacementMapsSelfHelp;\n}\n\n/** Discover NLP request. */\nexport interface DiscoveryNlpRequest {\n /** Natural language description of the issue. */\n issueSummary: string;\n /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */\n resourceId?: string;\n /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */\n serviceId?: string;\n /** Additional information in the form of a string. */\n additionalContext?: string;\n}\n\n/** Successfully fetched list of solution metadata. */\nexport interface DiscoveryNlpResponse {\n /** The list of solution metadata. */\n value?: SolutionNlpMetadataResource[];\n}\n\n/** Service Classification result object. */\nexport interface ClassificationService {\n /**\n * Azure resource Id of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceId?: string;\n /**\n * Localized name of the azure service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** List of applicable ARM resource types for this service. */\n resourceTypes?: string[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Video detail */\nexport interface Video extends VideoGroupVideo {\n /** Place holder used in HTML Content replace control with the insight content */\n replacementKey?: string;\n}\n\n/** Diagnostic resource */\nexport interface DiagnosticResource extends ProxyResource {\n /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */\n globalParameters?: { [propertyName: string]: string };\n /** SolutionIds that are needed to be invoked. */\n insights?: DiagnosticInvocation[];\n /**\n * Diagnostic Request Accepted time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptedAt?: string;\n /**\n * Status of diagnostic provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DiagnosticProvisioningState;\n /**\n * Array of Diagnostics.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostic[];\n}\n\n/** Metadata resource */\nexport interface SolutionMetadataResource extends ProxyResource {\n /** List of metadata. */\n solutions?: SolutionMetadataProperties[];\n}\n\n/** Solution response. */\nexport interface SolutionResource extends ProxyResource {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: { [propertyName: string]: string };\n /**\n * Solution Id to identify single solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * Status of solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMaps;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: Section[];\n}\n\n/** Simplified Solutions response. */\nexport interface SimplifiedSolutionsResource extends ProxyResource {\n /** Solution Id to identify single Simplified Solution. */\n solutionId?: string;\n /** Client input parameters to run Simplified Solutions */\n parameters?: { [propertyName: string]: string };\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * Additional parameter response for Simplified Solutions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appendix?: { [propertyName: string]: string };\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Status of Simplified Solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n}\n\n/** Troubleshooter response. */\nexport interface TroubleshooterResource extends ProxyResource {\n /** Solution Id to identify single troubleshooter. */\n solutionId?: string;\n /** Client input parameters to run Troubleshooter Resource */\n parameters?: { [propertyName: string]: string };\n /**\n * Status of troubleshooter provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TroubleshooterProvisioningState;\n /**\n * List of step object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly steps?: Step[];\n}\n\n/** Self Help Solution response. */\nexport interface SolutionResourceSelfHelp extends ProxyResource {\n /**\n * SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMapsSelfHelp;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: SectionSelfHelp[];\n}\n\n/** Nlp Metadata resource */\nexport interface SolutionNlpMetadataResource extends ProxyResource {\n /** Title of the problem classification. */\n problemTitle?: string;\n /** Description of the problem classification. */\n problemDescription?: string;\n /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n serviceId?: string;\n /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n problemClassificationId?: string;\n /** The list of solution metadata. */\n solutions?: SolutionMetadataProperties[];\n /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */\n relatedServices?: ClassificationService[];\n}\n\n/** Defines headers for Solution_update operation. */\nexport interface SolutionUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_continue operation. */\nexport interface TroubleshootersContinueHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_end operation. */\nexport interface TroubleshootersEndHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_restart operation. */\nexport interface TroubleshootersRestartHeaders {\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link DiagnosticProvisioningState} that the service accepts. */\nexport enum KnownDiagnosticProvisioningState {\n /** All Diagnostics in the Batch succeeded. */\n Succeeded = \"Succeeded\",\n /** Some Diagnostics are still running or failed. */\n PartialComplete = \"PartialComplete\",\n /** All Diagnostics failed to run. */\n Failed = \"Failed\",\n /** All Diagnostics are still running. */\n Running = \"Running\",\n /** When Diagnostic request gets canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for DiagnosticProvisioningState. \\\n * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: All Diagnostics in the Batch succeeded. \\\n * **PartialComplete**: Some Diagnostics are still running or failed. \\\n * **Failed**: All Diagnostics failed to run. \\\n * **Running**: All Diagnostics are still running. \\\n * **Canceled**: When Diagnostic request gets canceled.\n */\nexport type DiagnosticProvisioningState = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Diagnostic creation failed. */\n Failed = \"Failed\",\n /** Request is missing required inputs to run. */\n MissingInputs = \"MissingInputs\",\n /** Diagnostic is still running. */\n Running = \"Running\",\n /** Diagnostic creation succeeded. */\n Succeeded = \"Succeeded\",\n /** Diagnostic was timed out. */\n Timeout = \"Timeout\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed**: Diagnostic creation failed. \\\n * **MissingInputs**: Request is missing required inputs to run. \\\n * **Running**: Diagnostic is still running. \\\n * **Succeeded**: Diagnostic creation succeeded. \\\n * **Timeout**: Diagnostic was timed out.\n */\nexport type Status = string;\n\n/** Known values of {@link ImportanceLevel} that the service accepts. */\nexport enum KnownImportanceLevel {\n /** A critical insight has been found after running the diagnostic. */\n Critical = \"Critical\",\n /** A warning insight has been found after running the diagnostic. */\n Warning = \"Warning\",\n /** An information insight has been found after running the diagnostic. */\n Information = \"Information\",\n}\n\n/**\n * Defines values for ImportanceLevel. \\\n * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical**: A critical insight has been found after running the diagnostic. \\\n * **Warning**: A warning insight has been found after running the diagnostic. \\\n * **Information**: An information insight has been found after running the diagnostic.\n */\nexport type ImportanceLevel = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SolutionType} that the service accepts. */\nexport enum KnownSolutionType {\n /** Diagnostics resource type. */\n Diagnostics = \"Diagnostics\",\n /** Solutions resource type. */\n Solutions = \"Solutions\",\n /** Troubleshooters resource type. */\n Troubleshooters = \"Troubleshooters\",\n /** SelfHelp resource type. */\n SelfHelp = \"SelfHelp\",\n}\n\n/**\n * Defines values for SolutionType. \\\n * {@link KnownSolutionType} can be used interchangeably with SolutionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Diagnostics**: Diagnostics resource type. \\\n * **Solutions**: Solutions resource type. \\\n * **Troubleshooters**: Troubleshooters resource type. \\\n * **SelfHelp**: SelfHelp resource type.\n */\nexport type SolutionType = string;\n\n/** Known values of {@link Name} that the service accepts. */\nexport enum KnownName {\n /** SolutionId */\n SolutionId = \"SolutionId\",\n /** ProblemClassificationId */\n ProblemClassificationId = \"ProblemClassificationId\",\n /** ReplacementKey */\n ReplacementKey = \"ReplacementKey\",\n}\n\n/**\n * Defines values for Name. \\\n * {@link KnownName} can be used interchangeably with Name,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SolutionId** \\\n * **ProblemClassificationId** \\\n * **ReplacementKey**\n */\nexport type Name = string;\n\n/** Known values of {@link SolutionProvisioningState} that the service accepts. */\nexport enum KnownSolutionProvisioningState {\n /** All Solutions in the Batch succeeded. */\n Succeeded = \"Succeeded\",\n /** Some Solutions are still running or failed. */\n PartialComplete = \"PartialComplete\",\n /** All Solutions failed to run. */\n Failed = \"Failed\",\n /** All Solutions are still running. */\n Running = \"Running\",\n /** When Solutions request gets canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for SolutionProvisioningState. \\\n * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: All Solutions in the Batch succeeded. \\\n * **PartialComplete**: Some Solutions are still running or failed. \\\n * **Failed**: All Solutions failed to run. \\\n * **Running**: All Solutions are still running. \\\n * **Canceled**: When Solutions request gets canceled.\n */\nexport type SolutionProvisioningState = string;\n\n/** Known values of {@link Confidence} that the service accepts. */\nexport enum KnownConfidence {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Defines values for Confidence. \\\n * {@link KnownConfidence} can be used interchangeably with Confidence,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type Confidence = string;\n\n/** Known values of {@link ResultType} that the service accepts. */\nexport enum KnownResultType {\n /** Community */\n Community = \"Community\",\n /** Documentation */\n Documentation = \"Documentation\",\n}\n\n/**\n * Defines values for ResultType. \\\n * {@link KnownResultType} can be used interchangeably with ResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Community** \\\n * **Documentation**\n */\nexport type ResultType = string;\n\n/** Known values of {@link AggregationType} that the service accepts. */\nexport enum KnownAggregationType {\n /** Sum */\n Sum = \"Sum\",\n /** Avg */\n Avg = \"Avg\",\n /** Count */\n Count = \"Count\",\n /** Min */\n Min = \"Min\",\n /** Max */\n Max = \"Max\",\n}\n\n/**\n * Defines values for AggregationType. \\\n * {@link KnownAggregationType} can be used interchangeably with AggregationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sum** \\\n * **Avg** \\\n * **Count** \\\n * **Min** \\\n * **Max**\n */\nexport type AggregationType = string;\n\n/** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */\nexport enum KnownTroubleshooterProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** AutoContinue */\n AutoContinue = \"AutoContinue\",\n}\n\n/**\n * Defines values for TroubleshooterProvisioningState. \\\n * {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **AutoContinue**\n */\nexport type TroubleshooterProvisioningState = string;\n\n/** Known values of {@link ExecutionStatus} that the service accepts. */\nexport enum KnownExecutionStatus {\n /** Step execution succeeded. */\n Success = \"Success\",\n /** Step execution running */\n Running = \"Running\",\n /** Step execution failed */\n Failed = \"Failed\",\n /** Step execution warning */\n Warning = \"Warning\",\n}\n\n/**\n * Defines values for ExecutionStatus. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success**: Step execution succeeded. \\\n * **Running**: Step execution running \\\n * **Failed**: Step execution failed \\\n * **Warning**: Step execution warning\n */\nexport type ExecutionStatus = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Decision */\n Decision = \"Decision\",\n /** Solution */\n Solution = \"Solution\",\n /** Insight */\n Insight = \"Insight\",\n /** AutomatedCheck */\n AutomatedCheck = \"AutomatedCheck\",\n /** Input */\n Input = \"Input\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Decision** \\\n * **Solution** \\\n * **Insight** \\\n * **AutomatedCheck** \\\n * **Input**\n */\nexport type Type = string;\n\n/** Known values of {@link QuestionType} that the service accepts. */\nexport enum KnownQuestionType {\n /** SingleChoice radio button */\n RadioButton = \"RadioButton\",\n /** SingleChoice dropdown. */\n Dropdown = \"Dropdown\",\n /** Text Input */\n TextInput = \"TextInput\",\n /** MultiLineInfoBox */\n MultiLineInfoBox = \"MultiLineInfoBox\",\n /** DateTime Picker */\n DateTimePicker = \"DateTimePicker\",\n /** Multi Select */\n MultiSelect = \"MultiSelect\",\n}\n\n/**\n * Defines values for QuestionType. \\\n * {@link KnownQuestionType} can be used interchangeably with QuestionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RadioButton**: SingleChoice radio button \\\n * **Dropdown**: SingleChoice dropdown. \\\n * **TextInput**: Text Input \\\n * **MultiLineInfoBox**: MultiLineInfoBox \\\n * **DateTimePicker**: DateTime Picker \\\n * **MultiSelect**: Multi Select\n */\nexport type QuestionType = string;\n\n/** Known values of {@link QuestionContentType} that the service accepts. */\nexport enum KnownQuestionContentType {\n /** Text */\n Text = \"Text\",\n /** Html */\n Html = \"Html\",\n /** Markdown */\n Markdown = \"Markdown\",\n}\n\n/**\n * Defines values for QuestionContentType. \\\n * {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Text** \\\n * **Html** \\\n * **Markdown**\n */\nexport type QuestionContentType = string;\n\n/** Known values of {@link ValidationScope} that the service accepts. */\nexport enum KnownValidationScope {\n /** None */\n None = \"None\",\n /** URLFormat */\n URLFormat = \"URLFormat\",\n /** GuidFormat */\n GuidFormat = \"GuidFormat\",\n /** IpAddressFormat */\n IpAddressFormat = \"IpAddressFormat\",\n /** NumberOnlyFormat */\n NumberOnlyFormat = \"NumberOnlyFormat\",\n}\n\n/**\n * Defines values for ValidationScope. \\\n * {@link KnownValidationScope} can be used interchangeably with ValidationScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **URLFormat** \\\n * **GuidFormat** \\\n * **IpAddressFormat** \\\n * **NumberOnlyFormat**\n */\nexport type ValidationScope = string;\n\n/** Known values of {@link AutomatedCheckResultType} that the service accepts. */\nexport enum KnownAutomatedCheckResultType {\n /** Success */\n Success = \"Success\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Information */\n Information = \"Information\",\n}\n\n/**\n * Defines values for AutomatedCheckResultType. \\\n * {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success** \\\n * **Warning** \\\n * **Error** \\\n * **Information**\n */\nexport type AutomatedCheckResultType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityCheckAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** The required parameters for availability check. */\n checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;\n}\n\n/** Contains response data for the checkAvailability operation. */\nexport type CheckNameAvailabilityCheckAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this insightResource invocation. */\n diagnosticResourceRequest?: DiagnosticResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DiagnosticsCreateResponse = DiagnosticResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DiagnosticsGetResponse = DiagnosticResource;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionListOptionalParams\n extends coreClient.OperationOptions {\n /** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */\n filter?: string;\n /** Skiptoken is only used if a previous operation returned a partial result. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type DiscoverySolutionListResponse = DiscoveryResponse;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DiscoverySolutionListNextResponse = DiscoveryResponse;\n\n/** Optional parameters. */\nexport interface SolutionCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this solution resource creation. */\n solutionRequestBody?: SolutionResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SolutionCreateResponse = SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionGetResponse = SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for updating a solution resource. */\n solutionPatchRequestBody?: SolutionPatchRequestBody;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionWarmUpOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for warming up a solution resource. */\n solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;\n}\n\n/** Optional parameters. */\nexport interface SimplifiedSolutionsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for simplified Solutions resource creation. */\n simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;\n\n/** Optional parameters. */\nexport interface SimplifiedSolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this Troubleshooter resource creation. */\n createTroubleshooterRequestBody?: TroubleshooterResource;\n}\n\n/** Contains response data for the create operation. */\nexport type TroubleshootersCreateResponse = TroubleshooterResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TroubleshootersGetResponse = TroubleshooterResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersContinueOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for going to next step in Troubleshooter resource. */\n continueRequestBody?: ContinueRequestBody;\n}\n\n/** Contains response data for the continue operation. */\nexport type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;\n\n/** Optional parameters. */\nexport interface TroubleshootersEndOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the end operation. */\nexport type TroubleshootersEndResponse = TroubleshootersEndHeaders;\n\n/** Optional parameters. */\nexport interface TroubleshootersRestartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the restart operation. */\nexport type TroubleshootersRestartResponse = TroubleshootersRestartHeaders &\n RestartTroubleshooterResponse;\n\n/** Optional parameters. */\nexport interface SolutionSelfHelpGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionNLPDiscoverSolutionsOptionalParams\n extends coreClient.OperationOptions {\n /** Request body for discovering solutions using NLP. */\n discoverSolutionRequest?: DiscoveryNlpRequest;\n}\n\n/** Contains response data for the discoverSolutions operation. */\nexport type DiscoverySolutionNLPDiscoverSolutionsResponse =\n DiscoveryNlpResponse;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Request body for discovering solutions using NLP. */\n discoverSolutionRequest?: DiscoveryNlpRequest;\n}\n\n/** Contains response data for the discoverSolutionsBySubscription operation. */\nexport type DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse =\n DiscoveryNlpResponse;\n\n/** Optional parameters. */\nexport interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -1540,32 +1540,40 @@ export const ProxyResource = {
|
|
|
1540
1540
|
type: {
|
|
1541
1541
|
name: "Composite",
|
|
1542
1542
|
className: "ProxyResource",
|
|
1543
|
-
modelProperties:
|
|
1543
|
+
modelProperties: {
|
|
1544
|
+
...Resource.type.modelProperties,
|
|
1545
|
+
},
|
|
1544
1546
|
},
|
|
1545
1547
|
};
|
|
1546
1548
|
export const Video = {
|
|
1547
1549
|
type: {
|
|
1548
1550
|
name: "Composite",
|
|
1549
1551
|
className: "Video",
|
|
1550
|
-
modelProperties:
|
|
1552
|
+
modelProperties: {
|
|
1553
|
+
...VideoGroupVideo.type.modelProperties,
|
|
1554
|
+
replacementKey: {
|
|
1551
1555
|
serializedName: "replacementKey",
|
|
1552
1556
|
type: {
|
|
1553
1557
|
name: "String",
|
|
1554
1558
|
},
|
|
1555
|
-
}
|
|
1559
|
+
},
|
|
1560
|
+
},
|
|
1556
1561
|
},
|
|
1557
1562
|
};
|
|
1558
1563
|
export const DiagnosticResource = {
|
|
1559
1564
|
type: {
|
|
1560
1565
|
name: "Composite",
|
|
1561
1566
|
className: "DiagnosticResource",
|
|
1562
|
-
modelProperties:
|
|
1567
|
+
modelProperties: {
|
|
1568
|
+
...ProxyResource.type.modelProperties,
|
|
1569
|
+
globalParameters: {
|
|
1563
1570
|
serializedName: "properties.globalParameters",
|
|
1564
1571
|
type: {
|
|
1565
1572
|
name: "Dictionary",
|
|
1566
1573
|
value: { type: { name: "String" } },
|
|
1567
1574
|
},
|
|
1568
|
-
},
|
|
1575
|
+
},
|
|
1576
|
+
insights: {
|
|
1569
1577
|
serializedName: "properties.insights",
|
|
1570
1578
|
type: {
|
|
1571
1579
|
name: "Sequence",
|
|
@@ -1576,19 +1584,22 @@ export const DiagnosticResource = {
|
|
|
1576
1584
|
},
|
|
1577
1585
|
},
|
|
1578
1586
|
},
|
|
1579
|
-
},
|
|
1587
|
+
},
|
|
1588
|
+
acceptedAt: {
|
|
1580
1589
|
serializedName: "properties.acceptedAt",
|
|
1581
1590
|
readOnly: true,
|
|
1582
1591
|
type: {
|
|
1583
1592
|
name: "String",
|
|
1584
1593
|
},
|
|
1585
|
-
},
|
|
1594
|
+
},
|
|
1595
|
+
provisioningState: {
|
|
1586
1596
|
serializedName: "properties.provisioningState",
|
|
1587
1597
|
readOnly: true,
|
|
1588
1598
|
type: {
|
|
1589
1599
|
name: "String",
|
|
1590
1600
|
},
|
|
1591
|
-
},
|
|
1601
|
+
},
|
|
1602
|
+
diagnostics: {
|
|
1592
1603
|
serializedName: "properties.diagnostics",
|
|
1593
1604
|
readOnly: true,
|
|
1594
1605
|
type: {
|
|
@@ -1600,14 +1611,17 @@ export const DiagnosticResource = {
|
|
|
1600
1611
|
},
|
|
1601
1612
|
},
|
|
1602
1613
|
},
|
|
1603
|
-
}
|
|
1614
|
+
},
|
|
1615
|
+
},
|
|
1604
1616
|
},
|
|
1605
1617
|
};
|
|
1606
1618
|
export const SolutionMetadataResource = {
|
|
1607
1619
|
type: {
|
|
1608
1620
|
name: "Composite",
|
|
1609
1621
|
className: "SolutionMetadataResource",
|
|
1610
|
-
modelProperties:
|
|
1622
|
+
modelProperties: {
|
|
1623
|
+
...ProxyResource.type.modelProperties,
|
|
1624
|
+
solutions: {
|
|
1611
1625
|
serializedName: "properties.solutions",
|
|
1612
1626
|
type: {
|
|
1613
1627
|
name: "Sequence",
|
|
@@ -1618,14 +1632,17 @@ export const SolutionMetadataResource = {
|
|
|
1618
1632
|
},
|
|
1619
1633
|
},
|
|
1620
1634
|
},
|
|
1621
|
-
}
|
|
1635
|
+
},
|
|
1636
|
+
},
|
|
1622
1637
|
},
|
|
1623
1638
|
};
|
|
1624
1639
|
export const SolutionResource = {
|
|
1625
1640
|
type: {
|
|
1626
1641
|
name: "Composite",
|
|
1627
1642
|
className: "SolutionResource",
|
|
1628
|
-
modelProperties:
|
|
1643
|
+
modelProperties: {
|
|
1644
|
+
...ProxyResource.type.modelProperties,
|
|
1645
|
+
triggerCriteria: {
|
|
1629
1646
|
serializedName: "properties.triggerCriteria",
|
|
1630
1647
|
type: {
|
|
1631
1648
|
name: "Sequence",
|
|
@@ -1636,43 +1653,50 @@ export const SolutionResource = {
|
|
|
1636
1653
|
},
|
|
1637
1654
|
},
|
|
1638
1655
|
},
|
|
1639
|
-
},
|
|
1656
|
+
},
|
|
1657
|
+
parameters: {
|
|
1640
1658
|
serializedName: "properties.parameters",
|
|
1641
1659
|
type: {
|
|
1642
1660
|
name: "Dictionary",
|
|
1643
1661
|
value: { type: { name: "String" } },
|
|
1644
1662
|
},
|
|
1645
|
-
},
|
|
1663
|
+
},
|
|
1664
|
+
solutionId: {
|
|
1646
1665
|
serializedName: "properties.solutionId",
|
|
1647
1666
|
readOnly: true,
|
|
1648
1667
|
type: {
|
|
1649
1668
|
name: "String",
|
|
1650
1669
|
},
|
|
1651
|
-
},
|
|
1670
|
+
},
|
|
1671
|
+
provisioningState: {
|
|
1652
1672
|
serializedName: "properties.provisioningState",
|
|
1653
1673
|
readOnly: true,
|
|
1654
1674
|
type: {
|
|
1655
1675
|
name: "String",
|
|
1656
1676
|
},
|
|
1657
|
-
},
|
|
1677
|
+
},
|
|
1678
|
+
title: {
|
|
1658
1679
|
serializedName: "properties.title",
|
|
1659
1680
|
readOnly: true,
|
|
1660
1681
|
type: {
|
|
1661
1682
|
name: "String",
|
|
1662
1683
|
},
|
|
1663
|
-
},
|
|
1684
|
+
},
|
|
1685
|
+
content: {
|
|
1664
1686
|
serializedName: "properties.content",
|
|
1665
1687
|
readOnly: true,
|
|
1666
1688
|
type: {
|
|
1667
1689
|
name: "String",
|
|
1668
1690
|
},
|
|
1669
|
-
},
|
|
1691
|
+
},
|
|
1692
|
+
replacementMaps: {
|
|
1670
1693
|
serializedName: "properties.replacementMaps",
|
|
1671
1694
|
type: {
|
|
1672
1695
|
name: "Composite",
|
|
1673
1696
|
className: "ReplacementMaps",
|
|
1674
1697
|
},
|
|
1675
|
-
},
|
|
1698
|
+
},
|
|
1699
|
+
sections: {
|
|
1676
1700
|
serializedName: "properties.sections",
|
|
1677
1701
|
readOnly: true,
|
|
1678
1702
|
type: {
|
|
@@ -1684,74 +1708,88 @@ export const SolutionResource = {
|
|
|
1684
1708
|
},
|
|
1685
1709
|
},
|
|
1686
1710
|
},
|
|
1687
|
-
}
|
|
1711
|
+
},
|
|
1712
|
+
},
|
|
1688
1713
|
},
|
|
1689
1714
|
};
|
|
1690
1715
|
export const SimplifiedSolutionsResource = {
|
|
1691
1716
|
type: {
|
|
1692
1717
|
name: "Composite",
|
|
1693
1718
|
className: "SimplifiedSolutionsResource",
|
|
1694
|
-
modelProperties:
|
|
1719
|
+
modelProperties: {
|
|
1720
|
+
...ProxyResource.type.modelProperties,
|
|
1721
|
+
solutionId: {
|
|
1695
1722
|
serializedName: "properties.solutionId",
|
|
1696
1723
|
type: {
|
|
1697
1724
|
name: "String",
|
|
1698
1725
|
},
|
|
1699
|
-
},
|
|
1726
|
+
},
|
|
1727
|
+
parameters: {
|
|
1700
1728
|
serializedName: "properties.parameters",
|
|
1701
1729
|
type: {
|
|
1702
1730
|
name: "Dictionary",
|
|
1703
1731
|
value: { type: { name: "String" } },
|
|
1704
1732
|
},
|
|
1705
|
-
},
|
|
1733
|
+
},
|
|
1734
|
+
title: {
|
|
1706
1735
|
serializedName: "properties.title",
|
|
1707
1736
|
readOnly: true,
|
|
1708
1737
|
type: {
|
|
1709
1738
|
name: "String",
|
|
1710
1739
|
},
|
|
1711
|
-
},
|
|
1740
|
+
},
|
|
1741
|
+
appendix: {
|
|
1712
1742
|
serializedName: "properties.appendix",
|
|
1713
1743
|
readOnly: true,
|
|
1714
1744
|
type: {
|
|
1715
1745
|
name: "Dictionary",
|
|
1716
1746
|
value: { type: { name: "String" } },
|
|
1717
1747
|
},
|
|
1718
|
-
},
|
|
1748
|
+
},
|
|
1749
|
+
content: {
|
|
1719
1750
|
serializedName: "properties.content",
|
|
1720
1751
|
readOnly: true,
|
|
1721
1752
|
type: {
|
|
1722
1753
|
name: "String",
|
|
1723
1754
|
},
|
|
1724
|
-
},
|
|
1755
|
+
},
|
|
1756
|
+
provisioningState: {
|
|
1725
1757
|
serializedName: "properties.provisioningState",
|
|
1726
1758
|
readOnly: true,
|
|
1727
1759
|
type: {
|
|
1728
1760
|
name: "String",
|
|
1729
1761
|
},
|
|
1730
|
-
}
|
|
1762
|
+
},
|
|
1763
|
+
},
|
|
1731
1764
|
},
|
|
1732
1765
|
};
|
|
1733
1766
|
export const TroubleshooterResource = {
|
|
1734
1767
|
type: {
|
|
1735
1768
|
name: "Composite",
|
|
1736
1769
|
className: "TroubleshooterResource",
|
|
1737
|
-
modelProperties:
|
|
1770
|
+
modelProperties: {
|
|
1771
|
+
...ProxyResource.type.modelProperties,
|
|
1772
|
+
solutionId: {
|
|
1738
1773
|
serializedName: "properties.solutionId",
|
|
1739
1774
|
type: {
|
|
1740
1775
|
name: "String",
|
|
1741
1776
|
},
|
|
1742
|
-
},
|
|
1777
|
+
},
|
|
1778
|
+
parameters: {
|
|
1743
1779
|
serializedName: "properties.parameters",
|
|
1744
1780
|
type: {
|
|
1745
1781
|
name: "Dictionary",
|
|
1746
1782
|
value: { type: { name: "String" } },
|
|
1747
1783
|
},
|
|
1748
|
-
},
|
|
1784
|
+
},
|
|
1785
|
+
provisioningState: {
|
|
1749
1786
|
serializedName: "properties.provisioningState",
|
|
1750
1787
|
readOnly: true,
|
|
1751
1788
|
type: {
|
|
1752
1789
|
name: "String",
|
|
1753
1790
|
},
|
|
1754
|
-
},
|
|
1791
|
+
},
|
|
1792
|
+
steps: {
|
|
1755
1793
|
serializedName: "properties.steps",
|
|
1756
1794
|
readOnly: true,
|
|
1757
1795
|
type: {
|
|
@@ -1763,38 +1801,45 @@ export const TroubleshooterResource = {
|
|
|
1763
1801
|
},
|
|
1764
1802
|
},
|
|
1765
1803
|
},
|
|
1766
|
-
}
|
|
1804
|
+
},
|
|
1805
|
+
},
|
|
1767
1806
|
},
|
|
1768
1807
|
};
|
|
1769
1808
|
export const SolutionResourceSelfHelp = {
|
|
1770
1809
|
type: {
|
|
1771
1810
|
name: "Composite",
|
|
1772
1811
|
className: "SolutionResourceSelfHelp",
|
|
1773
|
-
modelProperties:
|
|
1812
|
+
modelProperties: {
|
|
1813
|
+
...ProxyResource.type.modelProperties,
|
|
1814
|
+
solutionId: {
|
|
1774
1815
|
serializedName: "properties.solutionId",
|
|
1775
1816
|
readOnly: true,
|
|
1776
1817
|
type: {
|
|
1777
1818
|
name: "String",
|
|
1778
1819
|
},
|
|
1779
|
-
},
|
|
1820
|
+
},
|
|
1821
|
+
title: {
|
|
1780
1822
|
serializedName: "properties.title",
|
|
1781
1823
|
readOnly: true,
|
|
1782
1824
|
type: {
|
|
1783
1825
|
name: "String",
|
|
1784
1826
|
},
|
|
1785
|
-
},
|
|
1827
|
+
},
|
|
1828
|
+
content: {
|
|
1786
1829
|
serializedName: "properties.content",
|
|
1787
1830
|
readOnly: true,
|
|
1788
1831
|
type: {
|
|
1789
1832
|
name: "String",
|
|
1790
1833
|
},
|
|
1791
|
-
},
|
|
1834
|
+
},
|
|
1835
|
+
replacementMaps: {
|
|
1792
1836
|
serializedName: "properties.replacementMaps",
|
|
1793
1837
|
type: {
|
|
1794
1838
|
name: "Composite",
|
|
1795
1839
|
className: "ReplacementMapsSelfHelp",
|
|
1796
1840
|
},
|
|
1797
|
-
},
|
|
1841
|
+
},
|
|
1842
|
+
sections: {
|
|
1798
1843
|
serializedName: "properties.sections",
|
|
1799
1844
|
readOnly: true,
|
|
1800
1845
|
type: {
|
|
@@ -1806,34 +1851,41 @@ export const SolutionResourceSelfHelp = {
|
|
|
1806
1851
|
},
|
|
1807
1852
|
},
|
|
1808
1853
|
},
|
|
1809
|
-
}
|
|
1854
|
+
},
|
|
1855
|
+
},
|
|
1810
1856
|
},
|
|
1811
1857
|
};
|
|
1812
1858
|
export const SolutionNlpMetadataResource = {
|
|
1813
1859
|
type: {
|
|
1814
1860
|
name: "Composite",
|
|
1815
1861
|
className: "SolutionNlpMetadataResource",
|
|
1816
|
-
modelProperties:
|
|
1862
|
+
modelProperties: {
|
|
1863
|
+
...ProxyResource.type.modelProperties,
|
|
1864
|
+
problemTitle: {
|
|
1817
1865
|
serializedName: "properties.problemTitle",
|
|
1818
1866
|
type: {
|
|
1819
1867
|
name: "String",
|
|
1820
1868
|
},
|
|
1821
|
-
},
|
|
1869
|
+
},
|
|
1870
|
+
problemDescription: {
|
|
1822
1871
|
serializedName: "properties.problemDescription",
|
|
1823
1872
|
type: {
|
|
1824
1873
|
name: "String",
|
|
1825
1874
|
},
|
|
1826
|
-
},
|
|
1875
|
+
},
|
|
1876
|
+
serviceId: {
|
|
1827
1877
|
serializedName: "properties.serviceId",
|
|
1828
1878
|
type: {
|
|
1829
1879
|
name: "String",
|
|
1830
1880
|
},
|
|
1831
|
-
},
|
|
1881
|
+
},
|
|
1882
|
+
problemClassificationId: {
|
|
1832
1883
|
serializedName: "properties.problemClassificationId",
|
|
1833
1884
|
type: {
|
|
1834
1885
|
name: "String",
|
|
1835
1886
|
},
|
|
1836
|
-
},
|
|
1887
|
+
},
|
|
1888
|
+
solutions: {
|
|
1837
1889
|
serializedName: "properties.solutions",
|
|
1838
1890
|
type: {
|
|
1839
1891
|
name: "Sequence",
|
|
@@ -1844,7 +1896,8 @@ export const SolutionNlpMetadataResource = {
|
|
|
1844
1896
|
},
|
|
1845
1897
|
},
|
|
1846
1898
|
},
|
|
1847
|
-
},
|
|
1899
|
+
},
|
|
1900
|
+
relatedServices: {
|
|
1848
1901
|
serializedName: "properties.relatedServices",
|
|
1849
1902
|
type: {
|
|
1850
1903
|
name: "Sequence",
|
|
@@ -1855,7 +1908,8 @@ export const SolutionNlpMetadataResource = {
|
|
|
1855
1908
|
},
|
|
1856
1909
|
},
|
|
1857
1910
|
},
|
|
1858
|
-
}
|
|
1911
|
+
},
|
|
1912
|
+
},
|
|
1859
1913
|
},
|
|
1860
1914
|
};
|
|
1861
1915
|
export const SolutionUpdateHeaders = {
|