@azure/arm-sqlvirtualmachine 5.0.0-beta.8 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +30 -24
- package/dist/browser/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/browser/api/availabilityGroupListeners/index.js +4 -0
- package/dist/browser/api/availabilityGroupListeners/index.js.map +1 -0
- package/dist/browser/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/browser/api/availabilityGroupListeners/operations.js +140 -0
- package/dist/browser/api/availabilityGroupListeners/operations.js.map +1 -0
- package/dist/browser/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/browser/api/availabilityGroupListeners/options.js +4 -0
- package/dist/browser/api/availabilityGroupListeners/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.js +199 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.js +26 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.js +44 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachines/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachines/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/browser/api/sqlVirtualMachines/operations.js +329 -0
- package/dist/browser/api/sqlVirtualMachines/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/browser/api/sqlVirtualMachines/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachines/options.js.map +1 -0
- package/dist/browser/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/browser/classic/availabilityGroupListeners/index.js +34 -0
- package/dist/browser/classic/availabilityGroupListeners/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +6 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.js +44 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.js +23 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/browser/classic/sqlVirtualMachines/index.js +72 -0
- package/dist/browser/classic/sqlVirtualMachines/index.js.map +1 -0
- package/dist/browser/index.d.ts +21 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +881 -924
- package/dist/browser/models/models.js +1363 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +120 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts +27 -0
- package/dist/browser/sqlVirtualMachineManagementClient.js +49 -0
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.js +34 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.js.map +7 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.js +223 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.js.map +7 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.js +16 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.js +38 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.js +293 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.js +47 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.js +28 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.js +75 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.js +46 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.js +465 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.js.map +7 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.js +103 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +6 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.js +92 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.js +59 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.js +120 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +21 -0
- package/dist/commonjs/index.js +96 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +82 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1249 -0
- package/dist/commonjs/models/models.js +1367 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +133 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +27 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +70 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/esm/api/availabilityGroupListeners/index.js +4 -0
- package/dist/esm/api/availabilityGroupListeners/index.js.map +1 -0
- package/dist/esm/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/esm/api/availabilityGroupListeners/operations.js +140 -0
- package/dist/esm/api/availabilityGroupListeners/operations.js.map +1 -0
- package/dist/esm/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/esm/api/availabilityGroupListeners/options.js +4 -0
- package/dist/esm/api/availabilityGroupListeners/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.js +199 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.js +26 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.js +44 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachines/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachines/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/esm/api/sqlVirtualMachines/operations.js +329 -0
- package/dist/esm/api/sqlVirtualMachines/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/esm/api/sqlVirtualMachines/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachines/options.js.map +1 -0
- package/dist/esm/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/esm/classic/availabilityGroupListeners/index.js +34 -0
- package/dist/esm/classic/availabilityGroupListeners/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +6 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.js +44 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.js +23 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/esm/classic/sqlVirtualMachines/index.js +72 -0
- package/dist/esm/classic/sqlVirtualMachines/index.js.map +1 -0
- package/dist/esm/index.d.ts +21 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1249 -0
- package/dist/esm/models/models.js +1363 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +120 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts +27 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js +49 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +193 -91
- package/CHANGELOG.md +0 -11
- package/dist/index.js +0 -4367
- 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/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -60
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.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 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -58
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js +0 -45
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -290
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -60
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -58
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.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 +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.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.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -226
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -53
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1705
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -19
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -152
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts +0 -89
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.js +0 -387
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -13
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts +0 -117
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js +0 -576
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.d.ts +0 -32
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.js +0 -118
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts +0 -176
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.js +0 -858
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js +0 -9
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -13
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts +0 -79
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js +0 -9
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -9
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts +0 -119
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js +0 -9
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts +0 -24
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.js +0 -104
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js +0 -78
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js.map +0 -1
- package/review/arm-sqlvirtualmachine.api.md +0 -949
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1470
- package/src/models/mappers.ts +0 -1805
- package/src/models/parameters.ts +0 -183
- package/src/operations/availabilityGroupListeners.ts +0 -527
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -149
- package/src/operations/sqlVirtualMachineGroups.ts +0 -737
- package/src/operations/sqlVirtualMachineTroubleshoot.ts +0 -172
- package/src/operations/sqlVirtualMachines.ts +0 -1115
- package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
- package/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.ts +0 -51
- package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
- package/src/pagingHelper.ts +0 -39
- package/src/sqlVirtualMachineManagementClient.ts +0 -162
- package/tsconfig.json +0 -33
- package/types/arm-sqlvirtualmachine.d.ts +0 -1761
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { SqlVirtualMachineManagementClient } from "@azure/arm-sqlvirtualmachine";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Uninstalls and reinstalls the SQL IaaS Extension.
|
|
17
|
-
*
|
|
18
|
-
* @summary Uninstalls and reinstalls the SQL IaaS Extension.
|
|
19
|
-
* x-ms-original-file: specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2022-08-01-preview/examples/RedeploySqlVirtualMachine.json
|
|
20
|
-
*/
|
|
21
|
-
function uninstallsAndReinstallsTheSqlIaaSExtension() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["SQLVIRTUALMACHINE_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-1111-2222-3333-444444444444";
|
|
25
|
-
const resourceGroupName = process.env["SQLVIRTUALMACHINE_RESOURCE_GROUP"] || "testrg";
|
|
26
|
-
const sqlVirtualMachineName = "testvm";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new SqlVirtualMachineManagementClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.sqlVirtualMachines.beginRedeployAndWait(resourceGroupName, sqlVirtualMachineName);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function main() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
uninstallsAndReinstallsTheSqlIaaSExtension();
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
main().catch(console.error);
|
|
39
|
-
//# sourceMappingURL=sqlVirtualMachinesRedeploySample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachinesRedeploySample.js","sourceRoot":"","sources":["../../samples-dev/sqlVirtualMachinesRedeploySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,0CAA0C;;QACvD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,QAAQ,CAAC;QAC9D,MAAM,qBAAqB,GAAG,QAAQ,CAAC;QACvC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,kBAAkB,CAAC,oBAAoB,CACjE,iBAAiB,EACjB,qBAAqB,CACtB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,0CAA0C,EAAE,CAAC;IAC/C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachinesStartAssessmentSample.d.ts","sourceRoot":"","sources":["../../samples-dev/sqlVirtualMachinesStartAssessmentSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { SqlVirtualMachineManagementClient } from "@azure/arm-sqlvirtualmachine";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Starts SQL best practices Assessment on SQL virtual machine.
|
|
17
|
-
*
|
|
18
|
-
* @summary Starts SQL best practices Assessment on SQL virtual machine.
|
|
19
|
-
* x-ms-original-file: specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2022-08-01-preview/examples/StartAssessmentOnSqlVirtualMachine.json
|
|
20
|
-
*/
|
|
21
|
-
function startsSqlBestPracticesAssessmentOnSqlVirtualMachine() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["SQLVIRTUALMACHINE_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-1111-2222-3333-444444444444";
|
|
25
|
-
const resourceGroupName = process.env["SQLVIRTUALMACHINE_RESOURCE_GROUP"] || "testrg";
|
|
26
|
-
const sqlVirtualMachineName = "testvm";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new SqlVirtualMachineManagementClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.sqlVirtualMachines.beginStartAssessmentAndWait(resourceGroupName, sqlVirtualMachineName);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function main() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
startsSqlBestPracticesAssessmentOnSqlVirtualMachine();
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
main().catch(console.error);
|
|
39
|
-
//# sourceMappingURL=sqlVirtualMachinesStartAssessmentSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachinesStartAssessmentSample.js","sourceRoot":"","sources":["../../samples-dev/sqlVirtualMachinesStartAssessmentSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,mDAAmD;;QAChE,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,QAAQ,CAAC;QAC9D,MAAM,qBAAqB,GAAG,QAAQ,CAAC;QACvC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,kBAAkB,CAAC,2BAA2B,CACxE,iBAAiB,EACjB,qBAAqB,CACtB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,mDAAmD,EAAE,CAAC;IACxD,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachinesUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/sqlVirtualMachinesUpdateSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { SqlVirtualMachineManagementClient } from "@azure/arm-sqlvirtualmachine";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Updates a SQL virtual machine.
|
|
17
|
-
*
|
|
18
|
-
* @summary Updates a SQL virtual machine.
|
|
19
|
-
* x-ms-original-file: specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2022-08-01-preview/examples/UpdateSqlVirtualMachine.json
|
|
20
|
-
*/
|
|
21
|
-
function updatesASqlVirtualMachineTags() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["SQLVIRTUALMACHINE_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-1111-2222-3333-444444444444";
|
|
25
|
-
const resourceGroupName = process.env["SQLVIRTUALMACHINE_RESOURCE_GROUP"] || "testrg";
|
|
26
|
-
const sqlVirtualMachineName = "testvm";
|
|
27
|
-
const parameters = { tags: { mytag: "myval" } };
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new SqlVirtualMachineManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.sqlVirtualMachines.beginUpdateAndWait(resourceGroupName, sqlVirtualMachineName, parameters);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
updatesASqlVirtualMachineTags();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=sqlVirtualMachinesUpdateSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachinesUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/sqlVirtualMachinesUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,6BAA6B;;QAC1C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,QAAQ,CAAC;QAC9D,MAAM,qBAAqB,GAAG,QAAQ,CAAC;QACvC,MAAM,UAAU,GAA4B,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,CAAC;QACzE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,kBAAkB,CAAC,kBAAkB,CAC/D,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,6BAA6B,EAAE,CAAC;IAClC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
package/dist-esm/src/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
3
|
-
export * from "./models";
|
|
4
|
-
export { SqlVirtualMachineManagementClient } from "./sqlVirtualMachineManagementClient";
|
|
5
|
-
export * from "./operationsInterfaces";
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,cAAc,wBAAwB,CAAC"}
|
package/dist-esm/src/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { SqlVirtualMachineManagementClient } from "./sqlVirtualMachineManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
-
export declare function createLroSpec<T>(inputs: {
|
|
3
|
-
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
|
-
args: Record<string, unknown>;
|
|
5
|
-
spec: {
|
|
6
|
-
readonly requestBody?: unknown;
|
|
7
|
-
readonly path?: string;
|
|
8
|
-
readonly httpMethod: string;
|
|
9
|
-
} & Record<string, any>;
|
|
10
|
-
}): LongRunningOperation<T>;
|
|
11
|
-
//# sourceMappingURL=lroImpl.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
package/dist-esm/src/lroImpl.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __rest } from "tslib";
|
|
9
|
-
export function createLroSpec(inputs) {
|
|
10
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
11
|
-
return {
|
|
12
|
-
requestMethod: spec.httpMethod,
|
|
13
|
-
requestPath: spec.path,
|
|
14
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
15
|
-
sendPollRequest: (path, options) => {
|
|
16
|
-
const { requestBody } = spec, restSpec = __rest(spec, ["requestBody"]);
|
|
17
|
-
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link Role} that the service accepts. */
|
|
9
|
-
export var KnownRole;
|
|
10
|
-
(function (KnownRole) {
|
|
11
|
-
/** Primary */
|
|
12
|
-
KnownRole["Primary"] = "PRIMARY";
|
|
13
|
-
/** Secondary */
|
|
14
|
-
KnownRole["Secondary"] = "SECONDARY";
|
|
15
|
-
})(KnownRole || (KnownRole = {}));
|
|
16
|
-
/** Known values of {@link Commit} that the service accepts. */
|
|
17
|
-
export var KnownCommit;
|
|
18
|
-
(function (KnownCommit) {
|
|
19
|
-
/** SynchronousCommit */
|
|
20
|
-
KnownCommit["SynchronousCommit"] = "SYNCHRONOUS_COMMIT";
|
|
21
|
-
/** AsynchronousCommit */
|
|
22
|
-
KnownCommit["AsynchronousCommit"] = "ASYNCHRONOUS_COMMIT";
|
|
23
|
-
})(KnownCommit || (KnownCommit = {}));
|
|
24
|
-
/** Known values of {@link Failover} that the service accepts. */
|
|
25
|
-
export var KnownFailover;
|
|
26
|
-
(function (KnownFailover) {
|
|
27
|
-
/** Automatic */
|
|
28
|
-
KnownFailover["Automatic"] = "AUTOMATIC";
|
|
29
|
-
/** Manual */
|
|
30
|
-
KnownFailover["Manual"] = "MANUAL";
|
|
31
|
-
})(KnownFailover || (KnownFailover = {}));
|
|
32
|
-
/** Known values of {@link ReadableSecondary} that the service accepts. */
|
|
33
|
-
export var KnownReadableSecondary;
|
|
34
|
-
(function (KnownReadableSecondary) {
|
|
35
|
-
/** NO */
|
|
36
|
-
KnownReadableSecondary["NO"] = "NO";
|
|
37
|
-
/** ALL */
|
|
38
|
-
KnownReadableSecondary["ALL"] = "ALL";
|
|
39
|
-
/** ReadOnly */
|
|
40
|
-
KnownReadableSecondary["ReadOnly"] = "READ_ONLY";
|
|
41
|
-
})(KnownReadableSecondary || (KnownReadableSecondary = {}));
|
|
42
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
43
|
-
export var KnownCreatedByType;
|
|
44
|
-
(function (KnownCreatedByType) {
|
|
45
|
-
/** User */
|
|
46
|
-
KnownCreatedByType["User"] = "User";
|
|
47
|
-
/** Application */
|
|
48
|
-
KnownCreatedByType["Application"] = "Application";
|
|
49
|
-
/** ManagedIdentity */
|
|
50
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
51
|
-
/** Key */
|
|
52
|
-
KnownCreatedByType["Key"] = "Key";
|
|
53
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
54
|
-
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
55
|
-
export var KnownOperationOrigin;
|
|
56
|
-
(function (KnownOperationOrigin) {
|
|
57
|
-
/** User */
|
|
58
|
-
KnownOperationOrigin["User"] = "user";
|
|
59
|
-
/** System */
|
|
60
|
-
KnownOperationOrigin["System"] = "system";
|
|
61
|
-
})(KnownOperationOrigin || (KnownOperationOrigin = {}));
|
|
62
|
-
/** Known values of {@link SqlVmGroupImageSku} that the service accepts. */
|
|
63
|
-
export var KnownSqlVmGroupImageSku;
|
|
64
|
-
(function (KnownSqlVmGroupImageSku) {
|
|
65
|
-
/** Developer */
|
|
66
|
-
KnownSqlVmGroupImageSku["Developer"] = "Developer";
|
|
67
|
-
/** Enterprise */
|
|
68
|
-
KnownSqlVmGroupImageSku["Enterprise"] = "Enterprise";
|
|
69
|
-
})(KnownSqlVmGroupImageSku || (KnownSqlVmGroupImageSku = {}));
|
|
70
|
-
/** Known values of {@link ScaleType} that the service accepts. */
|
|
71
|
-
export var KnownScaleType;
|
|
72
|
-
(function (KnownScaleType) {
|
|
73
|
-
/** HA */
|
|
74
|
-
KnownScaleType["HA"] = "HA";
|
|
75
|
-
})(KnownScaleType || (KnownScaleType = {}));
|
|
76
|
-
/** Known values of {@link ClusterManagerType} that the service accepts. */
|
|
77
|
-
export var KnownClusterManagerType;
|
|
78
|
-
(function (KnownClusterManagerType) {
|
|
79
|
-
/** Wsfc */
|
|
80
|
-
KnownClusterManagerType["Wsfc"] = "WSFC";
|
|
81
|
-
})(KnownClusterManagerType || (KnownClusterManagerType = {}));
|
|
82
|
-
/** Known values of {@link ClusterConfiguration} that the service accepts. */
|
|
83
|
-
export var KnownClusterConfiguration;
|
|
84
|
-
(function (KnownClusterConfiguration) {
|
|
85
|
-
/** Domainful */
|
|
86
|
-
KnownClusterConfiguration["Domainful"] = "Domainful";
|
|
87
|
-
})(KnownClusterConfiguration || (KnownClusterConfiguration = {}));
|
|
88
|
-
/** Known values of {@link ClusterSubnetType} that the service accepts. */
|
|
89
|
-
export var KnownClusterSubnetType;
|
|
90
|
-
(function (KnownClusterSubnetType) {
|
|
91
|
-
/** SingleSubnet */
|
|
92
|
-
KnownClusterSubnetType["SingleSubnet"] = "SingleSubnet";
|
|
93
|
-
/** MultiSubnet */
|
|
94
|
-
KnownClusterSubnetType["MultiSubnet"] = "MultiSubnet";
|
|
95
|
-
})(KnownClusterSubnetType || (KnownClusterSubnetType = {}));
|
|
96
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
97
|
-
export var KnownIdentityType;
|
|
98
|
-
(function (KnownIdentityType) {
|
|
99
|
-
/** None */
|
|
100
|
-
KnownIdentityType["None"] = "None";
|
|
101
|
-
/** SystemAssigned */
|
|
102
|
-
KnownIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
103
|
-
})(KnownIdentityType || (KnownIdentityType = {}));
|
|
104
|
-
/** Known values of {@link SqlServerLicenseType} that the service accepts. */
|
|
105
|
-
export var KnownSqlServerLicenseType;
|
|
106
|
-
(function (KnownSqlServerLicenseType) {
|
|
107
|
-
/** Payg */
|
|
108
|
-
KnownSqlServerLicenseType["Payg"] = "PAYG";
|
|
109
|
-
/** Ahub */
|
|
110
|
-
KnownSqlServerLicenseType["Ahub"] = "AHUB";
|
|
111
|
-
/** DR */
|
|
112
|
-
KnownSqlServerLicenseType["DR"] = "DR";
|
|
113
|
-
})(KnownSqlServerLicenseType || (KnownSqlServerLicenseType = {}));
|
|
114
|
-
/** Known values of {@link SqlManagementMode} that the service accepts. */
|
|
115
|
-
export var KnownSqlManagementMode;
|
|
116
|
-
(function (KnownSqlManagementMode) {
|
|
117
|
-
/** Full */
|
|
118
|
-
KnownSqlManagementMode["Full"] = "Full";
|
|
119
|
-
/** LightWeight */
|
|
120
|
-
KnownSqlManagementMode["LightWeight"] = "LightWeight";
|
|
121
|
-
/** NoAgent */
|
|
122
|
-
KnownSqlManagementMode["NoAgent"] = "NoAgent";
|
|
123
|
-
})(KnownSqlManagementMode || (KnownSqlManagementMode = {}));
|
|
124
|
-
/** Known values of {@link LeastPrivilegeMode} that the service accepts. */
|
|
125
|
-
export var KnownLeastPrivilegeMode;
|
|
126
|
-
(function (KnownLeastPrivilegeMode) {
|
|
127
|
-
/** Enabled */
|
|
128
|
-
KnownLeastPrivilegeMode["Enabled"] = "Enabled";
|
|
129
|
-
/** NotSet */
|
|
130
|
-
KnownLeastPrivilegeMode["NotSet"] = "NotSet";
|
|
131
|
-
})(KnownLeastPrivilegeMode || (KnownLeastPrivilegeMode = {}));
|
|
132
|
-
/** Known values of {@link SqlImageSku} that the service accepts. */
|
|
133
|
-
export var KnownSqlImageSku;
|
|
134
|
-
(function (KnownSqlImageSku) {
|
|
135
|
-
/** Developer */
|
|
136
|
-
KnownSqlImageSku["Developer"] = "Developer";
|
|
137
|
-
/** Express */
|
|
138
|
-
KnownSqlImageSku["Express"] = "Express";
|
|
139
|
-
/** Standard */
|
|
140
|
-
KnownSqlImageSku["Standard"] = "Standard";
|
|
141
|
-
/** Enterprise */
|
|
142
|
-
KnownSqlImageSku["Enterprise"] = "Enterprise";
|
|
143
|
-
/** Web */
|
|
144
|
-
KnownSqlImageSku["Web"] = "Web";
|
|
145
|
-
})(KnownSqlImageSku || (KnownSqlImageSku = {}));
|
|
146
|
-
/** Known values of {@link BackupScheduleType} that the service accepts. */
|
|
147
|
-
export var KnownBackupScheduleType;
|
|
148
|
-
(function (KnownBackupScheduleType) {
|
|
149
|
-
/** Manual */
|
|
150
|
-
KnownBackupScheduleType["Manual"] = "Manual";
|
|
151
|
-
/** Automated */
|
|
152
|
-
KnownBackupScheduleType["Automated"] = "Automated";
|
|
153
|
-
})(KnownBackupScheduleType || (KnownBackupScheduleType = {}));
|
|
154
|
-
/** Known values of {@link FullBackupFrequencyType} that the service accepts. */
|
|
155
|
-
export var KnownFullBackupFrequencyType;
|
|
156
|
-
(function (KnownFullBackupFrequencyType) {
|
|
157
|
-
/** Daily */
|
|
158
|
-
KnownFullBackupFrequencyType["Daily"] = "Daily";
|
|
159
|
-
/** Weekly */
|
|
160
|
-
KnownFullBackupFrequencyType["Weekly"] = "Weekly";
|
|
161
|
-
})(KnownFullBackupFrequencyType || (KnownFullBackupFrequencyType = {}));
|
|
162
|
-
/** Known values of {@link AutoBackupDaysOfWeek} that the service accepts. */
|
|
163
|
-
export var KnownAutoBackupDaysOfWeek;
|
|
164
|
-
(function (KnownAutoBackupDaysOfWeek) {
|
|
165
|
-
/** Monday */
|
|
166
|
-
KnownAutoBackupDaysOfWeek["Monday"] = "Monday";
|
|
167
|
-
/** Tuesday */
|
|
168
|
-
KnownAutoBackupDaysOfWeek["Tuesday"] = "Tuesday";
|
|
169
|
-
/** Wednesday */
|
|
170
|
-
KnownAutoBackupDaysOfWeek["Wednesday"] = "Wednesday";
|
|
171
|
-
/** Thursday */
|
|
172
|
-
KnownAutoBackupDaysOfWeek["Thursday"] = "Thursday";
|
|
173
|
-
/** Friday */
|
|
174
|
-
KnownAutoBackupDaysOfWeek["Friday"] = "Friday";
|
|
175
|
-
/** Saturday */
|
|
176
|
-
KnownAutoBackupDaysOfWeek["Saturday"] = "Saturday";
|
|
177
|
-
/** Sunday */
|
|
178
|
-
KnownAutoBackupDaysOfWeek["Sunday"] = "Sunday";
|
|
179
|
-
})(KnownAutoBackupDaysOfWeek || (KnownAutoBackupDaysOfWeek = {}));
|
|
180
|
-
/** Known values of {@link ConnectivityType} that the service accepts. */
|
|
181
|
-
export var KnownConnectivityType;
|
|
182
|
-
(function (KnownConnectivityType) {
|
|
183
|
-
/** Local */
|
|
184
|
-
KnownConnectivityType["Local"] = "LOCAL";
|
|
185
|
-
/** Private */
|
|
186
|
-
KnownConnectivityType["Private"] = "PRIVATE";
|
|
187
|
-
/** Public */
|
|
188
|
-
KnownConnectivityType["Public"] = "PUBLIC";
|
|
189
|
-
})(KnownConnectivityType || (KnownConnectivityType = {}));
|
|
190
|
-
/** Known values of {@link SqlWorkloadType} that the service accepts. */
|
|
191
|
-
export var KnownSqlWorkloadType;
|
|
192
|
-
(function (KnownSqlWorkloadType) {
|
|
193
|
-
/** General */
|
|
194
|
-
KnownSqlWorkloadType["General"] = "GENERAL";
|
|
195
|
-
/** Oltp */
|
|
196
|
-
KnownSqlWorkloadType["Oltp"] = "OLTP";
|
|
197
|
-
/** DW */
|
|
198
|
-
KnownSqlWorkloadType["DW"] = "DW";
|
|
199
|
-
})(KnownSqlWorkloadType || (KnownSqlWorkloadType = {}));
|
|
200
|
-
/** Known values of {@link DiskConfigurationType} that the service accepts. */
|
|
201
|
-
export var KnownDiskConfigurationType;
|
|
202
|
-
(function (KnownDiskConfigurationType) {
|
|
203
|
-
/** NEW */
|
|
204
|
-
KnownDiskConfigurationType["NEW"] = "NEW";
|
|
205
|
-
/** Extend */
|
|
206
|
-
KnownDiskConfigurationType["Extend"] = "EXTEND";
|
|
207
|
-
/** ADD */
|
|
208
|
-
KnownDiskConfigurationType["ADD"] = "ADD";
|
|
209
|
-
})(KnownDiskConfigurationType || (KnownDiskConfigurationType = {}));
|
|
210
|
-
/** Known values of {@link StorageWorkloadType} that the service accepts. */
|
|
211
|
-
export var KnownStorageWorkloadType;
|
|
212
|
-
(function (KnownStorageWorkloadType) {
|
|
213
|
-
/** General */
|
|
214
|
-
KnownStorageWorkloadType["General"] = "GENERAL";
|
|
215
|
-
/** Oltp */
|
|
216
|
-
KnownStorageWorkloadType["Oltp"] = "OLTP";
|
|
217
|
-
/** DW */
|
|
218
|
-
KnownStorageWorkloadType["DW"] = "DW";
|
|
219
|
-
})(KnownStorageWorkloadType || (KnownStorageWorkloadType = {}));
|
|
220
|
-
/** Known values of {@link TroubleshootingScenario} that the service accepts. */
|
|
221
|
-
export var KnownTroubleshootingScenario;
|
|
222
|
-
(function (KnownTroubleshootingScenario) {
|
|
223
|
-
/** UnhealthyReplica */
|
|
224
|
-
KnownTroubleshootingScenario["UnhealthyReplica"] = "UnhealthyReplica";
|
|
225
|
-
})(KnownTroubleshootingScenario || (KnownTroubleshootingScenario = {}));
|
|
226
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare const LoadBalancerConfiguration: coreClient.CompositeMapper;
|
|
3
|
-
export declare const PrivateIPAddress: coreClient.CompositeMapper;
|
|
4
|
-
export declare const MultiSubnetIpConfiguration: coreClient.CompositeMapper;
|
|
5
|
-
export declare const AgConfiguration: coreClient.CompositeMapper;
|
|
6
|
-
export declare const AgReplica: coreClient.CompositeMapper;
|
|
7
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
|
-
export declare const Resource: coreClient.CompositeMapper;
|
|
9
|
-
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
10
|
-
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
11
|
-
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
12
|
-
export declare const AvailabilityGroupListenerListResult: coreClient.CompositeMapper;
|
|
13
|
-
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
14
|
-
export declare const Operation: coreClient.CompositeMapper;
|
|
15
|
-
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
16
|
-
export declare const WsfcDomainProfile: coreClient.CompositeMapper;
|
|
17
|
-
export declare const SqlVirtualMachineGroupUpdate: coreClient.CompositeMapper;
|
|
18
|
-
export declare const SqlVirtualMachineGroupListResult: coreClient.CompositeMapper;
|
|
19
|
-
export declare const SqlVirtualMachineListResult: coreClient.CompositeMapper;
|
|
20
|
-
export declare const ResourceIdentity: coreClient.CompositeMapper;
|
|
21
|
-
export declare const WsfcDomainCredentials: coreClient.CompositeMapper;
|
|
22
|
-
export declare const AutoPatchingSettings: coreClient.CompositeMapper;
|
|
23
|
-
export declare const AutoBackupSettings: coreClient.CompositeMapper;
|
|
24
|
-
export declare const KeyVaultCredentialSettings: coreClient.CompositeMapper;
|
|
25
|
-
export declare const ServerConfigurationsManagementSettings: coreClient.CompositeMapper;
|
|
26
|
-
export declare const SqlConnectivityUpdateSettings: coreClient.CompositeMapper;
|
|
27
|
-
export declare const SqlWorkloadTypeUpdateSettings: coreClient.CompositeMapper;
|
|
28
|
-
export declare const SqlStorageUpdateSettings: coreClient.CompositeMapper;
|
|
29
|
-
export declare const AdditionalFeaturesServerConfigurations: coreClient.CompositeMapper;
|
|
30
|
-
export declare const SQLInstanceSettings: coreClient.CompositeMapper;
|
|
31
|
-
export declare const AADAuthenticationSettings: coreClient.CompositeMapper;
|
|
32
|
-
export declare const StorageConfigurationSettings: coreClient.CompositeMapper;
|
|
33
|
-
export declare const SQLStorageSettings: coreClient.CompositeMapper;
|
|
34
|
-
export declare const SQLTempDbSettings: coreClient.CompositeMapper;
|
|
35
|
-
export declare const TroubleshootingStatus: coreClient.CompositeMapper;
|
|
36
|
-
export declare const TroubleshootingAdditionalProperties: coreClient.CompositeMapper;
|
|
37
|
-
export declare const UnhealthyReplicaInfo: coreClient.CompositeMapper;
|
|
38
|
-
export declare const AssessmentSettings: coreClient.CompositeMapper;
|
|
39
|
-
export declare const Schedule: coreClient.CompositeMapper;
|
|
40
|
-
export declare const SqlVirtualMachineUpdate: coreClient.CompositeMapper;
|
|
41
|
-
export declare const SqlVmTroubleshooting: coreClient.CompositeMapper;
|
|
42
|
-
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
43
|
-
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
44
|
-
export declare const AvailabilityGroupListener: coreClient.CompositeMapper;
|
|
45
|
-
export declare const SqlVirtualMachineGroup: coreClient.CompositeMapper;
|
|
46
|
-
export declare const SqlVirtualMachine: coreClient.CompositeMapper;
|
|
47
|
-
export declare const AvailabilityGroupListenersDeleteHeaders: coreClient.CompositeMapper;
|
|
48
|
-
export declare const SqlVirtualMachineGroupsDeleteHeaders: coreClient.CompositeMapper;
|
|
49
|
-
export declare const SqlVirtualMachinesDeleteHeaders: coreClient.CompositeMapper;
|
|
50
|
-
export declare const SqlVirtualMachinesStartAssessmentHeaders: coreClient.CompositeMapper;
|
|
51
|
-
export declare const SqlVirtualMachinesRedeployHeaders: coreClient.CompositeMapper;
|
|
52
|
-
export declare const SqlVirtualMachineTroubleshootTroubleshootHeaders: coreClient.CompositeMapper;
|
|
53
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|