@azure/arm-powerbidedicated 4.0.2-alpha.20250217.1 → 4.0.2-alpha.20250219.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- 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/autoScaleVCores.d.ts +3 -3
- package/dist/browser/operations/autoScaleVCores.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/autoScaleVCores.js +2 -2
- package/dist/browser/operations/autoScaleVCores.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/capacities.d.ts +3 -3
- package/dist/browser/operations/capacities.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/capacities.js +169 -189
- package/dist/browser/operations/capacities.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- 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 +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/autoScaleVCores.d.ts +1 -1
- package/dist/browser/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autoScaleVCores.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.d.ts +1 -1
- package/dist/browser/operationsInterfaces/capacities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capacities.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- 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/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/powerBIDedicated.d.ts +2 -2
- package/dist/browser/powerBIDedicated.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/powerBIDedicated.js +15 -18
- package/dist/browser/powerBIDedicated.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 +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +541 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +109 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +27 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +635 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +152 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/autoScaleVCores.d.ts +81 -0
- package/dist/commonjs/operations/autoScaleVCores.d.ts.map +1 -0
- package/dist/commonjs/operations/autoScaleVCores.js +313 -0
- package/dist/commonjs/operations/autoScaleVCores.js.map +1 -0
- package/dist/commonjs/operations/capacities.d.ts +169 -0
- package/dist/commonjs/operations/capacities.d.ts.map +1 -0
- package/dist/commonjs/operations/capacities.js +695 -0
- package/dist/commonjs/operations/capacities.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -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 +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoScaleVCores.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoScaleVCores.js +10 -0
- package/dist/commonjs/operationsInterfaces/autoScaleVCores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capacities.d.ts +145 -0
- package/dist/commonjs/operationsInterfaces/capacities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capacities.js +10 -0
- package/dist/commonjs/operationsInterfaces/capacities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -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/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 +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/powerBIDedicated.d.ts +23 -0
- package/dist/commonjs/powerBIDedicated.d.ts.map +1 -0
- package/dist/commonjs/powerBIDedicated.js +105 -0
- package/dist/commonjs/powerBIDedicated.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- 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 +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +541 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +106 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +27 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +632 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +149 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/autoScaleVCores.d.ts +81 -0
- package/dist/esm/operations/autoScaleVCores.d.ts.map +1 -0
- package/dist/esm/operations/autoScaleVCores.js +309 -0
- package/dist/esm/operations/autoScaleVCores.js.map +1 -0
- package/dist/esm/operations/capacities.d.ts +169 -0
- package/dist/esm/operations/capacities.d.ts.map +1 -0
- package/dist/esm/operations/capacities.js +691 -0
- package/dist/esm/operations/capacities.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -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 +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts +57 -0
- package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/autoScaleVCores.js} +2 -4
- package/dist/esm/operationsInterfaces/autoScaleVCores.js.map +1 -0
- package/dist/esm/operationsInterfaces/capacities.d.ts +145 -0
- package/dist/esm/operationsInterfaces/capacities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capacities.js +9 -0
- package/dist/esm/operationsInterfaces/capacities.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -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/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 +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/powerBIDedicated.d.ts +23 -0
- package/dist/esm/powerBIDedicated.d.ts.map +1 -0
- package/dist/esm/powerBIDedicated.js +100 -0
- package/dist/esm/powerBIDedicated.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 +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +541 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +106 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +27 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +632 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +149 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/autoScaleVCores.d.ts +81 -0
- package/dist/react-native/operations/autoScaleVCores.d.ts.map +1 -0
- package/dist/react-native/operations/autoScaleVCores.js +309 -0
- package/dist/react-native/operations/autoScaleVCores.js.map +1 -0
- package/dist/react-native/operations/capacities.d.ts +169 -0
- package/dist/react-native/operations/capacities.d.ts.map +1 -0
- package/dist/react-native/operations/capacities.js +691 -0
- package/dist/react-native/operations/capacities.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -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 +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autoScaleVCores.js +9 -0
- package/dist/react-native/operationsInterfaces/autoScaleVCores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capacities.d.ts +145 -0
- package/dist/react-native/operationsInterfaces/capacities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capacities.js +9 -0
- package/dist/react-native/operationsInterfaces/capacities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -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/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 +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/powerBIDedicated.d.ts +23 -0
- package/dist/react-native/powerBIDedicated.d.ts.map +1 -0
- package/dist/react-native/powerBIDedicated.js +100 -0
- package/dist/react-native/powerBIDedicated.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -2244
- 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/autoScaleVCoresCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js +0 -36
- package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js +0 -36
- package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresGetSample.js +0 -36
- package/dist-esm/samples-dev/autoScaleVCoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js +0 -34
- package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js +0 -32
- package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesCreateSample.js +0 -37
- package/dist-esm/samples-dev/capacitiesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/capacitiesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesGetDetailsSample.js +0 -36
- package/dist-esm/samples-dev/capacitiesGetDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSample.js +0 -50
- package/dist-esm/samples-dev/capacitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js +0 -36
- package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesListSkusSample.js +0 -34
- package/dist-esm/samples-dev/capacitiesListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesResumeSample.js +0 -36
- package/dist-esm/samples-dev/capacitiesResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesSuspendSample.js +0 -36
- package/dist-esm/samples-dev/capacitiesSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/capacitiesUpdateSample.js +0 -59
- package/dist-esm/samples-dev/capacitiesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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/autoScaleVCores.d.ts.map +0 -1
- package/dist-esm/src/operations/autoScaleVCores.js.map +0 -1
- package/dist-esm/src/operations/capacities.d.ts.map +0 -1
- package/dist-esm/src/operations/capacities.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- 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/operationsInterfaces/autoScaleVCores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autoScaleVCores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/capacities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/capacities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/powerBIDedicated.d.ts.map +0 -1
- package/dist-esm/src/powerBIDedicated.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -624
- package/src/models/mappers.ts +0 -679
- package/src/models/parameters.ts +0 -175
- package/src/operations/autoScaleVCores.ts +0 -379
- package/src/operations/capacities.ts +0 -956
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/autoScaleVCores.ts +0 -101
- package/src/operationsInterfaces/capacities.ts +0 -248
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/src/powerBIDedicated.ts +0 -153
- package/tsconfig.json +0 -33
- package/types/arm-powerbidedicated.d.ts +0 -854
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +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/mappers.js +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/autoScaleVCores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.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
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAiRH,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,gBAAgB;IAChB,gDAAwB,CAAA;IACxB,cAAc;IACd,2CAAmB,CAAA;IACnB,sBAAsB;IACtB,2DAAmC,CAAA;AACrC,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,8DAA8D;AAC9D,MAAM,CAAN,IAAY,UAyBX;AAzBD,WAAY,UAAU;IACpB,eAAe;IACf,mCAAqB,CAAA;IACrB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,aAAa;IACb,+BAAiB,CAAA;IACjB,aAAa;IACb,+BAAiB,CAAA;IACjB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,mBAAmB;IACnB,2CAA6B,CAAA;IAC7B,eAAe;IACf,mCAAqB,CAAA;IACrB,iBAAiB;IACjB,uCAAyB,CAAA;IACzB,cAAc;IACd,iCAAmB,CAAA;IACnB,eAAe;IACf,mCAAqB,CAAA;IACrB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,cAAc;IACd,iCAAmB,CAAA;AACrB,CAAC,EAzBW,UAAU,KAAV,UAAU,QAyBrB;AAsBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAyBX;AAzBD,WAAY,8BAA8B;IACxC,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,aAAa;IACb,mDAAiB,CAAA;IACjB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,eAAe;IACf,uDAAqB,CAAA;IACrB,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,cAAc;IACd,qDAAmB,CAAA;AACrB,CAAC,EAzBW,8BAA8B,KAA9B,8BAA8B,QAyBzC;AAsBD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,WAAW;IACX,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,UAAU;IACV,gCAAW,CAAA;AACb,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;AACzB,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC","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/** Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource. */\nexport interface CapacitySku {\n /** Name of the SKU level. */\n name: string;\n /** The name of the Azure pricing tier to which the SKU applies. */\n tier?: CapacitySkuTier;\n}\n\n/** An object that represents a set of mutable Dedicated capacity resource properties. */\nexport interface DedicatedCapacityMutableProperties {\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n}\n\n/** An array of administrator user identities */\nexport interface DedicatedCapacityAdministrators {\n /** An array of administrator user identities. */\n members?: string[];\n}\n\n/** Represents an instance of an PowerBI Dedicated resource. */\nexport interface Resource {\n /**\n * An identifier that represents the PowerBI Dedicated resource.\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 PowerBI Dedicated 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 PowerBI Dedicated resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Location of the PowerBI Dedicated resource. */\n location: string;\n /** Key-value pairs of additional resource provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** Metadata pertaining to creation and last modification of the resource. */\n systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** An identifier for the identity that created the resource */\n createdBy?: string;\n /** The type of identity that created the resource */\n createdByType?: IdentityType;\n /** The timestamp of resource creation (UTC) */\n createdAt?: Date;\n /** An identifier for the identity that last modified the resource */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource */\n lastModifiedByType?: IdentityType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** The error object */\n error?: ErrorResponseError;\n}\n\n/** The error object */\nexport interface ErrorResponseError {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Provision request specification */\nexport interface DedicatedCapacityUpdateParameters {\n /** The SKU of the Dedicated capacity resource. */\n sku?: CapacitySku;\n /** Key-value pairs of additional provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n}\n\n/** An array of Dedicated capacities resources. */\nexport interface DedicatedCapacities {\n /** An array of Dedicated capacities resources. */\n value: DedicatedCapacity[];\n}\n\n/** An object that represents enumerating SKUs for new resources */\nexport interface SkuEnumerationForNewResourceResult {\n /** The collection of available SKUs for new resources */\n value?: CapacitySku[];\n}\n\n/** An object that represents enumerating SKUs for existing resources */\nexport interface SkuEnumerationForExistingResourceResult {\n /** The collection of available SKUs for existing resources */\n value?: SkuDetailsForExistingResource[];\n}\n\n/** An object that represents SKU details for existing resources */\nexport interface SkuDetailsForExistingResource {\n /** The SKU in SKU details for existing resources. */\n sku?: CapacitySku;\n}\n\n/** Result listing capacities. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of capacities supported by the Microsoft.PowerBIDedicated 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/** Capacities REST API operation. */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.PowerBIDedicated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed: capacity, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Operation type: create, update, delete, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n}\n\n/** Details of capacity name request body. */\nexport interface CheckCapacityNameAvailabilityParameters {\n /** Name for checking availability. */\n name?: string;\n /** The resource type of PowerBI dedicated. */\n type?: string;\n}\n\n/** The checking result of capacity name availability. */\nexport interface CheckCapacityNameAvailabilityResult {\n /** Indicator of availability of the capacity name. */\n nameAvailable?: boolean;\n /** The reason of unavailability. */\n reason?: string;\n /** The detailed message of the request unavailability. */\n message?: string;\n}\n\n/** Represents the SKU name and Azure pricing tier for auto scale v-core resource. */\nexport interface AutoScaleVCoreSku {\n /** Name of the SKU level. */\n name: string;\n /** The name of the Azure pricing tier to which the SKU applies. */\n tier?: VCoreSkuTier;\n /** The capacity of an auto scale v-core resource. */\n capacity?: number;\n}\n\n/** An object that represents a set of mutable auto scale v-core resource properties. */\nexport interface AutoScaleVCoreMutableProperties {\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n}\n\n/** Update request specification */\nexport interface AutoScaleVCoreUpdateParameters {\n /** The SKU of the auto scale v-core resource. */\n sku?: AutoScaleVCoreSku;\n /** Key-value pairs of additional provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n}\n\n/** An array of auto scale v-core resources. */\nexport interface AutoScaleVCoreListResult {\n /** An array of auto scale v-core resources. */\n value: AutoScaleVCore[];\n}\n\n/** Properties of Dedicated Capacity resource. */\nexport interface DedicatedCapacityProperties\n extends DedicatedCapacityMutableProperties {\n /**\n * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: State;\n /**\n * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CapacityProvisioningState;\n}\n\n/** Represents an instance of a Dedicated Capacity resource. */\nexport interface DedicatedCapacity extends Resource {\n /** The SKU of the PowerBI Dedicated capacity resource. */\n sku: CapacitySku;\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n /**\n * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: State;\n /**\n * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CapacityProvisioningState;\n}\n\n/** Represents an instance of an auto scale v-core resource. */\nexport interface AutoScaleVCore extends Resource {\n /** The SKU of the auto scale v-core resource. */\n sku: AutoScaleVCoreSku;\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n /** The object ID of the capacity resource associated with the auto scale v-core resource. */\n capacityObjectId?: string;\n /**\n * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: VCoreProvisioningState;\n}\n\n/** Properties of an auto scale v-core resource. */\nexport interface AutoScaleVCoreProperties\n extends AutoScaleVCoreMutableProperties {\n /** The object ID of the capacity resource associated with the auto scale v-core resource. */\n capacityObjectId?: string;\n /**\n * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: VCoreProvisioningState;\n}\n\n/** Known values of {@link CapacitySkuTier} that the service accepts. */\nexport enum KnownCapacitySkuTier {\n /** PbieAzure */\n PbieAzure = \"PBIE_Azure\",\n /** Premium */\n Premium = \"Premium\",\n /** AutoPremiumHost */\n AutoPremiumHost = \"AutoPremiumHost\"\n}\n\n/**\n * Defines values for CapacitySkuTier. \\\n * {@link KnownCapacitySkuTier} can be used interchangeably with CapacitySkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PBIE_Azure** \\\n * **Premium** \\\n * **AutoPremiumHost**\n */\nexport type CapacitySkuTier = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Paused */\n Paused = \"Paused\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Preparing */\n Preparing = \"Preparing\",\n /** Scaling */\n Scaling = \"Scaling\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Paused** \\\n * **Suspended** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Suspending** \\\n * **Pausing** \\\n * **Resuming** \\\n * **Preparing** \\\n * **Scaling**\n */\nexport type State = string;\n\n/** Known values of {@link CapacityProvisioningState} that the service accepts. */\nexport enum KnownCapacityProvisioningState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Paused */\n Paused = \"Paused\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Preparing */\n Preparing = \"Preparing\",\n /** Scaling */\n Scaling = \"Scaling\"\n}\n\n/**\n * Defines values for CapacityProvisioningState. \\\n * {@link KnownCapacityProvisioningState} can be used interchangeably with CapacityProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Paused** \\\n * **Suspended** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Suspending** \\\n * **Pausing** \\\n * **Resuming** \\\n * **Preparing** \\\n * **Scaling**\n */\nexport type CapacityProvisioningState = string;\n\n/** Known values of {@link Mode} that the service accepts. */\nexport enum KnownMode {\n /** Gen1 */\n Gen1 = \"Gen1\",\n /** Gen2 */\n Gen2 = \"Gen2\"\n}\n\n/**\n * Defines values for Mode. \\\n * {@link KnownMode} can be used interchangeably with Mode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Gen1** \\\n * **Gen2**\n */\nexport type Mode = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\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 IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\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 IdentityType = string;\n\n/** Known values of {@link VCoreSkuTier} that the service accepts. */\nexport enum KnownVCoreSkuTier {\n /** AutoScale */\n AutoScale = \"AutoScale\"\n}\n\n/**\n * Defines values for VCoreSkuTier. \\\n * {@link KnownVCoreSkuTier} can be used interchangeably with VCoreSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoScale**\n */\nexport type VCoreSkuTier = string;\n\n/** Known values of {@link VCoreProvisioningState} that the service accepts. */\nexport enum KnownVCoreProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for VCoreProvisioningState. \\\n * {@link KnownVCoreProvisioningState} can be used interchangeably with VCoreProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**\n */\nexport type VCoreProvisioningState = string;\n\n/** Optional parameters. */\nexport interface CapacitiesGetDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetails operation. */\nexport type CapacitiesGetDetailsResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesCreateOptionalParams\n extends coreClient.OperationOptions {\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 CapacitiesCreateResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesDeleteOptionalParams\n extends coreClient.OperationOptions {\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/** Optional parameters. */\nexport interface CapacitiesUpdateOptionalParams\n extends coreClient.OperationOptions {\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 CapacitiesUpdateResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesSuspendOptionalParams\n extends coreClient.OperationOptions {\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/** Optional parameters. */\nexport interface CapacitiesResumeOptionalParams\n extends coreClient.OperationOptions {\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/** Optional parameters. */\nexport interface CapacitiesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CapacitiesListByResourceGroupResponse = DedicatedCapacities;\n\n/** Optional parameters. */\nexport interface CapacitiesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CapacitiesListResponse = DedicatedCapacities;\n\n/** Optional parameters. */\nexport interface CapacitiesListSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type CapacitiesListSkusResponse = SkuEnumerationForNewResourceResult;\n\n/** Optional parameters. */\nexport interface CapacitiesListSkusForCapacityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkusForCapacity operation. */\nexport type CapacitiesListSkusForCapacityResponse = SkuEnumerationForExistingResourceResult;\n\n/** Optional parameters. */\nexport interface CapacitiesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CapacitiesCheckNameAvailabilityResponse = CheckCapacityNameAvailabilityResult;\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 AutoScaleVCoresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoScaleVCoresGetResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AutoScaleVCoresCreateResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AutoScaleVCoresUpdateResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutoScaleVCoresListByResourceGroupResponse = AutoScaleVCoreListResult;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AutoScaleVCoresListBySubscriptionResponse = AutoScaleVCoreListResult;\n\n/** Optional parameters. */\nexport interface PowerBIDedicatedOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const CapacitySku: coreClient.CompositeMapper;
|
|
3
|
+
export declare const DedicatedCapacityMutableProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const DedicatedCapacityAdministrators: coreClient.CompositeMapper;
|
|
5
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
6
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorResponseError: coreClient.CompositeMapper;
|
|
9
|
+
export declare const DedicatedCapacityUpdateParameters: coreClient.CompositeMapper;
|
|
10
|
+
export declare const DedicatedCapacities: coreClient.CompositeMapper;
|
|
11
|
+
export declare const SkuEnumerationForNewResourceResult: coreClient.CompositeMapper;
|
|
12
|
+
export declare const SkuEnumerationForExistingResourceResult: coreClient.CompositeMapper;
|
|
13
|
+
export declare const SkuDetailsForExistingResource: coreClient.CompositeMapper;
|
|
14
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
15
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
16
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
17
|
+
export declare const CheckCapacityNameAvailabilityParameters: coreClient.CompositeMapper;
|
|
18
|
+
export declare const CheckCapacityNameAvailabilityResult: coreClient.CompositeMapper;
|
|
19
|
+
export declare const AutoScaleVCoreSku: coreClient.CompositeMapper;
|
|
20
|
+
export declare const AutoScaleVCoreMutableProperties: coreClient.CompositeMapper;
|
|
21
|
+
export declare const AutoScaleVCoreUpdateParameters: coreClient.CompositeMapper;
|
|
22
|
+
export declare const AutoScaleVCoreListResult: coreClient.CompositeMapper;
|
|
23
|
+
export declare const DedicatedCapacityProperties: coreClient.CompositeMapper;
|
|
24
|
+
export declare const DedicatedCapacity: coreClient.CompositeMapper;
|
|
25
|
+
export declare const AutoScaleVCore: coreClient.CompositeMapper;
|
|
26
|
+
export declare const AutoScaleVCoreProperties: coreClient.CompositeMapper;
|
|
27
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAoBpC,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAoB3D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAkBxD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAiDjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAkC1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAoB5C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAmB3D,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAmBhE,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eActD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAqBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA4BzC,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAyBhE,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAyB5D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA2BvD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAoBjD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAsBpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0C1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAkCvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAqBjD,CAAC"}
|