@azure/arm-extendedlocation 1.0.0-beta.3 → 1.0.0-beta.5
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/customLocations/index.d.ts +3 -0
- package/dist/browser/api/customLocations/index.js +4 -0
- package/dist/browser/api/customLocations/index.js.map +1 -0
- package/dist/browser/api/customLocations/operations.d.ts +43 -0
- package/dist/browser/api/customLocations/operations.js +305 -0
- package/dist/browser/api/customLocations/operations.js.map +1 -0
- package/dist/browser/api/customLocations/options.d.ts +39 -0
- package/dist/browser/api/customLocations/options.js +4 -0
- package/dist/browser/api/customLocations/options.js.map +1 -0
- package/dist/browser/api/customLocationsManagementContext.d.ts +22 -0
- package/dist/browser/api/customLocationsManagementContext.js +26 -0
- package/dist/browser/api/customLocationsManagementContext.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/resourceSyncRules/index.d.ts +3 -0
- package/dist/browser/api/resourceSyncRules/index.js +4 -0
- package/dist/browser/api/resourceSyncRules/index.js.map +1 -0
- package/dist/browser/api/resourceSyncRules/operations.d.ts +27 -0
- package/dist/browser/api/resourceSyncRules/operations.js +181 -0
- package/dist/browser/api/resourceSyncRules/operations.js.map +1 -0
- package/dist/browser/api/resourceSyncRules/options.d.ts +25 -0
- package/dist/browser/api/resourceSyncRules/options.js +4 -0
- package/dist/browser/api/resourceSyncRules/options.js.map +1 -0
- package/dist/browser/classic/customLocations/index.d.ts +37 -0
- package/dist/browser/classic/customLocations/index.js +39 -0
- package/dist/browser/classic/customLocations/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/resourceSyncRules/index.d.ts +29 -0
- package/dist/browser/classic/resourceSyncRules/index.js +35 -0
- package/dist/browser/classic/resourceSyncRules/index.js.map +1 -0
- package/dist/browser/customLocationsManagementClient.d.ts +18 -0
- package/dist/browser/customLocationsManagementClient.js +37 -0
- package/dist/browser/customLocationsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +18 -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/browser/models/models.d.ts +402 -0
- package/dist/browser/models/models.js +506 -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 +101 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/customLocations/index.d.ts +3 -0
- package/dist/commonjs/api/customLocations/index.js +44 -0
- package/dist/commonjs/api/customLocations/index.js.map +7 -0
- package/dist/commonjs/api/customLocations/operations.d.ts +43 -0
- package/dist/commonjs/api/customLocations/operations.js +434 -0
- package/dist/commonjs/api/customLocations/operations.js.map +7 -0
- package/dist/commonjs/api/customLocations/options.d.ts +39 -0
- package/dist/commonjs/api/customLocations/options.js +16 -0
- package/dist/commonjs/api/customLocations/options.js.map +7 -0
- package/dist/commonjs/api/customLocationsManagementContext.d.ts +22 -0
- package/dist/commonjs/api/customLocationsManagementContext.js +47 -0
- package/dist/commonjs/api/customLocationsManagementContext.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/resourceSyncRules/index.d.ts +3 -0
- package/dist/commonjs/api/resourceSyncRules/index.js +36 -0
- package/dist/commonjs/api/resourceSyncRules/index.js.map +7 -0
- package/dist/commonjs/api/resourceSyncRules/operations.d.ts +27 -0
- package/dist/commonjs/api/resourceSyncRules/operations.js +271 -0
- package/dist/commonjs/api/resourceSyncRules/operations.js.map +7 -0
- package/dist/commonjs/api/resourceSyncRules/options.d.ts +25 -0
- package/dist/commonjs/api/resourceSyncRules/options.js +16 -0
- package/dist/commonjs/api/resourceSyncRules/options.js.map +7 -0
- package/dist/commonjs/classic/customLocations/index.d.ts +37 -0
- package/dist/commonjs/classic/customLocations/index.js +63 -0
- package/dist/commonjs/classic/customLocations/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/resourceSyncRules/index.d.ts +29 -0
- package/dist/commonjs/classic/resourceSyncRules/index.js +80 -0
- package/dist/commonjs/classic/resourceSyncRules/index.js.map +7 -0
- package/dist/commonjs/customLocationsManagementClient.d.ts +18 -0
- package/dist/commonjs/customLocationsManagementClient.js +58 -0
- package/dist/commonjs/customLocationsManagementClient.js.map +7 -0
- package/dist/commonjs/index.d.ts +18 -0
- package/dist/commonjs/index.js +48 -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 +34 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +402 -0
- package/dist/commonjs/models/models.js +560 -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 +114 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/customLocations/index.d.ts +3 -0
- package/dist/esm/api/customLocations/index.js +4 -0
- package/dist/esm/api/customLocations/index.js.map +1 -0
- package/dist/esm/api/customLocations/operations.d.ts +43 -0
- package/dist/esm/api/customLocations/operations.js +305 -0
- package/dist/esm/api/customLocations/operations.js.map +1 -0
- package/dist/esm/api/customLocations/options.d.ts +39 -0
- package/dist/esm/api/customLocations/options.js +4 -0
- package/dist/esm/api/customLocations/options.js.map +1 -0
- package/dist/esm/api/customLocationsManagementContext.d.ts +22 -0
- package/dist/esm/api/customLocationsManagementContext.js +26 -0
- package/dist/esm/api/customLocationsManagementContext.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/resourceSyncRules/index.d.ts +3 -0
- package/dist/esm/api/resourceSyncRules/index.js +4 -0
- package/dist/esm/api/resourceSyncRules/index.js.map +1 -0
- package/dist/esm/api/resourceSyncRules/operations.d.ts +27 -0
- package/dist/esm/api/resourceSyncRules/operations.js +181 -0
- package/dist/esm/api/resourceSyncRules/operations.js.map +1 -0
- package/dist/esm/api/resourceSyncRules/options.d.ts +25 -0
- package/dist/esm/api/resourceSyncRules/options.js +4 -0
- package/dist/esm/api/resourceSyncRules/options.js.map +1 -0
- package/dist/esm/classic/customLocations/index.d.ts +37 -0
- package/dist/esm/classic/customLocations/index.js +39 -0
- package/dist/esm/classic/customLocations/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/resourceSyncRules/index.d.ts +29 -0
- package/dist/esm/classic/resourceSyncRules/index.js +35 -0
- package/dist/esm/classic/resourceSyncRules/index.js.map +1 -0
- package/dist/esm/customLocationsManagementClient.d.ts +18 -0
- package/dist/esm/customLocationsManagementClient.js +37 -0
- package/dist/esm/customLocationsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +18 -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 +402 -0
- package/dist/esm/models/models.js +506 -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 +101 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +151 -90
- package/CHANGELOG.md +0 -54
- package/dist/index.js +0 -2315
- 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/customLocationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/customLocationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js +0 -42
- package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsGetSample.js +0 -39
- package/dist-esm/samples-dev/customLocationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js +0 -53
- package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsListOperationsSample.js +0 -51
- package/dist-esm/samples-dev/customLocationsListOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customLocationsUpdateSample.js +0 -42
- package/dist-esm/samples-dev/customLocationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/resourceSyncRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js +0 -53
- package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js.map +0 -1
- package/dist-esm/src/customLocationsManagementClient.d.ts +0 -21
- package/dist-esm/src/customLocationsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/customLocationsManagementClient.js +0 -101
- package/dist-esm/src/customLocationsManagementClient.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 -16
- package/dist-esm/src/lroImpl.d.ts.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.d.ts +0 -541
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -34
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -26
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -777
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -27
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -185
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/customLocations.d.ts +0 -155
- package/dist-esm/src/operations/customLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/customLocations.js +0 -757
- package/dist-esm/src/operations/customLocations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -10
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/resourceSyncRules.d.ts +0 -97
- package/dist-esm/src/operations/resourceSyncRules.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceSyncRules.js +0 -411
- package/dist-esm/src/operations/resourceSyncRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/customLocations.d.ts +0 -86
- package/dist-esm/src/operationsInterfaces/customLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/customLocations.js +0 -9
- package/dist-esm/src/operationsInterfaces/customLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -10
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSyncRules.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/resourceSyncRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSyncRules.js +0 -9
- package/dist-esm/src/operationsInterfaces/resourceSyncRules.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/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-extendedlocation.api.md +0 -434
- package/rollup.config.js +0 -122
- package/src/customLocationsManagementClient.ts +0 -142
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -606
- package/src/models/mappers.ts +0 -832
- package/src/models/parameters.ts +0 -225
- package/src/operations/customLocations.ts +0 -977
- package/src/operations/index.ts +0 -10
- package/src/operations/resourceSyncRules.ts +0 -575
- package/src/operationsInterfaces/customLocations.ts +0 -160
- package/src/operationsInterfaces/index.ts +0 -10
- package/src/operationsInterfaces/resourceSyncRules.ts +0 -136
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-extendedlocation.d.ts +0 -790
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var classic_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(classic_exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/classic/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { CustomLocationsOperations } from \"./customLocations/index.js\";\nexport type { ResourceSyncRulesOperations } from \"./resourceSyncRules/index.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { CustomLocationsManagementContext } from "../../api/customLocationsManagementContext.js";
|
|
2
|
+
import type { ResourceSyncRulesListByCustomLocationIDOptionalParams, ResourceSyncRulesDeleteOptionalParams, ResourceSyncRulesUpdateOptionalParams, ResourceSyncRulesCreateOrUpdateOptionalParams, ResourceSyncRulesGetOptionalParams } from "../../api/resourceSyncRules/options.js";
|
|
3
|
+
import type { ResourceSyncRule } from "../../models/models.js";
|
|
4
|
+
import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import type { SimplePollerLike } from "../../static-helpers/simplePollerHelpers.js";
|
|
6
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
/** Interface representing a ResourceSyncRules operations. */
|
|
8
|
+
export interface ResourceSyncRulesOperations {
|
|
9
|
+
/** Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties of each Resource Sync Rule */
|
|
10
|
+
listByCustomLocationID: (resourceGroupName: string, resourceName: string, options?: ResourceSyncRulesListByCustomLocationIDOptionalParams) => PagedAsyncIterableIterator<ResourceSyncRule>;
|
|
11
|
+
/** Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource Name, Resource Group, and Subscription Id. */
|
|
12
|
+
delete: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesDeleteOptionalParams) => Promise<void>;
|
|
13
|
+
/** Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and Custom Location name. */
|
|
14
|
+
update: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>;
|
|
15
|
+
/** @deprecated use update instead */
|
|
16
|
+
beginUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>;
|
|
17
|
+
/** @deprecated use update instead */
|
|
18
|
+
beginUpdateAndWait: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<ResourceSyncRule>;
|
|
19
|
+
/** Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group */
|
|
20
|
+
createOrUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>;
|
|
21
|
+
/** @deprecated use createOrUpdate instead */
|
|
22
|
+
beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>;
|
|
23
|
+
/** @deprecated use createOrUpdate instead */
|
|
24
|
+
beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<ResourceSyncRule>;
|
|
25
|
+
/** Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name. */
|
|
26
|
+
get: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesGetOptionalParams) => Promise<ResourceSyncRule>;
|
|
27
|
+
}
|
|
28
|
+
export declare function _getResourceSyncRulesOperations(context: CustomLocationsManagementContext): ResourceSyncRulesOperations;
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var resourceSyncRules_exports = {};
|
|
19
|
+
__export(resourceSyncRules_exports, {
|
|
20
|
+
_getResourceSyncRulesOperations: () => _getResourceSyncRulesOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(resourceSyncRules_exports);
|
|
23
|
+
var import_operations = require("../../api/resourceSyncRules/operations.js");
|
|
24
|
+
var import_simplePollerHelpers = require("../../static-helpers/simplePollerHelpers.js");
|
|
25
|
+
function _getResourceSyncRules(context) {
|
|
26
|
+
return {
|
|
27
|
+
listByCustomLocationID: (resourceGroupName, resourceName, options) => (0, import_operations.listByCustomLocationID)(context, resourceGroupName, resourceName, options),
|
|
28
|
+
delete: (resourceGroupName, resourceName, childResourceName, options) => (0, import_operations.$delete)(context, resourceGroupName, resourceName, childResourceName, options),
|
|
29
|
+
update: (resourceGroupName, resourceName, childResourceName, options) => (0, import_operations.update)(context, resourceGroupName, resourceName, childResourceName, options),
|
|
30
|
+
beginUpdate: async (resourceGroupName, resourceName, childResourceName, options) => {
|
|
31
|
+
const poller = (0, import_operations.update)(context, resourceGroupName, resourceName, childResourceName, options);
|
|
32
|
+
await poller.submitted();
|
|
33
|
+
return (0, import_simplePollerHelpers.getSimplePoller)(poller);
|
|
34
|
+
},
|
|
35
|
+
beginUpdateAndWait: async (resourceGroupName, resourceName, childResourceName, options) => {
|
|
36
|
+
return await (0, import_operations.update)(context, resourceGroupName, resourceName, childResourceName, options);
|
|
37
|
+
},
|
|
38
|
+
createOrUpdate: (resourceGroupName, resourceName, childResourceName, parameters, options) => (0, import_operations.createOrUpdate)(
|
|
39
|
+
context,
|
|
40
|
+
resourceGroupName,
|
|
41
|
+
resourceName,
|
|
42
|
+
childResourceName,
|
|
43
|
+
parameters,
|
|
44
|
+
options
|
|
45
|
+
),
|
|
46
|
+
beginCreateOrUpdate: async (resourceGroupName, resourceName, childResourceName, parameters, options) => {
|
|
47
|
+
const poller = (0, import_operations.createOrUpdate)(
|
|
48
|
+
context,
|
|
49
|
+
resourceGroupName,
|
|
50
|
+
resourceName,
|
|
51
|
+
childResourceName,
|
|
52
|
+
parameters,
|
|
53
|
+
options
|
|
54
|
+
);
|
|
55
|
+
await poller.submitted();
|
|
56
|
+
return (0, import_simplePollerHelpers.getSimplePoller)(poller);
|
|
57
|
+
},
|
|
58
|
+
beginCreateOrUpdateAndWait: async (resourceGroupName, resourceName, childResourceName, parameters, options) => {
|
|
59
|
+
return await (0, import_operations.createOrUpdate)(
|
|
60
|
+
context,
|
|
61
|
+
resourceGroupName,
|
|
62
|
+
resourceName,
|
|
63
|
+
childResourceName,
|
|
64
|
+
parameters,
|
|
65
|
+
options
|
|
66
|
+
);
|
|
67
|
+
},
|
|
68
|
+
get: (resourceGroupName, resourceName, childResourceName, options) => (0, import_operations.get)(context, resourceGroupName, resourceName, childResourceName, options)
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
function _getResourceSyncRulesOperations(context) {
|
|
72
|
+
return {
|
|
73
|
+
..._getResourceSyncRules(context)
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
77
|
+
0 && (module.exports = {
|
|
78
|
+
_getResourceSyncRulesOperations
|
|
79
|
+
});
|
|
80
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/classic/resourceSyncRules/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CustomLocationsManagementContext } from \"../../api/customLocationsManagementContext.js\";\nimport {\n listByCustomLocationID,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/resourceSyncRules/operations.js\";\nimport type {\n ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ResourceSyncRulesDeleteOptionalParams,\n ResourceSyncRulesUpdateOptionalParams,\n ResourceSyncRulesCreateOrUpdateOptionalParams,\n ResourceSyncRulesGetOptionalParams,\n} from \"../../api/resourceSyncRules/options.js\";\nimport type { ResourceSyncRule } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport type { SimplePollerLike } from \"../../static-helpers/simplePollerHelpers.js\";\nimport { getSimplePoller } from \"../../static-helpers/simplePollerHelpers.js\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a ResourceSyncRules operations. */\nexport interface ResourceSyncRulesOperations {\n /** Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties of each Resource Sync Rule */\n listByCustomLocationID: (\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ) => PagedAsyncIterableIterator<ResourceSyncRule>;\n /** Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource Name, Resource Group, and Subscription Id. */\n delete: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesDeleteOptionalParams,\n ) => Promise<void>;\n /** Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and Custom Location name. */\n update: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>;\n /** @deprecated use update instead */\n beginUpdate: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>;\n /** @deprecated use update instead */\n beginUpdateAndWait: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => Promise<ResourceSyncRule>;\n /** Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group */\n createOrUpdate: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>;\n /** @deprecated use createOrUpdate instead */\n beginCreateOrUpdate: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>;\n /** @deprecated use createOrUpdate instead */\n beginCreateOrUpdateAndWait: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) => Promise<ResourceSyncRule>;\n /** Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name. */\n get: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesGetOptionalParams,\n ) => Promise<ResourceSyncRule>;\n}\n\nfunction _getResourceSyncRules(context: CustomLocationsManagementContext) {\n return {\n listByCustomLocationID: (\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ) => listByCustomLocationID(context, resourceGroupName, resourceName, options),\n delete: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, resourceName, childResourceName, options),\n update: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => update(context, resourceGroupName, resourceName, childResourceName, options),\n beginUpdate: async (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => {\n const poller = update(context, resourceGroupName, resourceName, childResourceName, options);\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginUpdateAndWait: async (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams,\n ) => {\n return await update(context, resourceGroupName, resourceName, childResourceName, options);\n },\n createOrUpdate: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) =>\n createOrUpdate(\n context,\n resourceGroupName,\n resourceName,\n childResourceName,\n parameters,\n options,\n ),\n beginCreateOrUpdate: async (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) => {\n const poller = createOrUpdate(\n context,\n resourceGroupName,\n resourceName,\n childResourceName,\n parameters,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginCreateOrUpdateAndWait: async (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams,\n ) => {\n return await createOrUpdate(\n context,\n resourceGroupName,\n resourceName,\n childResourceName,\n parameters,\n options,\n );\n },\n get: (\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesGetOptionalParams,\n ) => get(context, resourceGroupName, resourceName, childResourceName, options),\n };\n}\n\nexport function _getResourceSyncRulesOperations(\n context: CustomLocationsManagementContext,\n): ResourceSyncRulesOperations {\n return {\n ..._getResourceSyncRules(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAMO;AAWP,iCAAgC;AAwEhC,SAAS,sBAAsB,SAA2C;AACxE,SAAO;AAAA,IACL,wBAAwB,CACtB,mBACA,cACA,gBACG,0CAAuB,SAAS,mBAAmB,cAAc,OAAO;AAAA,IAC7E,QAAQ,CACN,mBACA,cACA,mBACA,gBACG,2BAAQ,SAAS,mBAAmB,cAAc,mBAAmB,OAAO;AAAA,IACjF,QAAQ,CACN,mBACA,cACA,mBACA,gBACG,0BAAO,SAAS,mBAAmB,cAAc,mBAAmB,OAAO;AAAA,IAChF,aAAa,OACX,mBACA,cACA,mBACA,YACG;AACH,YAAM,aAAS,0BAAO,SAAS,mBAAmB,cAAc,mBAAmB,OAAO;AAC1F,YAAM,OAAO,UAAU;AACvB,iBAAO,4CAAgB,MAAM;AAAA,IAC/B;AAAA,IACA,oBAAoB,OAClB,mBACA,cACA,mBACA,YACG;AACH,aAAO,UAAM,0BAAO,SAAS,mBAAmB,cAAc,mBAAmB,OAAO;AAAA,IAC1F;AAAA,IACA,gBAAgB,CACd,mBACA,cACA,mBACA,YACA,gBAEA;AAAA,MACE;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,IACF,qBAAqB,OACnB,mBACA,cACA,mBACA,YACA,YACG;AACH,YAAM,aAAS;AAAA,QACb;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF;AACA,YAAM,OAAO,UAAU;AACvB,iBAAO,4CAAgB,MAAM;AAAA,IAC/B;AAAA,IACA,4BAA4B,OAC1B,mBACA,cACA,mBACA,YACA,YACG;AACH,aAAO,UAAM;AAAA,QACX;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF;AAAA,IACF;AAAA,IACA,KAAK,CACH,mBACA,cACA,mBACA,gBACG,uBAAI,SAAS,mBAAmB,cAAc,mBAAmB,OAAO;AAAA,EAC/E;AACF;AAEO,SAAS,gCACd,SAC6B;AAC7B,SAAO;AAAA,IACL,GAAG,sBAAsB,OAAO;AAAA,EAClC;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { CustomLocationsManagementClientOptionalParams } from "./api/index.js";
|
|
2
|
+
import type { CustomLocationsOperations } from "./classic/customLocations/index.js";
|
|
3
|
+
import type { ResourceSyncRulesOperations } from "./classic/resourceSyncRules/index.js";
|
|
4
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
5
|
+
import type { Pipeline } from "@azure/core-rest-pipeline";
|
|
6
|
+
export type { CustomLocationsManagementClientOptionalParams } from "./api/customLocationsManagementContext.js";
|
|
7
|
+
export declare class CustomLocationsManagementClient {
|
|
8
|
+
private _client;
|
|
9
|
+
/** The pipeline used by this client to make requests */
|
|
10
|
+
readonly pipeline: Pipeline;
|
|
11
|
+
constructor(credential: TokenCredential, options?: CustomLocationsManagementClientOptionalParams);
|
|
12
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: CustomLocationsManagementClientOptionalParams);
|
|
13
|
+
/** The operation groups for resourceSyncRules */
|
|
14
|
+
readonly resourceSyncRules: ResourceSyncRulesOperations;
|
|
15
|
+
/** The operation groups for customLocations */
|
|
16
|
+
readonly customLocations: CustomLocationsOperations;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=customLocationsManagementClient.d.ts.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var customLocationsManagementClient_exports = {};
|
|
19
|
+
__export(customLocationsManagementClient_exports, {
|
|
20
|
+
CustomLocationsManagementClient: () => CustomLocationsManagementClient
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(customLocationsManagementClient_exports);
|
|
23
|
+
var import_api = require("./api/index.js");
|
|
24
|
+
var import_customLocations = require("./classic/customLocations/index.js");
|
|
25
|
+
var import_resourceSyncRules = require("./classic/resourceSyncRules/index.js");
|
|
26
|
+
class CustomLocationsManagementClient {
|
|
27
|
+
_client;
|
|
28
|
+
/** The pipeline used by this client to make requests */
|
|
29
|
+
pipeline;
|
|
30
|
+
/** The customLocations Rest API spec. */
|
|
31
|
+
constructor(credential, subscriptionIdOrOptions, options) {
|
|
32
|
+
let subscriptionId;
|
|
33
|
+
if (typeof subscriptionIdOrOptions === "string") {
|
|
34
|
+
subscriptionId = subscriptionIdOrOptions;
|
|
35
|
+
} else if (typeof subscriptionIdOrOptions === "object") {
|
|
36
|
+
options = subscriptionIdOrOptions;
|
|
37
|
+
}
|
|
38
|
+
options = options ?? {};
|
|
39
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
40
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-client` : `azsdk-js-client`;
|
|
41
|
+
this._client = (0, import_api.createCustomLocationsManagement)(credential, subscriptionId ?? "", {
|
|
42
|
+
...options,
|
|
43
|
+
userAgentOptions: { userAgentPrefix }
|
|
44
|
+
});
|
|
45
|
+
this.pipeline = this._client.pipeline;
|
|
46
|
+
this.resourceSyncRules = (0, import_resourceSyncRules._getResourceSyncRulesOperations)(this._client);
|
|
47
|
+
this.customLocations = (0, import_customLocations._getCustomLocationsOperations)(this._client);
|
|
48
|
+
}
|
|
49
|
+
/** The operation groups for resourceSyncRules */
|
|
50
|
+
resourceSyncRules;
|
|
51
|
+
/** The operation groups for customLocations */
|
|
52
|
+
customLocations;
|
|
53
|
+
}
|
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
55
|
+
0 && (module.exports = {
|
|
56
|
+
CustomLocationsManagementClient
|
|
57
|
+
});
|
|
58
|
+
//# sourceMappingURL=customLocationsManagementClient.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/customLocationsManagementClient.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CustomLocationsManagementContext,\n CustomLocationsManagementClientOptionalParams,\n} from \"./api/index.js\";\nimport { createCustomLocationsManagement } from \"./api/index.js\";\nimport type { CustomLocationsOperations } from \"./classic/customLocations/index.js\";\nimport { _getCustomLocationsOperations } from \"./classic/customLocations/index.js\";\nimport type { ResourceSyncRulesOperations } from \"./classic/resourceSyncRules/index.js\";\nimport { _getResourceSyncRulesOperations } from \"./classic/resourceSyncRules/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { CustomLocationsManagementClientOptionalParams } from \"./api/customLocationsManagementContext.js\";\n\nexport class CustomLocationsManagementClient {\n private _client: CustomLocationsManagementContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: CustomLocationsManagementClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: CustomLocationsManagementClientOptionalParams,\n );\n /** The customLocations Rest API spec. */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | CustomLocationsManagementClientOptionalParams,\n options?: CustomLocationsManagementClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createCustomLocationsManagement(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.resourceSyncRules = _getResourceSyncRulesOperations(this._client);\n this.customLocations = _getCustomLocationsOperations(this._client);\n }\n\n /** The operation groups for resourceSyncRules */\n public readonly resourceSyncRules: ResourceSyncRulesOperations;\n /** The operation groups for customLocations */\n public readonly customLocations: CustomLocationsOperations;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,iBAAgD;AAEhD,6BAA8C;AAE9C,+BAAgD;AAMzC,MAAM,gCAAgC;AAAA,EACnC;AAAA;AAAA,EAEQ;AAAA;AAAA,EAShB,YACE,YACA,yBACA,SACA;AACA,QAAI;AAEJ,QAAI,OAAO,4BAA4B,UAAU;AAC/C,uBAAiB;AAAA,IACnB,WAAW,OAAO,4BAA4B,UAAU;AACtD,gBAAU;AAAA,IACZ;AAEA,cAAU,WAAW,CAAC;AACtB,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,cAAU,4CAAgC,YAAY,kBAAkB,IAAI;AAAA,MAC/E,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,wBAAoB,0DAAgC,KAAK,OAAO;AACrE,SAAK,sBAAkB,sDAA8B,KAAK,OAAO;AAAA,EACnE;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAClB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
2
|
+
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
3
|
+
import type { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
4
|
+
export { CustomLocationsManagementClient } from "./customLocationsManagementClient.js";
|
|
5
|
+
export type { SimplePollerLike } from "./static-helpers/simplePollerHelpers.js";
|
|
6
|
+
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
7
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
8
|
+
export type { CustomLocationOperation, CustomLocationOperationValueDisplay, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, CustomLocation, CustomLocationProperties, CustomLocationPropertiesAuthentication, HostType, Identity, ResourceIdentityType, TrackedResource, Resource, SystemData, CreatedByType, PatchableCustomLocations, EnabledResourceType, EnabledResourceTypeProperties, EnabledResourceTypePropertiesTypesMetadataItem, ProxyResource, CustomLocationFindTargetResourceGroupProperties, CustomLocationFindTargetResourceGroupResult, ResourceSyncRule, ResourceSyncRuleProperties, ResourceSyncRulePropertiesSelector, MatchExpressionsProperties, PatchableResourceSyncRule, } from "./models/index.js";
|
|
9
|
+
export { KnownHostType, KnownResourceIdentityType, KnownCreatedByType, KnownVersions, } from "./models/index.js";
|
|
10
|
+
export type { CustomLocationsManagementClientOptionalParams } from "./api/index.js";
|
|
11
|
+
export type { CustomLocationsFindTargetResourceGroupOptionalParams, CustomLocationsListEnabledResourceTypesOptionalParams, CustomLocationsListBySubscriptionOptionalParams, CustomLocationsListByResourceGroupOptionalParams, CustomLocationsDeleteOptionalParams, CustomLocationsUpdateOptionalParams, CustomLocationsCreateOrUpdateOptionalParams, CustomLocationsGetOptionalParams, CustomLocationsListOperationsOptionalParams, } from "./api/customLocations/index.js";
|
|
12
|
+
export type { ResourceSyncRulesListByCustomLocationIDOptionalParams, ResourceSyncRulesDeleteOptionalParams, ResourceSyncRulesUpdateOptionalParams, ResourceSyncRulesCreateOrUpdateOptionalParams, ResourceSyncRulesGetOptionalParams, } from "./api/resourceSyncRules/index.js";
|
|
13
|
+
export type { CustomLocationsOperations, ResourceSyncRulesOperations } from "./classic/index.js";
|
|
14
|
+
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
15
|
+
export { AzureClouds };
|
|
16
|
+
export type { AzureSupportedClouds };
|
|
17
|
+
export { RestError, isRestError } from "@azure/core-rest-pipeline";
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
__export(src_exports, {
|
|
20
|
+
AzureClouds: () => import_cloudSettingHelpers.AzureClouds,
|
|
21
|
+
CustomLocationsManagementClient: () => import_customLocationsManagementClient.CustomLocationsManagementClient,
|
|
22
|
+
KnownCreatedByType: () => import_models.KnownCreatedByType,
|
|
23
|
+
KnownHostType: () => import_models.KnownHostType,
|
|
24
|
+
KnownResourceIdentityType: () => import_models.KnownResourceIdentityType,
|
|
25
|
+
KnownVersions: () => import_models.KnownVersions,
|
|
26
|
+
RestError: () => import_core_rest_pipeline.RestError,
|
|
27
|
+
isRestError: () => import_core_rest_pipeline.isRestError,
|
|
28
|
+
restorePoller: () => import_restorePollerHelpers.restorePoller
|
|
29
|
+
});
|
|
30
|
+
module.exports = __toCommonJS(src_exports);
|
|
31
|
+
var import_cloudSettingHelpers = require("./static-helpers/cloudSettingHelpers.js");
|
|
32
|
+
var import_customLocationsManagementClient = require("./customLocationsManagementClient.js");
|
|
33
|
+
var import_restorePollerHelpers = require("./restorePollerHelpers.js");
|
|
34
|
+
var import_models = require("./models/index.js");
|
|
35
|
+
var import_core_rest_pipeline = require("@azure/core-rest-pipeline");
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
AzureClouds,
|
|
39
|
+
CustomLocationsManagementClient,
|
|
40
|
+
KnownCreatedByType,
|
|
41
|
+
KnownHostType,
|
|
42
|
+
KnownResourceIdentityType,
|
|
43
|
+
KnownVersions,
|
|
44
|
+
RestError,
|
|
45
|
+
isRestError,
|
|
46
|
+
restorePoller
|
|
47
|
+
});
|
|
48
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { CustomLocationsManagementClient } from \"./customLocationsManagementClient.js\";\nexport type { SimplePollerLike } from \"./static-helpers/simplePollerHelpers.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n CustomLocationOperation,\n CustomLocationOperationValueDisplay,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n CustomLocation,\n CustomLocationProperties,\n CustomLocationPropertiesAuthentication,\n HostType,\n Identity,\n ResourceIdentityType,\n TrackedResource,\n Resource,\n SystemData,\n CreatedByType,\n PatchableCustomLocations,\n EnabledResourceType,\n EnabledResourceTypeProperties,\n EnabledResourceTypePropertiesTypesMetadataItem,\n ProxyResource,\n CustomLocationFindTargetResourceGroupProperties,\n CustomLocationFindTargetResourceGroupResult,\n ResourceSyncRule,\n ResourceSyncRuleProperties,\n ResourceSyncRulePropertiesSelector,\n MatchExpressionsProperties,\n PatchableResourceSyncRule,\n} from \"./models/index.js\";\nexport {\n KnownHostType,\n KnownResourceIdentityType,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { CustomLocationsManagementClientOptionalParams } from \"./api/index.js\";\nexport type {\n CustomLocationsFindTargetResourceGroupOptionalParams,\n CustomLocationsListEnabledResourceTypesOptionalParams,\n CustomLocationsListBySubscriptionOptionalParams,\n CustomLocationsListByResourceGroupOptionalParams,\n CustomLocationsDeleteOptionalParams,\n CustomLocationsUpdateOptionalParams,\n CustomLocationsCreateOrUpdateOptionalParams,\n CustomLocationsGetOptionalParams,\n CustomLocationsListOperationsOptionalParams,\n} from \"./api/customLocations/index.js\";\nexport type {\n ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ResourceSyncRulesDeleteOptionalParams,\n ResourceSyncRulesUpdateOptionalParams,\n ResourceSyncRulesCreateOrUpdateOptionalParams,\n ResourceSyncRulesGetOptionalParams,\n} from \"./api/resourceSyncRules/index.js\";\nexport type { CustomLocationsOperations, ResourceSyncRulesOperations } from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,iCAA4B;AAO5B,6CAAgD;AAGhD,kCAA8B;AA8B9B,oBAKO;AAwBP,gCAAuC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var logger_exports = {};
|
|
19
|
+
__export(logger_exports, {
|
|
20
|
+
logger: () => logger
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(logger_exports);
|
|
23
|
+
var import_logger = require("@azure/logger");
|
|
24
|
+
const logger = (0, import_logger.createClientLogger)("arm-extendedlocation");
|
|
25
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
+
0 && (module.exports = {
|
|
27
|
+
logger
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/logger.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-extendedlocation\");\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAmC;AAC5B,MAAM,aAAS,kCAAmB,sBAAsB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export type { CustomLocationOperation, CustomLocationOperationValueDisplay, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, CustomLocation, CustomLocationProperties, CustomLocationPropertiesAuthentication, HostType, Identity, ResourceIdentityType, TrackedResource, Resource, SystemData, CreatedByType, PatchableCustomLocations, EnabledResourceType, EnabledResourceTypeProperties, EnabledResourceTypePropertiesTypesMetadataItem, ProxyResource, CustomLocationFindTargetResourceGroupProperties, CustomLocationFindTargetResourceGroupResult, ResourceSyncRule, ResourceSyncRuleProperties, ResourceSyncRulePropertiesSelector, MatchExpressionsProperties, PatchableResourceSyncRule, } from "./models.js";
|
|
2
|
+
export { KnownHostType, KnownResourceIdentityType, KnownCreatedByType, KnownVersions, } from "./models.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var models_exports = {};
|
|
19
|
+
__export(models_exports, {
|
|
20
|
+
KnownCreatedByType: () => import_models.KnownCreatedByType,
|
|
21
|
+
KnownHostType: () => import_models.KnownHostType,
|
|
22
|
+
KnownResourceIdentityType: () => import_models.KnownResourceIdentityType,
|
|
23
|
+
KnownVersions: () => import_models.KnownVersions
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(models_exports);
|
|
26
|
+
var import_models = require("./models.js");
|
|
27
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
+
0 && (module.exports = {
|
|
29
|
+
KnownCreatedByType,
|
|
30
|
+
KnownHostType,
|
|
31
|
+
KnownResourceIdentityType,
|
|
32
|
+
KnownVersions
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n CustomLocationOperation,\n CustomLocationOperationValueDisplay,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n CustomLocation,\n CustomLocationProperties,\n CustomLocationPropertiesAuthentication,\n HostType,\n Identity,\n ResourceIdentityType,\n TrackedResource,\n Resource,\n SystemData,\n CreatedByType,\n PatchableCustomLocations,\n EnabledResourceType,\n EnabledResourceTypeProperties,\n EnabledResourceTypePropertiesTypesMetadataItem,\n ProxyResource,\n CustomLocationFindTargetResourceGroupProperties,\n CustomLocationFindTargetResourceGroupResult,\n ResourceSyncRule,\n ResourceSyncRuleProperties,\n ResourceSyncRulePropertiesSelector,\n MatchExpressionsProperties,\n PatchableResourceSyncRule,\n} from \"./models.js\";\nexport {\n KnownHostType,\n KnownResourceIdentityType,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgCA,oBAKO;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|