@azure/arm-appconfiguration 5.0.0 → 6.0.0-alpha.20260205.2
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 +9 -9
- package/dist/browser/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/browser/api/appConfigurationManagementContext.js +37 -0
- package/dist/browser/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/browser/api/configurationStores/index.d.ts +3 -0
- package/dist/browser/api/configurationStores/index.js +4 -0
- package/dist/browser/api/configurationStores/index.js.map +1 -0
- package/dist/browser/api/configurationStores/operations.d.ts +56 -0
- package/dist/browser/api/configurationStores/operations.js +331 -0
- package/dist/browser/api/configurationStores/operations.js.map +1 -0
- package/dist/browser/api/configurationStores/options.d.ts +49 -0
- package/dist/browser/api/configurationStores/options.js +4 -0
- package/dist/browser/api/configurationStores/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/keyValues/index.d.ts +3 -0
- package/dist/browser/api/keyValues/index.js +4 -0
- package/dist/browser/api/keyValues/index.js.map +1 -0
- package/dist/browser/api/keyValues/operations.d.ts +23 -0
- package/dist/browser/api/keyValues/operations.js +102 -0
- package/dist/browser/api/keyValues/operations.js.map +1 -0
- package/dist/browser/api/keyValues/options.d.ts +13 -0
- package/dist/browser/api/keyValues/options.js +4 -0
- package/dist/browser/api/keyValues/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +18 -0
- package/dist/browser/api/operations/operations.js +89 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +13 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +138 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/browser/api/privateLinkResources/operations.js +63 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/replicas/index.d.ts +3 -0
- package/dist/browser/api/replicas/index.js +4 -0
- package/dist/browser/api/replicas/index.js.map +1 -0
- package/dist/browser/api/replicas/operations.d.ts +28 -0
- package/dist/browser/api/replicas/operations.js +135 -0
- package/dist/browser/api/replicas/operations.js.map +1 -0
- package/dist/browser/api/replicas/options.d.ts +20 -0
- package/dist/browser/api/replicas/options.js +4 -0
- package/dist/browser/api/replicas/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +14 -0
- package/dist/browser/api/snapshots/operations.js +71 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +10 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/appConfigurationManagementClient.d.ts +31 -24
- package/dist/browser/appConfigurationManagementClient.js +52 -98
- package/dist/browser/appConfigurationManagementClient.js.map +1 -1
- package/dist/browser/classic/configurationStores/index.d.ts +54 -0
- package/dist/browser/classic/configurationStores/index.js +57 -0
- package/dist/browser/classic/configurationStores/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/keyValues/index.d.ts +25 -0
- package/dist/browser/classic/keyValues/index.js +25 -0
- package/dist/browser/classic/keyValues/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +15 -0
- package/dist/browser/classic/operations/index.js +16 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/browser/classic/privateLinkResources/index.js +15 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/replicas/index.d.ts +32 -0
- package/dist/browser/classic/replicas/index.js +34 -0
- package/dist/browser/classic/replicas/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +18 -0
- package/dist/browser/classic/snapshots/index.js +24 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- 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 +1 -1234
- package/dist/browser/models/index.js +3 -131
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1047 -0
- package/dist/browser/models/models.js +1121 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +110 -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 +73 -0
- package/dist/browser/static-helpers/pagingHelpers.js +121 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -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/appConfigurationManagementContext.d.ts +22 -0
- package/dist/commonjs/api/appConfigurationManagementContext.js +40 -0
- package/dist/commonjs/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/commonjs/api/configurationStores/index.d.ts +3 -0
- package/dist/commonjs/api/configurationStores/index.js +18 -0
- package/dist/commonjs/api/configurationStores/index.js.map +1 -0
- package/dist/commonjs/api/configurationStores/operations.d.ts +56 -0
- package/dist/commonjs/api/configurationStores/operations.js +366 -0
- package/dist/commonjs/api/configurationStores/operations.js.map +1 -0
- package/dist/commonjs/api/configurationStores/options.d.ts +49 -0
- package/dist/commonjs/api/configurationStores/options.js +5 -0
- package/dist/commonjs/api/configurationStores/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/keyValues/index.d.ts +3 -0
- package/dist/commonjs/api/keyValues/index.js +10 -0
- package/dist/commonjs/api/keyValues/index.js.map +1 -0
- package/dist/commonjs/api/keyValues/operations.d.ts +23 -0
- package/dist/commonjs/api/keyValues/operations.js +113 -0
- package/dist/commonjs/api/keyValues/operations.js.map +1 -0
- package/dist/commonjs/api/keyValues/options.d.ts +13 -0
- package/dist/commonjs/api/keyValues/options.js +5 -0
- package/dist/commonjs/api/keyValues/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +10 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +18 -0
- package/dist/commonjs/api/operations/operations.js +100 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +13 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +152 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +9 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +71 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/replicas/index.d.ts +3 -0
- package/dist/commonjs/api/replicas/index.js +11 -0
- package/dist/commonjs/api/replicas/index.js.map +1 -0
- package/dist/commonjs/api/replicas/operations.d.ts +28 -0
- package/dist/commonjs/api/replicas/operations.js +149 -0
- package/dist/commonjs/api/replicas/operations.js.map +1 -0
- package/dist/commonjs/api/replicas/options.d.ts +20 -0
- package/dist/commonjs/api/replicas/options.js +5 -0
- package/dist/commonjs/api/replicas/options.js.map +1 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +9 -0
- package/dist/commonjs/api/snapshots/index.js.map +1 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +14 -0
- package/dist/commonjs/api/snapshots/operations.js +79 -0
- package/dist/commonjs/api/snapshots/operations.js.map +1 -0
- package/dist/commonjs/api/snapshots/options.d.ts +10 -0
- package/dist/commonjs/api/snapshots/options.js +5 -0
- package/dist/commonjs/api/snapshots/options.js.map +1 -0
- package/dist/commonjs/appConfigurationManagementClient.d.ts +31 -24
- package/dist/commonjs/appConfigurationManagementClient.js +52 -99
- package/dist/commonjs/appConfigurationManagementClient.js.map +1 -1
- package/dist/commonjs/classic/configurationStores/index.d.ts +54 -0
- package/dist/commonjs/classic/configurationStores/index.js +60 -0
- package/dist/commonjs/classic/configurationStores/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/keyValues/index.d.ts +25 -0
- package/dist/commonjs/classic/keyValues/index.js +28 -0
- package/dist/commonjs/classic/keyValues/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +15 -0
- package/dist/commonjs/classic/operations/index.js +19 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +18 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/replicas/index.d.ts +32 -0
- package/dist/commonjs/classic/replicas/index.js +37 -0
- package/dist/commonjs/classic/replicas/index.js.map +1 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +18 -0
- package/dist/commonjs/classic/snapshots/index.js +27 -0
- package/dist/commonjs/classic/snapshots/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.js +21 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1234
- package/dist/commonjs/models/index.js +17 -132
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +1047 -0
- package/dist/commonjs/models/models.js +1239 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +113 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +124 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +20 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/esm/api/appConfigurationManagementContext.js +37 -0
- package/dist/esm/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/esm/api/configurationStores/index.d.ts +3 -0
- package/dist/esm/api/configurationStores/index.js +4 -0
- package/dist/esm/api/configurationStores/index.js.map +1 -0
- package/dist/esm/api/configurationStores/operations.d.ts +56 -0
- package/dist/esm/api/configurationStores/operations.js +331 -0
- package/dist/esm/api/configurationStores/operations.js.map +1 -0
- package/dist/esm/api/configurationStores/options.d.ts +49 -0
- package/dist/esm/api/configurationStores/options.js +4 -0
- package/dist/esm/api/configurationStores/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/keyValues/index.d.ts +3 -0
- package/dist/esm/api/keyValues/index.js +4 -0
- package/dist/esm/api/keyValues/index.js.map +1 -0
- package/dist/esm/api/keyValues/operations.d.ts +23 -0
- package/dist/esm/api/keyValues/operations.js +102 -0
- package/dist/esm/api/keyValues/operations.js.map +1 -0
- package/dist/esm/api/keyValues/options.d.ts +13 -0
- package/dist/esm/api/keyValues/options.js +4 -0
- package/dist/esm/api/keyValues/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +18 -0
- package/dist/esm/api/operations/operations.js +89 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +13 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +138 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/esm/api/privateLinkResources/operations.js +63 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/replicas/index.d.ts +3 -0
- package/dist/esm/api/replicas/index.js +4 -0
- package/dist/esm/api/replicas/index.js.map +1 -0
- package/dist/esm/api/replicas/operations.d.ts +28 -0
- package/dist/esm/api/replicas/operations.js +135 -0
- package/dist/esm/api/replicas/operations.js.map +1 -0
- package/dist/esm/api/replicas/options.d.ts +20 -0
- package/dist/esm/api/replicas/options.js +4 -0
- package/dist/esm/api/replicas/options.js.map +1 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +4 -0
- package/dist/esm/api/snapshots/index.js.map +1 -0
- package/dist/esm/api/snapshots/operations.d.ts +14 -0
- package/dist/esm/api/snapshots/operations.js +71 -0
- package/dist/esm/api/snapshots/operations.js.map +1 -0
- package/dist/esm/api/snapshots/options.d.ts +10 -0
- package/dist/esm/api/snapshots/options.js +4 -0
- package/dist/esm/api/snapshots/options.js.map +1 -0
- package/dist/esm/appConfigurationManagementClient.d.ts +31 -24
- package/dist/esm/appConfigurationManagementClient.js +52 -98
- package/dist/esm/appConfigurationManagementClient.js.map +1 -1
- package/dist/esm/classic/configurationStores/index.d.ts +54 -0
- package/dist/esm/classic/configurationStores/index.js +57 -0
- package/dist/esm/classic/configurationStores/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/keyValues/index.d.ts +25 -0
- package/dist/esm/classic/keyValues/index.js +25 -0
- package/dist/esm/classic/keyValues/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +15 -0
- package/dist/esm/classic/operations/index.js +16 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/esm/classic/privateLinkResources/index.js +15 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/replicas/index.d.ts +32 -0
- package/dist/esm/classic/replicas/index.js +34 -0
- package/dist/esm/classic/replicas/index.js.map +1 -0
- package/dist/esm/classic/snapshots/index.d.ts +18 -0
- package/dist/esm/classic/snapshots/index.js +24 -0
- package/dist/esm/classic/snapshots/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- 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 +1 -1234
- package/dist/esm/models/index.js +3 -131
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1047 -0
- package/dist/esm/models/models.js +1121 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +110 -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 +73 -0
- package/dist/esm/static-helpers/pagingHelpers.js +121 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -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/dist/react-native/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/react-native/api/appConfigurationManagementContext.js +37 -0
- package/dist/react-native/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/react-native/api/configurationStores/index.d.ts +3 -0
- package/dist/react-native/api/configurationStores/index.js +4 -0
- package/dist/react-native/api/configurationStores/index.js.map +1 -0
- package/dist/react-native/api/configurationStores/operations.d.ts +56 -0
- package/dist/react-native/api/configurationStores/operations.js +331 -0
- package/dist/react-native/api/configurationStores/operations.js.map +1 -0
- package/dist/react-native/api/configurationStores/options.d.ts +49 -0
- package/dist/react-native/api/configurationStores/options.js +4 -0
- package/dist/react-native/api/configurationStores/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/keyValues/index.d.ts +3 -0
- package/dist/react-native/api/keyValues/index.js +4 -0
- package/dist/react-native/api/keyValues/index.js.map +1 -0
- package/dist/react-native/api/keyValues/operations.d.ts +23 -0
- package/dist/react-native/api/keyValues/operations.js +102 -0
- package/dist/react-native/api/keyValues/operations.js.map +1 -0
- package/dist/react-native/api/keyValues/options.d.ts +13 -0
- package/dist/react-native/api/keyValues/options.js +4 -0
- package/dist/react-native/api/keyValues/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +18 -0
- package/dist/react-native/api/operations/operations.js +89 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +13 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +138 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/react-native/api/privateLinkResources/operations.js +63 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +8 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/replicas/index.d.ts +3 -0
- package/dist/react-native/api/replicas/index.js +4 -0
- package/dist/react-native/api/replicas/index.js.map +1 -0
- package/dist/react-native/api/replicas/operations.d.ts +28 -0
- package/dist/react-native/api/replicas/operations.js +135 -0
- package/dist/react-native/api/replicas/operations.js.map +1 -0
- package/dist/react-native/api/replicas/options.d.ts +20 -0
- package/dist/react-native/api/replicas/options.js +4 -0
- package/dist/react-native/api/replicas/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +14 -0
- package/dist/react-native/api/snapshots/operations.js +71 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +10 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/appConfigurationManagementClient.d.ts +31 -24
- package/dist/react-native/appConfigurationManagementClient.js +52 -98
- package/dist/react-native/appConfigurationManagementClient.js.map +1 -1
- package/dist/react-native/classic/configurationStores/index.d.ts +54 -0
- package/dist/react-native/classic/configurationStores/index.js +57 -0
- package/dist/react-native/classic/configurationStores/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/keyValues/index.d.ts +25 -0
- package/dist/react-native/classic/keyValues/index.js +25 -0
- package/dist/react-native/classic/keyValues/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +15 -0
- package/dist/react-native/classic/operations/index.js +16 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/react-native/classic/privateLinkResources/index.js +15 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/replicas/index.d.ts +32 -0
- package/dist/react-native/classic/replicas/index.js +34 -0
- package/dist/react-native/classic/replicas/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +18 -0
- package/dist/react-native/classic/snapshots/index.js +24 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1234
- package/dist/react-native/models/index.js +3 -131
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +1047 -0
- package/dist/react-native/models/models.js +1121 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +110 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +121 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +257 -79
- package/CHANGELOG.md +0 -99
- package/dist/browser/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -49
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1685
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -27
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -230
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/configurationStores.d.ts +0 -178
- package/dist/browser/operations/configurationStores.d.ts.map +0 -1
- package/dist/browser/operations/configurationStores.js +0 -912
- package/dist/browser/operations/configurationStores.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/keyValues.d.ts +0 -56
- package/dist/browser/operations/keyValues.d.ts.map +0 -1
- package/dist/browser/operations/keyValues.js +0 -183
- package/dist/browser/operations/keyValues.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -47
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -192
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -369
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -47
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -183
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/replicas.d.ts +0 -82
- package/dist/browser/operations/replicas.d.ts.map +0 -1
- package/dist/browser/operations/replicas.js +0 -357
- package/dist/browser/operations/replicas.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -46
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -152
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/browser/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/configurationStores.js +0 -9
- package/dist/browser/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/browser/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/keyValues.js +0 -9
- package/dist/browser/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -26
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/replicas.js +0 -9
- package/dist/browser/operationsInterfaces/replicas.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -9
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -49
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1688
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -27
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -233
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/configurationStores.d.ts +0 -178
- package/dist/commonjs/operations/configurationStores.d.ts.map +0 -1
- package/dist/commonjs/operations/configurationStores.js +0 -916
- package/dist/commonjs/operations/configurationStores.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -18
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/keyValues.d.ts +0 -56
- package/dist/commonjs/operations/keyValues.d.ts.map +0 -1
- package/dist/commonjs/operations/keyValues.js +0 -188
- package/dist/commonjs/operations/keyValues.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -47
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -196
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -373
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -47
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -187
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/replicas.d.ts +0 -82
- package/dist/commonjs/operations/replicas.d.ts.map +0 -1
- package/dist/commonjs/operations/replicas.js +0 -361
- package/dist/commonjs/operations/replicas.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -46
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -157
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/commonjs/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurationStores.js +0 -10
- package/dist/commonjs/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/keyValues.js +0 -10
- package/dist/commonjs/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -26
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/replicas.js +0 -10
- package/dist/commonjs/operationsInterfaces/replicas.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -10
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -49
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1685
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -27
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -230
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/configurationStores.d.ts +0 -178
- package/dist/esm/operations/configurationStores.d.ts.map +0 -1
- package/dist/esm/operations/configurationStores.js +0 -912
- package/dist/esm/operations/configurationStores.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/keyValues.d.ts +0 -56
- package/dist/esm/operations/keyValues.d.ts.map +0 -1
- package/dist/esm/operations/keyValues.js +0 -183
- package/dist/esm/operations/keyValues.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -47
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -192
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -369
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -47
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -183
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/replicas.d.ts +0 -82
- package/dist/esm/operations/replicas.d.ts.map +0 -1
- package/dist/esm/operations/replicas.js +0 -357
- package/dist/esm/operations/replicas.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -46
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -152
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/esm/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/configurationStores.js +0 -9
- package/dist/esm/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/esm/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/keyValues.js +0 -9
- package/dist/esm/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -26
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/replicas.js +0 -9
- package/dist/esm/operationsInterfaces/replicas.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -9
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -49
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1685
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -27
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -230
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/configurationStores.d.ts +0 -178
- package/dist/react-native/operations/configurationStores.d.ts.map +0 -1
- package/dist/react-native/operations/configurationStores.js +0 -912
- package/dist/react-native/operations/configurationStores.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/keyValues.d.ts +0 -56
- package/dist/react-native/operations/keyValues.d.ts.map +0 -1
- package/dist/react-native/operations/keyValues.js +0 -183
- package/dist/react-native/operations/keyValues.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -47
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -192
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -369
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -47
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -183
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/replicas.d.ts +0 -82
- package/dist/react-native/operations/replicas.d.ts.map +0 -1
- package/dist/react-native/operations/replicas.js +0 -357
- package/dist/react-native/operations/replicas.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -46
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -152
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/react-native/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/configurationStores.js +0 -9
- package/dist/react-native/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/keyValues.js +0 -9
- package/dist/react-native/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -26
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/replicas.js +0 -9
- package/dist/react-native/operationsInterfaces/replicas.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -9
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-appconfiguration.api.md +0 -893
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AppConfigurationManagementContext as Client } from "../index.js";
|
|
2
|
+
import type { Snapshot } from "../../models/models.js";
|
|
3
|
+
import type { SnapshotsCreateOptionalParams, SnapshotsGetOptionalParams } from "./options.js";
|
|
4
|
+
import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
5
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
export declare function _createSend(context: Client, resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _createDeserialize(result: PathUncheckedResponse): Promise<Snapshot>;
|
|
8
|
+
/** Creates a snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */
|
|
9
|
+
export declare function create(context: Client, resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): PollerLike<OperationState<Snapshot>, Snapshot>;
|
|
10
|
+
export declare function _getSend(context: Client, resourceGroupName: string, configStoreName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _getDeserialize(result: PathUncheckedResponse): Promise<Snapshot>;
|
|
12
|
+
/** Gets the properties of the specified snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */
|
|
13
|
+
export declare function get(context: Client, resourceGroupName: string, configStoreName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): Promise<Snapshot>;
|
|
14
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { errorResponseDeserializer, snapshotSerializer, snapshotDeserializer, } from "../../models/models.js";
|
|
4
|
+
import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
|
|
5
|
+
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
6
|
+
import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
|
|
7
|
+
export function _createSend(context, resourceGroupName, configStoreName, snapshotName, body, options = { requestOptions: {} }) {
|
|
8
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}{?api%2Dversion}", {
|
|
9
|
+
subscriptionId: context.subscriptionId,
|
|
10
|
+
resourceGroupName: resourceGroupName,
|
|
11
|
+
configStoreName: configStoreName,
|
|
12
|
+
snapshotName: snapshotName,
|
|
13
|
+
"api%2Dversion": context.apiVersion,
|
|
14
|
+
}, {
|
|
15
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
16
|
+
});
|
|
17
|
+
return context.path(path).put({
|
|
18
|
+
...operationOptionsToRequestParameters(options),
|
|
19
|
+
contentType: "application/json",
|
|
20
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
21
|
+
body: snapshotSerializer(body),
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export async function _createDeserialize(result) {
|
|
25
|
+
const expectedStatuses = ["200", "201", "202"];
|
|
26
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
27
|
+
const error = createRestError(result);
|
|
28
|
+
error.details = errorResponseDeserializer(result.body);
|
|
29
|
+
throw error;
|
|
30
|
+
}
|
|
31
|
+
return snapshotDeserializer(result.body);
|
|
32
|
+
}
|
|
33
|
+
/** Creates a snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */
|
|
34
|
+
export function create(context, resourceGroupName, configStoreName, snapshotName, body, options = { requestOptions: {} }) {
|
|
35
|
+
return getLongRunningPoller(context, _createDeserialize, ["200", "201", "202"], {
|
|
36
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
37
|
+
abortSignal: options?.abortSignal,
|
|
38
|
+
getInitialResponse: () => _createSend(context, resourceGroupName, configStoreName, snapshotName, body, options),
|
|
39
|
+
resourceLocationConfig: "azure-async-operation",
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
export function _getSend(context, resourceGroupName, configStoreName, snapshotName, options = { requestOptions: {} }) {
|
|
43
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}{?api%2Dversion}", {
|
|
44
|
+
subscriptionId: context.subscriptionId,
|
|
45
|
+
resourceGroupName: resourceGroupName,
|
|
46
|
+
configStoreName: configStoreName,
|
|
47
|
+
snapshotName: snapshotName,
|
|
48
|
+
"api%2Dversion": context.apiVersion,
|
|
49
|
+
}, {
|
|
50
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
51
|
+
});
|
|
52
|
+
return context.path(path).get({
|
|
53
|
+
...operationOptionsToRequestParameters(options),
|
|
54
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export async function _getDeserialize(result) {
|
|
58
|
+
const expectedStatuses = ["200"];
|
|
59
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
60
|
+
const error = createRestError(result);
|
|
61
|
+
error.details = errorResponseDeserializer(result.body);
|
|
62
|
+
throw error;
|
|
63
|
+
}
|
|
64
|
+
return snapshotDeserializer(result.body);
|
|
65
|
+
}
|
|
66
|
+
/** Gets the properties of the specified snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */
|
|
67
|
+
export async function get(context, resourceGroupName, configStoreName, snapshotName, options = { requestOptions: {} }) {
|
|
68
|
+
const result = await _getSend(context, resourceGroupName, configStoreName, snapshotName, options);
|
|
69
|
+
return _getDeserialize(result);
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/snapshots/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AppConfigurationManagementContext as Client } from \"../index.js\";\nimport type { Snapshot } from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n snapshotSerializer,\n snapshotDeserializer,\n} from \"../../models/models.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { SnapshotsCreateOptionalParams, SnapshotsGetOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _createSend(\n context: Client,\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options: SnapshotsCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n configStoreName: configStoreName,\n snapshotName: snapshotName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: snapshotSerializer(body),\n });\n}\n\nexport async function _createDeserialize(result: PathUncheckedResponse): Promise<Snapshot> {\n const expectedStatuses = [\"200\", \"201\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return snapshotDeserializer(result.body);\n}\n\n/** Creates a snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */\nexport function create(\n context: Client,\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options: SnapshotsCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<Snapshot>, Snapshot> {\n return getLongRunningPoller(context, _createDeserialize, [\"200\", \"201\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createSend(context, resourceGroupName, configStoreName, snapshotName, body, options),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<Snapshot>, Snapshot>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n options: SnapshotsGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n configStoreName: configStoreName,\n snapshotName: snapshotName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<Snapshot> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return snapshotDeserializer(result.body);\n}\n\n/** Gets the properties of the specified snapshot. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n options: SnapshotsGetOptionalParams = { requestOptions: {} },\n): Promise<Snapshot> {\n const result = await _getSend(context, resourceGroupName, configStoreName, snapshotName, options);\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { OperationOptions } from "@azure-rest/core-client";
|
|
2
|
+
/** Optional parameters. */
|
|
3
|
+
export interface SnapshotsCreateOptionalParams extends OperationOptions {
|
|
4
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5
|
+
updateIntervalInMs?: number;
|
|
6
|
+
}
|
|
7
|
+
/** Optional parameters. */
|
|
8
|
+
export interface SnapshotsGetOptionalParams extends OperationOptions {
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/snapshots/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface SnapshotsCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface SnapshotsGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1,26 +1,33 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
operations:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
replicas:
|
|
24
|
-
|
|
1
|
+
import type { AppConfigurationManagementClientOptionalParams } from "./api/index.js";
|
|
2
|
+
import type { ConfigurationStoresOperations } from "./classic/configurationStores/index.js";
|
|
3
|
+
import type { KeyValuesOperations } from "./classic/keyValues/index.js";
|
|
4
|
+
import type { OperationsOperations } from "./classic/operations/index.js";
|
|
5
|
+
import type { PrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js";
|
|
6
|
+
import type { PrivateLinkResourcesOperations } from "./classic/privateLinkResources/index.js";
|
|
7
|
+
import type { ReplicasOperations } from "./classic/replicas/index.js";
|
|
8
|
+
import type { SnapshotsOperations } from "./classic/snapshots/index.js";
|
|
9
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
10
|
+
import type { Pipeline } from "@azure/core-rest-pipeline";
|
|
11
|
+
export { AppConfigurationManagementClientOptionalParams } from "./api/appConfigurationManagementContext.js";
|
|
12
|
+
export declare class AppConfigurationManagementClient {
|
|
13
|
+
private _client;
|
|
14
|
+
/** The pipeline used by this client to make requests */
|
|
15
|
+
readonly pipeline: Pipeline;
|
|
16
|
+
constructor(credential: TokenCredential, options?: AppConfigurationManagementClientOptionalParams);
|
|
17
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: AppConfigurationManagementClientOptionalParams);
|
|
18
|
+
/** The operation groups for operations */
|
|
19
|
+
readonly operations: OperationsOperations;
|
|
20
|
+
/** The operation groups for snapshots */
|
|
21
|
+
readonly snapshots: SnapshotsOperations;
|
|
22
|
+
/** The operation groups for replicas */
|
|
23
|
+
readonly replicas: ReplicasOperations;
|
|
24
|
+
/** The operation groups for keyValues */
|
|
25
|
+
readonly keyValues: KeyValuesOperations;
|
|
26
|
+
/** The operation groups for privateLinkResources */
|
|
27
|
+
readonly privateLinkResources: PrivateLinkResourcesOperations;
|
|
28
|
+
/** The operation groups for privateEndpointConnections */
|
|
29
|
+
readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;
|
|
30
|
+
/** The operation groups for configurationStores */
|
|
31
|
+
readonly configurationStores: ConfigurationStoresOperations;
|
|
25
32
|
}
|
|
26
33
|
//# sourceMappingURL=appConfigurationManagementClient.d.ts.map
|
|
@@ -1,103 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
export class AppConfigurationManagementClient
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (credentials === undefined) {
|
|
21
|
-
throw new Error("'credentials' cannot be null");
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { createAppConfigurationManagement } from "./api/index.js";
|
|
4
|
+
import { _getConfigurationStoresOperations } from "./classic/configurationStores/index.js";
|
|
5
|
+
import { _getKeyValuesOperations } from "./classic/keyValues/index.js";
|
|
6
|
+
import { _getOperationsOperations } from "./classic/operations/index.js";
|
|
7
|
+
import { _getPrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js";
|
|
8
|
+
import { _getPrivateLinkResourcesOperations } from "./classic/privateLinkResources/index.js";
|
|
9
|
+
import { _getReplicasOperations } from "./classic/replicas/index.js";
|
|
10
|
+
import { _getSnapshotsOperations } from "./classic/snapshots/index.js";
|
|
11
|
+
export class AppConfigurationManagementClient {
|
|
12
|
+
_client;
|
|
13
|
+
/** The pipeline used by this client to make requests */
|
|
14
|
+
pipeline;
|
|
15
|
+
/** // (missing-service-description) Add service description */
|
|
16
|
+
constructor(credential, subscriptionIdOrOptions, options) {
|
|
17
|
+
let subscriptionId;
|
|
18
|
+
if (typeof subscriptionIdOrOptions === "string") {
|
|
19
|
+
subscriptionId = subscriptionIdOrOptions;
|
|
22
20
|
}
|
|
23
|
-
if (
|
|
24
|
-
|
|
21
|
+
else if (typeof subscriptionIdOrOptions === "object") {
|
|
22
|
+
options = subscriptionIdOrOptions;
|
|
25
23
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
44
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
45
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
46
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
47
|
-
}
|
|
48
|
-
if (!options ||
|
|
49
|
-
!options.pipeline ||
|
|
50
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
51
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
52
|
-
this.pipeline.removePolicy({
|
|
53
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
54
|
-
});
|
|
55
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
56
|
-
credential: credentials,
|
|
57
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
58
|
-
challengeCallbacks: {
|
|
59
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
60
|
-
},
|
|
61
|
-
}));
|
|
62
|
-
}
|
|
63
|
-
// Parameter assignments
|
|
64
|
-
this.subscriptionId = subscriptionId;
|
|
65
|
-
// Assigning values to Constant parameters
|
|
66
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
-
this.apiVersion = options.apiVersion || "2024-06-01";
|
|
68
|
-
this.configurationStores = new ConfigurationStoresImpl(this);
|
|
69
|
-
this.operations = new OperationsImpl(this);
|
|
70
|
-
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
71
|
-
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
72
|
-
this.keyValues = new KeyValuesImpl(this);
|
|
73
|
-
this.replicas = new ReplicasImpl(this);
|
|
74
|
-
this.snapshots = new SnapshotsImpl(this);
|
|
75
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
76
|
-
}
|
|
77
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
78
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
79
|
-
if (!apiVersion) {
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
const apiVersionPolicy = {
|
|
83
|
-
name: "CustomApiVersionPolicy",
|
|
84
|
-
async sendRequest(request, next) {
|
|
85
|
-
const param = request.url.split("?");
|
|
86
|
-
if (param.length > 1) {
|
|
87
|
-
const newParams = param[1].split("&").map((item) => {
|
|
88
|
-
if (item.indexOf("api-version") > -1) {
|
|
89
|
-
return "api-version=" + apiVersion;
|
|
90
|
-
}
|
|
91
|
-
else {
|
|
92
|
-
return item;
|
|
93
|
-
}
|
|
94
|
-
});
|
|
95
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
96
|
-
}
|
|
97
|
-
return next(request);
|
|
98
|
-
},
|
|
99
|
-
};
|
|
100
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
24
|
+
options = options ?? {};
|
|
25
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
26
|
+
const userAgentPrefix = prefixFromOptions
|
|
27
|
+
? `${prefixFromOptions} azsdk-js-client`
|
|
28
|
+
: `azsdk-js-client`;
|
|
29
|
+
this._client = createAppConfigurationManagement(credential, subscriptionId ?? "", {
|
|
30
|
+
...options,
|
|
31
|
+
userAgentOptions: { userAgentPrefix },
|
|
32
|
+
});
|
|
33
|
+
this.pipeline = this._client.pipeline;
|
|
34
|
+
this.operations = _getOperationsOperations(this._client);
|
|
35
|
+
this.snapshots = _getSnapshotsOperations(this._client);
|
|
36
|
+
this.replicas = _getReplicasOperations(this._client);
|
|
37
|
+
this.keyValues = _getKeyValuesOperations(this._client);
|
|
38
|
+
this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);
|
|
39
|
+
this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);
|
|
40
|
+
this.configurationStores = _getConfigurationStoresOperations(this._client);
|
|
101
41
|
}
|
|
42
|
+
/** The operation groups for operations */
|
|
43
|
+
operations;
|
|
44
|
+
/** The operation groups for snapshots */
|
|
45
|
+
snapshots;
|
|
46
|
+
/** The operation groups for replicas */
|
|
47
|
+
replicas;
|
|
48
|
+
/** The operation groups for keyValues */
|
|
49
|
+
keyValues;
|
|
50
|
+
/** The operation groups for privateLinkResources */
|
|
51
|
+
privateLinkResources;
|
|
52
|
+
/** The operation groups for privateEndpointConnections */
|
|
53
|
+
privateEndpointConnections;
|
|
54
|
+
/** The operation groups for configurationStores */
|
|
55
|
+
configurationStores;
|
|
102
56
|
}
|
|
103
57
|
//# sourceMappingURL=appConfigurationManagementClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appConfigurationManagementClient.js","sourceRoot":"","sources":["../../src/appConfigurationManagementClient.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"appConfigurationManagementClient.js","sourceRoot":"","sources":["../../src/appConfigurationManagementClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,EAAE,gCAAgC,EAAE,MAAM,gBAAgB,CAAC;AAElE,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAE3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAEzG,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAMvE,MAAM,OAAO,gCAAgC;IACnC,OAAO,CAAoC;IACnD,wDAAwD;IACxC,QAAQ,CAAW;IAWnC,+DAA+D;IAC/D,YACE,UAA2B,EAC3B,uBAAiF,EACjF,OAAwD;QAExD,IAAI,cAAkC,CAAC;QAEvC,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YAChD,cAAc,GAAG,uBAAuB,CAAC;QAC3C,CAAC;aAAM,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YACvD,OAAO,GAAG,uBAAuB,CAAC;QACpC,CAAC;QAED,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,gCAAgC,CAAC,UAAU,EAAE,cAAc,IAAI,EAAE,EAAE;YAChF,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvD,IAAI,CAAC,QAAQ,GAAG,sBAAsB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvD,IAAI,CAAC,oBAAoB,GAAG,kCAAkC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,IAAI,CAAC,0BAA0B,GAAG,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,IAAI,CAAC,mBAAmB,GAAG,iCAAiC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC7E,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,yCAAyC;IACzB,SAAS,CAAsB;IAC/C,wCAAwC;IACxB,QAAQ,CAAqB;IAC7C,yCAAyC;IACzB,SAAS,CAAsB;IAC/C,oDAAoD;IACpC,oBAAoB,CAAiC;IACrE,0DAA0D;IAC1C,0BAA0B,CAAuC;IACjF,mDAAmD;IACnC,mBAAmB,CAAgC;CACpE","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n AppConfigurationManagementContext,\n AppConfigurationManagementClientOptionalParams,\n} from \"./api/index.js\";\nimport { createAppConfigurationManagement } from \"./api/index.js\";\nimport type { ConfigurationStoresOperations } from \"./classic/configurationStores/index.js\";\nimport { _getConfigurationStoresOperations } from \"./classic/configurationStores/index.js\";\nimport type { KeyValuesOperations } from \"./classic/keyValues/index.js\";\nimport { _getKeyValuesOperations } from \"./classic/keyValues/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { PrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport { _getPrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport type { PrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport { _getPrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport type { ReplicasOperations } from \"./classic/replicas/index.js\";\nimport { _getReplicasOperations } from \"./classic/replicas/index.js\";\nimport type { SnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport { _getSnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport { AppConfigurationManagementClientOptionalParams } from \"./api/appConfigurationManagementContext.js\";\n\nexport class AppConfigurationManagementClient {\n private _client: AppConfigurationManagementContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n options?: AppConfigurationManagementClientOptionalParams,\n );\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: AppConfigurationManagementClientOptionalParams,\n );\n /** // (missing-service-description) Add service description */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | AppConfigurationManagementClientOptionalParams,\n options?: AppConfigurationManagementClientOptionalParams,\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 = createAppConfigurationManagement(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = _getOperationsOperations(this._client);\n this.snapshots = _getSnapshotsOperations(this._client);\n this.replicas = _getReplicasOperations(this._client);\n this.keyValues = _getKeyValuesOperations(this._client);\n this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.configurationStores = _getConfigurationStoresOperations(this._client);\n }\n\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for snapshots */\n public readonly snapshots: SnapshotsOperations;\n /** The operation groups for replicas */\n public readonly replicas: ReplicasOperations;\n /** The operation groups for keyValues */\n public readonly keyValues: KeyValuesOperations;\n /** The operation groups for privateLinkResources */\n public readonly privateLinkResources: PrivateLinkResourcesOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for configurationStores */\n public readonly configurationStores: ConfigurationStoresOperations;\n}\n"]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { AppConfigurationManagementContext } from "../../api/appConfigurationManagementContext.js";
|
|
2
|
+
import type { ConfigurationStoresListDeletedOptionalParams, ConfigurationStoresPurgeDeletedOptionalParams, ConfigurationStoresGetDeletedOptionalParams, ConfigurationStoresRegenerateKeyOptionalParams, ConfigurationStoresListKeysOptionalParams, ConfigurationStoresListOptionalParams, ConfigurationStoresListByResourceGroupOptionalParams, ConfigurationStoresDeleteOptionalParams, ConfigurationStoresUpdateOptionalParams, ConfigurationStoresCreateOptionalParams, ConfigurationStoresGetOptionalParams } from "../../api/configurationStores/options.js";
|
|
3
|
+
import type { ConfigurationStore, ConfigurationStoreUpdateParameters, ApiKey, RegenerateKeyParameters, DeletedConfigurationStore } 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 ConfigurationStores operations. */
|
|
8
|
+
export interface ConfigurationStoresOperations {
|
|
9
|
+
/** Gets information about the deleted configuration stores in a subscription. */
|
|
10
|
+
listDeleted: (options?: ConfigurationStoresListDeletedOptionalParams) => PagedAsyncIterableIterator<DeletedConfigurationStore>;
|
|
11
|
+
/** Permanently deletes the specified configuration store. */
|
|
12
|
+
purgeDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
13
|
+
/** @deprecated use purgeDeleted instead */
|
|
14
|
+
beginPurgeDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
15
|
+
/** @deprecated use purgeDeleted instead */
|
|
16
|
+
beginPurgeDeletedAndWait: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<void>;
|
|
17
|
+
/** Gets a deleted Azure app configuration store. */
|
|
18
|
+
getDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams) => Promise<DeletedConfigurationStore>;
|
|
19
|
+
/** Regenerates an access key for the specified configuration store. */
|
|
20
|
+
regenerateKey: (resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams) => Promise<ApiKey>;
|
|
21
|
+
/** Lists the access key for the specified configuration store. */
|
|
22
|
+
listKeys: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams) => PagedAsyncIterableIterator<ApiKey>;
|
|
23
|
+
/** Lists the configuration stores for a given subscription. */
|
|
24
|
+
list: (options?: ConfigurationStoresListOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore>;
|
|
25
|
+
/** Lists the configuration stores for a given resource group. */
|
|
26
|
+
listByResourceGroup: (resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore>;
|
|
27
|
+
/** Deletes a configuration store. */
|
|
28
|
+
/**
|
|
29
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
30
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
31
|
+
* to the operation to override the generated name.
|
|
32
|
+
*/
|
|
33
|
+
delete: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
34
|
+
/** @deprecated use delete instead */
|
|
35
|
+
beginDelete: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
36
|
+
/** @deprecated use delete instead */
|
|
37
|
+
beginDeleteAndWait: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<void>;
|
|
38
|
+
/** Updates a configuration store with the specified parameters. */
|
|
39
|
+
update: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>;
|
|
40
|
+
/** @deprecated use update instead */
|
|
41
|
+
beginUpdate: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>;
|
|
42
|
+
/** @deprecated use update instead */
|
|
43
|
+
beginUpdateAndWait: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<ConfigurationStore>;
|
|
44
|
+
/** Creates a configuration store with the specified parameters. */
|
|
45
|
+
create: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>;
|
|
46
|
+
/** @deprecated use create instead */
|
|
47
|
+
beginCreate: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>;
|
|
48
|
+
/** @deprecated use create instead */
|
|
49
|
+
beginCreateAndWait: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<ConfigurationStore>;
|
|
50
|
+
/** Gets the properties of the specified configuration store. */
|
|
51
|
+
get: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams) => Promise<ConfigurationStore>;
|
|
52
|
+
}
|
|
53
|
+
export declare function _getConfigurationStoresOperations(context: AppConfigurationManagementContext): ConfigurationStoresOperations;
|
|
54
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listDeleted, purgeDeleted, getDeleted, regenerateKey, listKeys, list, listByResourceGroup, $delete, update, create, get, } from "../../api/configurationStores/operations.js";
|
|
4
|
+
import { getSimplePoller } from "../../static-helpers/simplePollerHelpers.js";
|
|
5
|
+
function _getConfigurationStores(context) {
|
|
6
|
+
return {
|
|
7
|
+
listDeleted: (options) => listDeleted(context, options),
|
|
8
|
+
purgeDeleted: (location, configStoreName, options) => purgeDeleted(context, location, configStoreName, options),
|
|
9
|
+
beginPurgeDeleted: async (location, configStoreName, options) => {
|
|
10
|
+
const poller = purgeDeleted(context, location, configStoreName, options);
|
|
11
|
+
await poller.submitted();
|
|
12
|
+
return getSimplePoller(poller);
|
|
13
|
+
},
|
|
14
|
+
beginPurgeDeletedAndWait: async (location, configStoreName, options) => {
|
|
15
|
+
return await purgeDeleted(context, location, configStoreName, options);
|
|
16
|
+
},
|
|
17
|
+
getDeleted: (location, configStoreName, options) => getDeleted(context, location, configStoreName, options),
|
|
18
|
+
regenerateKey: (resourceGroupName, configStoreName, regenerateKeyParameters, options) => regenerateKey(context, resourceGroupName, configStoreName, regenerateKeyParameters, options),
|
|
19
|
+
listKeys: (resourceGroupName, configStoreName, options) => listKeys(context, resourceGroupName, configStoreName, options),
|
|
20
|
+
list: (options) => list(context, options),
|
|
21
|
+
listByResourceGroup: (resourceGroupName, options) => listByResourceGroup(context, resourceGroupName, options),
|
|
22
|
+
delete: (resourceGroupName, configStoreName, options) => $delete(context, resourceGroupName, configStoreName, options),
|
|
23
|
+
beginDelete: async (resourceGroupName, configStoreName, options) => {
|
|
24
|
+
const poller = $delete(context, resourceGroupName, configStoreName, options);
|
|
25
|
+
await poller.submitted();
|
|
26
|
+
return getSimplePoller(poller);
|
|
27
|
+
},
|
|
28
|
+
beginDeleteAndWait: async (resourceGroupName, configStoreName, options) => {
|
|
29
|
+
return await $delete(context, resourceGroupName, configStoreName, options);
|
|
30
|
+
},
|
|
31
|
+
update: (resourceGroupName, configStoreName, configStoreUpdateParameters, options) => update(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options),
|
|
32
|
+
beginUpdate: async (resourceGroupName, configStoreName, configStoreUpdateParameters, options) => {
|
|
33
|
+
const poller = update(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options);
|
|
34
|
+
await poller.submitted();
|
|
35
|
+
return getSimplePoller(poller);
|
|
36
|
+
},
|
|
37
|
+
beginUpdateAndWait: async (resourceGroupName, configStoreName, configStoreUpdateParameters, options) => {
|
|
38
|
+
return await update(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options);
|
|
39
|
+
},
|
|
40
|
+
create: (resourceGroupName, configStoreName, configStoreCreationParameters, options) => create(context, resourceGroupName, configStoreName, configStoreCreationParameters, options),
|
|
41
|
+
beginCreate: async (resourceGroupName, configStoreName, configStoreCreationParameters, options) => {
|
|
42
|
+
const poller = create(context, resourceGroupName, configStoreName, configStoreCreationParameters, options);
|
|
43
|
+
await poller.submitted();
|
|
44
|
+
return getSimplePoller(poller);
|
|
45
|
+
},
|
|
46
|
+
beginCreateAndWait: async (resourceGroupName, configStoreName, configStoreCreationParameters, options) => {
|
|
47
|
+
return await create(context, resourceGroupName, configStoreName, configStoreCreationParameters, options);
|
|
48
|
+
},
|
|
49
|
+
get: (resourceGroupName, configStoreName, options) => get(context, resourceGroupName, configStoreName, options),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function _getConfigurationStoresOperations(context) {
|
|
53
|
+
return {
|
|
54
|
+
..._getConfigurationStores(context),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/configurationStores/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AppConfigurationManagementContext } from \"../../api/appConfigurationManagementContext.js\";\nimport {\n listDeleted,\n purgeDeleted,\n getDeleted,\n regenerateKey,\n listKeys,\n list,\n listByResourceGroup,\n $delete,\n update,\n create,\n get,\n} from \"../../api/configurationStores/operations.js\";\nimport type {\n ConfigurationStoresListDeletedOptionalParams,\n ConfigurationStoresPurgeDeletedOptionalParams,\n ConfigurationStoresGetDeletedOptionalParams,\n ConfigurationStoresRegenerateKeyOptionalParams,\n ConfigurationStoresListKeysOptionalParams,\n ConfigurationStoresListOptionalParams,\n ConfigurationStoresListByResourceGroupOptionalParams,\n ConfigurationStoresDeleteOptionalParams,\n ConfigurationStoresUpdateOptionalParams,\n ConfigurationStoresCreateOptionalParams,\n ConfigurationStoresGetOptionalParams,\n} from \"../../api/configurationStores/options.js\";\nimport type {\n ConfigurationStore,\n ConfigurationStoreUpdateParameters,\n ApiKey,\n RegenerateKeyParameters,\n DeletedConfigurationStore,\n} 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 ConfigurationStores operations. */\nexport interface ConfigurationStoresOperations {\n /** Gets information about the deleted configuration stores in a subscription. */\n listDeleted: (\n options?: ConfigurationStoresListDeletedOptionalParams,\n ) => PagedAsyncIterableIterator<DeletedConfigurationStore>;\n /** Permanently deletes the specified configuration store. */\n purgeDeleted: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** @deprecated use purgeDeleted instead */\n beginPurgeDeleted: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<void>, void>>;\n /** @deprecated use purgeDeleted instead */\n beginPurgeDeletedAndWait: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => Promise<void>;\n /** Gets a deleted Azure app configuration store. */\n getDeleted: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresGetDeletedOptionalParams,\n ) => Promise<DeletedConfigurationStore>;\n /** Regenerates an access key for the specified configuration store. */\n regenerateKey: (\n resourceGroupName: string,\n configStoreName: string,\n regenerateKeyParameters: RegenerateKeyParameters,\n options?: ConfigurationStoresRegenerateKeyOptionalParams,\n ) => Promise<ApiKey>;\n /** Lists the access key for the specified configuration store. */\n listKeys: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresListKeysOptionalParams,\n ) => PagedAsyncIterableIterator<ApiKey>;\n /** Lists the configuration stores for a given subscription. */\n list: (\n options?: ConfigurationStoresListOptionalParams,\n ) => PagedAsyncIterableIterator<ConfigurationStore>;\n /** Lists the configuration stores for a given resource group. */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: ConfigurationStoresListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<ConfigurationStore>;\n /** Deletes a configuration store. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** @deprecated use delete instead */\n beginDelete: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<void>, void>>;\n /** @deprecated use delete instead */\n beginDeleteAndWait: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => Promise<void>;\n /** Updates a configuration store with the specified parameters. */\n update: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>;\n /** @deprecated use update instead */\n beginUpdate: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>;\n /** @deprecated use update instead */\n beginUpdateAndWait: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => Promise<ConfigurationStore>;\n /** Creates a configuration store with the specified parameters. */\n create: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>;\n /** @deprecated use create instead */\n beginCreate: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>;\n /** @deprecated use create instead */\n beginCreateAndWait: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) => Promise<ConfigurationStore>;\n /** Gets the properties of the specified configuration store. */\n get: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresGetOptionalParams,\n ) => Promise<ConfigurationStore>;\n}\n\nfunction _getConfigurationStores(context: AppConfigurationManagementContext) {\n return {\n listDeleted: (options?: ConfigurationStoresListDeletedOptionalParams) =>\n listDeleted(context, options),\n purgeDeleted: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => purgeDeleted(context, location, configStoreName, options),\n beginPurgeDeleted: async (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => {\n const poller = purgeDeleted(context, location, configStoreName, options);\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginPurgeDeletedAndWait: async (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ) => {\n return await purgeDeleted(context, location, configStoreName, options);\n },\n getDeleted: (\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresGetDeletedOptionalParams,\n ) => getDeleted(context, location, configStoreName, options),\n regenerateKey: (\n resourceGroupName: string,\n configStoreName: string,\n regenerateKeyParameters: RegenerateKeyParameters,\n options?: ConfigurationStoresRegenerateKeyOptionalParams,\n ) =>\n regenerateKey(context, resourceGroupName, configStoreName, regenerateKeyParameters, options),\n listKeys: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresListKeysOptionalParams,\n ) => listKeys(context, resourceGroupName, configStoreName, options),\n list: (options?: ConfigurationStoresListOptionalParams) => list(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: ConfigurationStoresListByResourceGroupOptionalParams,\n ) => listByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, configStoreName, options),\n beginDelete: async (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => {\n const poller = $delete(context, resourceGroupName, configStoreName, options);\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginDeleteAndWait: async (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ) => {\n return await $delete(context, resourceGroupName, configStoreName, options);\n },\n update: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => update(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options),\n beginUpdate: async (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => {\n const poller = update(\n context,\n resourceGroupName,\n configStoreName,\n configStoreUpdateParameters,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginUpdateAndWait: async (\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ) => {\n return await update(\n context,\n resourceGroupName,\n configStoreName,\n configStoreUpdateParameters,\n options,\n );\n },\n create: (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) =>\n create(context, resourceGroupName, configStoreName, configStoreCreationParameters, options),\n beginCreate: async (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) => {\n const poller = create(\n context,\n resourceGroupName,\n configStoreName,\n configStoreCreationParameters,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginCreateAndWait: async (\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ) => {\n return await create(\n context,\n resourceGroupName,\n configStoreName,\n configStoreCreationParameters,\n options,\n );\n },\n get: (\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresGetOptionalParams,\n ) => get(context, resourceGroupName, configStoreName, options),\n };\n}\n\nexport function _getConfigurationStoresOperations(\n context: AppConfigurationManagementContext,\n): ConfigurationStoresOperations {\n return {\n ..._getConfigurationStores(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { ConfigurationStoresOperations } from "./configurationStores/index.js";
|
|
2
|
+
export { KeyValuesOperations } from "./keyValues/index.js";
|
|
3
|
+
export { OperationsOperations } from "./operations/index.js";
|
|
4
|
+
export { PrivateEndpointConnectionsOperations } from "./privateEndpointConnections/index.js";
|
|
5
|
+
export { PrivateLinkResourcesOperations } from "./privateLinkResources/index.js";
|
|
6
|
+
export { ReplicasOperations } from "./replicas/index.js";
|
|
7
|
+
export { SnapshotsOperations } from "./snapshots/index.js";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { ConfigurationStoresOperations } from \"./configurationStores/index.js\";\nexport { KeyValuesOperations } from \"./keyValues/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { PrivateEndpointConnectionsOperations } from \"./privateEndpointConnections/index.js\";\nexport { PrivateLinkResourcesOperations } from \"./privateLinkResources/index.js\";\nexport { ReplicasOperations } from \"./replicas/index.js\";\nexport { SnapshotsOperations } from \"./snapshots/index.js\";\n"]}
|