@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicas.js","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Replicas } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AppConfigurationManagementClient } from \"../appConfigurationManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Replica,\n ReplicasListByConfigurationStoreNextOptionalParams,\n ReplicasListByConfigurationStoreOptionalParams,\n ReplicasListByConfigurationStoreResponse,\n ReplicasGetOptionalParams,\n ReplicasGetResponse,\n ReplicasCreateOptionalParams,\n ReplicasCreateResponse,\n ReplicasDeleteOptionalParams,\n ReplicasListByConfigurationStoreNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Replicas operations. */\nexport class ReplicasImpl implements Replicas {\n private readonly client: AppConfigurationManagementClient;\n\n /**\n * Initialize a new instance of the class Replicas class.\n * @param client Reference to the service client\n */\n constructor(client: AppConfigurationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the replicas for a given configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n public listByConfigurationStore(\n resourceGroupName: string,\n configStoreName: string,\n options?: ReplicasListByConfigurationStoreOptionalParams,\n ): PagedAsyncIterableIterator<Replica> {\n const iter = this.listByConfigurationStorePagingAll(\n resourceGroupName,\n configStoreName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByConfigurationStorePagingPage(\n resourceGroupName,\n configStoreName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByConfigurationStorePagingPage(\n resourceGroupName: string,\n configStoreName: string,\n options?: ReplicasListByConfigurationStoreOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Replica[]> {\n let result: ReplicasListByConfigurationStoreResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByConfigurationStore(\n resourceGroupName,\n configStoreName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByConfigurationStoreNext(\n resourceGroupName,\n configStoreName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByConfigurationStorePagingAll(\n resourceGroupName: string,\n configStoreName: string,\n options?: ReplicasListByConfigurationStoreOptionalParams,\n ): AsyncIterableIterator<Replica> {\n for await (const page of this.listByConfigurationStorePagingPage(\n resourceGroupName,\n configStoreName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the replicas for a given configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n private _listByConfigurationStore(\n resourceGroupName: string,\n configStoreName: string,\n options?: ReplicasListByConfigurationStoreOptionalParams,\n ): Promise<ReplicasListByConfigurationStoreResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, options },\n listByConfigurationStoreOperationSpec,\n );\n }\n\n /**\n * Gets the properties of the specified replica.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param replicaName The name of the replica.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n replicaName: string,\n options?: ReplicasGetOptionalParams,\n ): Promise<ReplicasGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, replicaName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates a replica with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param replicaName The name of the replica.\n * @param replicaCreationParameters The parameters for creating a replica.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n configStoreName: string,\n replicaName: string,\n replicaCreationParameters: Replica,\n options?: ReplicasCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ReplicasCreateResponse>,\n ReplicasCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ReplicasCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n configStoreName,\n replicaName,\n replicaCreationParameters,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n ReplicasCreateResponse,\n OperationState<ReplicasCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a replica with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param replicaName The name of the replica.\n * @param replicaCreationParameters The parameters for creating a replica.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n replicaName: string,\n replicaCreationParameters: Replica,\n options?: ReplicasCreateOptionalParams,\n ): Promise<ReplicasCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n configStoreName,\n replicaName,\n replicaCreationParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a replica.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param replicaName The name of the replica.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n replicaName: string,\n options?: ReplicasDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, configStoreName, replicaName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a replica.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param replicaName The name of the replica.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n replicaName: string,\n options?: ReplicasDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n configStoreName,\n replicaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByConfigurationStoreNext\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore\n * method.\n * @param options The options parameters.\n */\n private _listByConfigurationStoreNext(\n resourceGroupName: string,\n configStoreName: string,\n nextLink: string,\n options?: ReplicasListByConfigurationStoreNextOptionalParams,\n ): Promise<ReplicasListByConfigurationStoreNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, nextLink, options },\n listByConfigurationStoreNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByConfigurationStoreOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ReplicaListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.skipToken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Replica,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.replicaName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Replica,\n },\n 201: {\n bodyMapper: Mappers.Replica,\n },\n 202: {\n bodyMapper: Mappers.Replica,\n },\n 204: {\n bodyMapper: Mappers.Replica,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.replicaCreationParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.replicaName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.replicaName1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByConfigurationStoreNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ReplicaListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Snapshots } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { AppConfigurationManagementClient } from "../appConfigurationManagementClient.js";
|
|
3
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import { SnapshotsGetOptionalParams, SnapshotsGetResponse, Snapshot, SnapshotsCreateOptionalParams, SnapshotsCreateResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Snapshots operations. */
|
|
6
|
-
export declare class SnapshotsImpl implements Snapshots {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Snapshots class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AppConfigurationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure
|
|
15
|
-
* Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration
|
|
16
|
-
* snapshots the data plane API should be used instead.
|
|
17
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
|
-
* @param configStoreName The name of the configuration store.
|
|
19
|
-
* @param snapshotName The name of the snapshot.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
get(resourceGroupName: string, configStoreName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): Promise<SnapshotsGetResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
|
|
25
|
-
* Template deployments. For all other scenarios involving App Configuration snapshots the data plane
|
|
26
|
-
* API should be used instead.
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param configStoreName The name of the configuration store.
|
|
29
|
-
* @param snapshotName The name of the snapshot.
|
|
30
|
-
* @param body The parameters for creating a snapshot.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginCreate(resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SnapshotsCreateResponse>, SnapshotsCreateResponse>>;
|
|
34
|
-
/**
|
|
35
|
-
* Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
|
|
36
|
-
* Template deployments. For all other scenarios involving App Configuration snapshots the data plane
|
|
37
|
-
* API should be used instead.
|
|
38
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
-
* @param configStoreName The name of the configuration store.
|
|
40
|
-
* @param snapshotName The name of the snapshot.
|
|
41
|
-
* @param body The parameters for creating a snapshot.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
beginCreateAndWait(resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<SnapshotsCreateResponse>;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=snapshots.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"snapshots.d.ts","sourceRoot":"","sources":["../../../src/operations/snapshots.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,QAAQ,EACR,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;;;;OASG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,QAAQ,EACd,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uBAAuB,CAAC,EACvC,uBAAuB,CACxB,CACF;IAwDD;;;;;;;;;OASG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,QAAQ,EACd,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;CAUpC"}
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.SnapshotsImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
-
const core_lro_1 = require("@azure/core-lro");
|
|
16
|
-
const lroImpl_js_1 = require("../lroImpl.js");
|
|
17
|
-
/** Class containing Snapshots operations. */
|
|
18
|
-
class SnapshotsImpl {
|
|
19
|
-
/**
|
|
20
|
-
* Initialize a new instance of the class Snapshots class.
|
|
21
|
-
* @param client Reference to the service client
|
|
22
|
-
*/
|
|
23
|
-
constructor(client) {
|
|
24
|
-
this.client = client;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure
|
|
28
|
-
* Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration
|
|
29
|
-
* snapshots the data plane API should be used instead.
|
|
30
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
|
-
* @param configStoreName The name of the configuration store.
|
|
32
|
-
* @param snapshotName The name of the snapshot.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
get(resourceGroupName, configStoreName, snapshotName, options) {
|
|
36
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, snapshotName, options }, getOperationSpec);
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
|
|
40
|
-
* Template deployments. For all other scenarios involving App Configuration snapshots the data plane
|
|
41
|
-
* API should be used instead.
|
|
42
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
|
-
* @param configStoreName The name of the configuration store.
|
|
44
|
-
* @param snapshotName The name of the snapshot.
|
|
45
|
-
* @param body The parameters for creating a snapshot.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
async beginCreate(resourceGroupName, configStoreName, snapshotName, body, options) {
|
|
49
|
-
const directSendOperation = async (args, spec) => {
|
|
50
|
-
return this.client.sendOperationRequest(args, spec);
|
|
51
|
-
};
|
|
52
|
-
const sendOperationFn = async (args, spec) => {
|
|
53
|
-
var _a;
|
|
54
|
-
let currentRawResponse = undefined;
|
|
55
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
56
|
-
const callback = (rawResponse, flatResponse) => {
|
|
57
|
-
currentRawResponse = rawResponse;
|
|
58
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
59
|
-
};
|
|
60
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
61
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
62
|
-
return {
|
|
63
|
-
flatResponse,
|
|
64
|
-
rawResponse: {
|
|
65
|
-
statusCode: currentRawResponse.status,
|
|
66
|
-
body: currentRawResponse.parsedBody,
|
|
67
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
68
|
-
},
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
72
|
-
sendOperationFn,
|
|
73
|
-
args: { resourceGroupName, configStoreName, snapshotName, body, options },
|
|
74
|
-
spec: createOperationSpec,
|
|
75
|
-
});
|
|
76
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
77
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
78
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
79
|
-
resourceLocationConfig: "azure-async-operation",
|
|
80
|
-
});
|
|
81
|
-
await poller.poll();
|
|
82
|
-
return poller;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
|
|
86
|
-
* Template deployments. For all other scenarios involving App Configuration snapshots the data plane
|
|
87
|
-
* API should be used instead.
|
|
88
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
-
* @param configStoreName The name of the configuration store.
|
|
90
|
-
* @param snapshotName The name of the snapshot.
|
|
91
|
-
* @param body The parameters for creating a snapshot.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
async beginCreateAndWait(resourceGroupName, configStoreName, snapshotName, body, options) {
|
|
95
|
-
const poller = await this.beginCreate(resourceGroupName, configStoreName, snapshotName, body, options);
|
|
96
|
-
return poller.pollUntilDone();
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
exports.SnapshotsImpl = SnapshotsImpl;
|
|
100
|
-
// Operation Specifications
|
|
101
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
102
|
-
const getOperationSpec = {
|
|
103
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}",
|
|
104
|
-
httpMethod: "GET",
|
|
105
|
-
responses: {
|
|
106
|
-
200: {
|
|
107
|
-
bodyMapper: Mappers.Snapshot,
|
|
108
|
-
},
|
|
109
|
-
default: {
|
|
110
|
-
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
queryParameters: [Parameters.apiVersion],
|
|
114
|
-
urlParameters: [
|
|
115
|
-
Parameters.$host,
|
|
116
|
-
Parameters.subscriptionId,
|
|
117
|
-
Parameters.configStoreName,
|
|
118
|
-
Parameters.resourceGroupName1,
|
|
119
|
-
Parameters.snapshotName,
|
|
120
|
-
],
|
|
121
|
-
headerParameters: [Parameters.accept],
|
|
122
|
-
serializer,
|
|
123
|
-
};
|
|
124
|
-
const createOperationSpec = {
|
|
125
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}",
|
|
126
|
-
httpMethod: "PUT",
|
|
127
|
-
responses: {
|
|
128
|
-
200: {
|
|
129
|
-
bodyMapper: Mappers.Snapshot,
|
|
130
|
-
},
|
|
131
|
-
201: {
|
|
132
|
-
bodyMapper: Mappers.Snapshot,
|
|
133
|
-
},
|
|
134
|
-
202: {
|
|
135
|
-
bodyMapper: Mappers.Snapshot,
|
|
136
|
-
},
|
|
137
|
-
204: {
|
|
138
|
-
bodyMapper: Mappers.Snapshot,
|
|
139
|
-
},
|
|
140
|
-
default: {
|
|
141
|
-
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
142
|
-
},
|
|
143
|
-
},
|
|
144
|
-
requestBody: Parameters.body,
|
|
145
|
-
queryParameters: [Parameters.apiVersion],
|
|
146
|
-
urlParameters: [
|
|
147
|
-
Parameters.$host,
|
|
148
|
-
Parameters.subscriptionId,
|
|
149
|
-
Parameters.configStoreName,
|
|
150
|
-
Parameters.resourceGroupName1,
|
|
151
|
-
Parameters.snapshotName,
|
|
152
|
-
],
|
|
153
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
154
|
-
mediaType: "json",
|
|
155
|
-
serializer,
|
|
156
|
-
};
|
|
157
|
-
//# sourceMappingURL=snapshots.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"snapshots.js","sourceRoot":"","sources":["../../../src/operations/snapshots.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Snapshots } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AppConfigurationManagementClient } from \"../appConfigurationManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SnapshotsGetOptionalParams,\n SnapshotsGetResponse,\n Snapshot,\n SnapshotsCreateOptionalParams,\n SnapshotsCreateResponse,\n} from \"../models/index.js\";\n\n/** Class containing Snapshots operations. */\nexport class SnapshotsImpl implements Snapshots {\n private readonly client: AppConfigurationManagementClient;\n\n /**\n * Initialize a new instance of the class Snapshots class.\n * @param client Reference to the service client\n */\n constructor(client: AppConfigurationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure\n * Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration\n * snapshots the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n options?: SnapshotsGetOptionalParams,\n ): Promise<SnapshotsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, snapshotName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)\n * Template deployments. For all other scenarios involving App Configuration snapshots the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param body The parameters for creating a snapshot.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options?: SnapshotsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SnapshotsCreateResponse>,\n SnapshotsCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SnapshotsCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, configStoreName, snapshotName, body, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n SnapshotsCreateResponse,\n OperationState<SnapshotsCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)\n * Template deployments. For all other scenarios involving App Configuration snapshots the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param body The parameters for creating a snapshot.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options?: SnapshotsCreateOptionalParams,\n ): Promise<SnapshotsCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n configStoreName,\n snapshotName,\n body,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.configStoreName,\n Parameters.resourceGroupName1,\n Parameters.snapshotName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot,\n },\n 201: {\n bodyMapper: Mappers.Snapshot,\n },\n 202: {\n bodyMapper: Mappers.Snapshot,\n },\n 204: {\n bodyMapper: Mappers.Snapshot,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n requestBody: Parameters.body,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.configStoreName,\n Parameters.resourceGroupName1,\n Parameters.snapshotName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { ConfigurationStore, ConfigurationStoresListOptionalParams, ConfigurationStoresListByResourceGroupOptionalParams, ApiKey, ConfigurationStoresListKeysOptionalParams, DeletedConfigurationStore, ConfigurationStoresListDeletedOptionalParams, ConfigurationStoresGetOptionalParams, ConfigurationStoresGetResponse, ConfigurationStoresCreateOptionalParams, ConfigurationStoresCreateResponse, ConfigurationStoresDeleteOptionalParams, ConfigurationStoreUpdateParameters, ConfigurationStoresUpdateOptionalParams, ConfigurationStoresUpdateResponse, RegenerateKeyParameters, ConfigurationStoresRegenerateKeyOptionalParams, ConfigurationStoresRegenerateKeyResponse, ConfigurationStoresGetDeletedOptionalParams, ConfigurationStoresGetDeletedResponse, ConfigurationStoresPurgeDeletedOptionalParams } from "../models/index.js";
|
|
4
|
-
/** Interface representing a ConfigurationStores. */
|
|
5
|
-
export interface ConfigurationStores {
|
|
6
|
-
/**
|
|
7
|
-
* Lists the configuration stores for a given subscription.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(options?: ConfigurationStoresListOptionalParams): PagedAsyncIterableIterator<ConfigurationStore>;
|
|
11
|
-
/**
|
|
12
|
-
* Lists the configuration stores for a given resource group.
|
|
13
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
listByResourceGroup(resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigurationStore>;
|
|
17
|
-
/**
|
|
18
|
-
* Lists the access key for the specified configuration store.
|
|
19
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
20
|
-
* @param configStoreName The name of the configuration store.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
listKeys(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams): PagedAsyncIterableIterator<ApiKey>;
|
|
24
|
-
/**
|
|
25
|
-
* Gets information about the deleted configuration stores in a subscription.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listDeleted(options?: ConfigurationStoresListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedConfigurationStore>;
|
|
29
|
-
/**
|
|
30
|
-
* Gets the properties of the specified configuration store.
|
|
31
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
32
|
-
* @param configStoreName The name of the configuration store.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
get(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams): Promise<ConfigurationStoresGetResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* Creates a configuration store with the specified parameters.
|
|
38
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
39
|
-
* @param configStoreName The name of the configuration store.
|
|
40
|
-
* @param configStoreCreationParameters The parameters for creating a configuration store.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
beginCreate(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStoresCreateResponse>, ConfigurationStoresCreateResponse>>;
|
|
44
|
-
/**
|
|
45
|
-
* Creates a configuration store with the specified parameters.
|
|
46
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
47
|
-
* @param configStoreName The name of the configuration store.
|
|
48
|
-
* @param configStoreCreationParameters The parameters for creating a configuration store.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
beginCreateAndWait(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<ConfigurationStoresCreateResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* Deletes a configuration store.
|
|
54
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
55
|
-
* @param configStoreName The name of the configuration store.
|
|
56
|
-
* @param options The options parameters.
|
|
57
|
-
*/
|
|
58
|
-
beginDelete(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
59
|
-
/**
|
|
60
|
-
* Deletes a configuration store.
|
|
61
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
62
|
-
* @param configStoreName The name of the configuration store.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginDeleteAndWait(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<void>;
|
|
66
|
-
/**
|
|
67
|
-
* Updates a configuration store with the specified parameters.
|
|
68
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
69
|
-
* @param configStoreName The name of the configuration store.
|
|
70
|
-
* @param configStoreUpdateParameters The parameters for updating a configuration store.
|
|
71
|
-
* @param options The options parameters.
|
|
72
|
-
*/
|
|
73
|
-
beginUpdate(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStoresUpdateResponse>, ConfigurationStoresUpdateResponse>>;
|
|
74
|
-
/**
|
|
75
|
-
* Updates a configuration store with the specified parameters.
|
|
76
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
77
|
-
* @param configStoreName The name of the configuration store.
|
|
78
|
-
* @param configStoreUpdateParameters The parameters for updating a configuration store.
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
beginUpdateAndWait(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<ConfigurationStoresUpdateResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* Regenerates an access key for the specified configuration store.
|
|
84
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
85
|
-
* @param configStoreName The name of the configuration store.
|
|
86
|
-
* @param regenerateKeyParameters The parameters for regenerating an access key.
|
|
87
|
-
* @param options The options parameters.
|
|
88
|
-
*/
|
|
89
|
-
regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams): Promise<ConfigurationStoresRegenerateKeyResponse>;
|
|
90
|
-
/**
|
|
91
|
-
* Gets a deleted Azure app configuration store.
|
|
92
|
-
* @param location The location in which uniqueness will be verified.
|
|
93
|
-
* @param configStoreName The name of the configuration store.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
getDeleted(location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams): Promise<ConfigurationStoresGetDeletedResponse>;
|
|
97
|
-
/**
|
|
98
|
-
* Permanently deletes the specified configuration store.
|
|
99
|
-
* @param location The location in which uniqueness will be verified.
|
|
100
|
-
* @param configStoreName The name of the configuration store.
|
|
101
|
-
* @param options The options parameters.
|
|
102
|
-
*/
|
|
103
|
-
beginPurgeDeleted(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
-
/**
|
|
105
|
-
* Permanently deletes the specified configuration store.
|
|
106
|
-
* @param location The location in which uniqueness will be verified.
|
|
107
|
-
* @param configStoreName The name of the configuration store.
|
|
108
|
-
* @param options The options parameters.
|
|
109
|
-
*/
|
|
110
|
-
beginPurgeDeletedAndWait(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<void>;
|
|
111
|
-
}
|
|
112
|
-
//# sourceMappingURL=configurationStores.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurationStores.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationStores.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=configurationStores.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurationStores.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationStores.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ConfigurationStore,\n ConfigurationStoresListOptionalParams,\n ConfigurationStoresListByResourceGroupOptionalParams,\n ApiKey,\n ConfigurationStoresListKeysOptionalParams,\n DeletedConfigurationStore,\n ConfigurationStoresListDeletedOptionalParams,\n ConfigurationStoresGetOptionalParams,\n ConfigurationStoresGetResponse,\n ConfigurationStoresCreateOptionalParams,\n ConfigurationStoresCreateResponse,\n ConfigurationStoresDeleteOptionalParams,\n ConfigurationStoreUpdateParameters,\n ConfigurationStoresUpdateOptionalParams,\n ConfigurationStoresUpdateResponse,\n RegenerateKeyParameters,\n ConfigurationStoresRegenerateKeyOptionalParams,\n ConfigurationStoresRegenerateKeyResponse,\n ConfigurationStoresGetDeletedOptionalParams,\n ConfigurationStoresGetDeletedResponse,\n ConfigurationStoresPurgeDeletedOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ConfigurationStores. */\nexport interface ConfigurationStores {\n /**\n * Lists the configuration stores for a given subscription.\n * @param options The options parameters.\n */\n list(\n options?: ConfigurationStoresListOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationStore>;\n /**\n * Lists the configuration stores for a given resource group.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ConfigurationStoresListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationStore>;\n /**\n * Lists the access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresListKeysOptionalParams,\n ): PagedAsyncIterableIterator<ApiKey>;\n /**\n * Gets information about the deleted configuration stores in a subscription.\n * @param options The options parameters.\n */\n listDeleted(\n options?: ConfigurationStoresListDeletedOptionalParams,\n ): PagedAsyncIterableIterator<DeletedConfigurationStore>;\n /**\n * Gets the properties of the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresGetOptionalParams,\n ): Promise<ConfigurationStoresGetResponse>;\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConfigurationStoresCreateResponse>,\n ConfigurationStoresCreateResponse\n >\n >;\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ): Promise<ConfigurationStoresCreateResponse>;\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConfigurationStoresUpdateResponse>,\n ConfigurationStoresUpdateResponse\n >\n >;\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ): Promise<ConfigurationStoresUpdateResponse>;\n /**\n * Regenerates an access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param regenerateKeyParameters The parameters for regenerating an access key.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n configStoreName: string,\n regenerateKeyParameters: RegenerateKeyParameters,\n options?: ConfigurationStoresRegenerateKeyOptionalParams,\n ): Promise<ConfigurationStoresRegenerateKeyResponse>;\n /**\n * Gets a deleted Azure app configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n getDeleted(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresGetDeletedOptionalParams,\n ): Promise<ConfigurationStoresGetDeletedResponse>;\n /**\n * Permanently deletes the specified configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginPurgeDeleted(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Permanently deletes the specified configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginPurgeDeletedAndWait(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./configurationStores.js";
|
|
2
|
-
export * from "./operations.js";
|
|
3
|
-
export * from "./privateEndpointConnections.js";
|
|
4
|
-
export * from "./privateLinkResources.js";
|
|
5
|
-
export * from "./keyValues.js";
|
|
6
|
-
export * from "./replicas.js";
|
|
7
|
-
export * from "./snapshots.js";
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
const tslib_1 = require("tslib");
|
|
11
|
-
tslib_1.__exportStar(require("./configurationStores.js"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./privateEndpointConnections.js"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./privateLinkResources.js"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./keyValues.js"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./replicas.js"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./snapshots.js"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,mEAAyC;AACzC,0DAAgC;AAChC,0EAAgD;AAChD,oEAA0C;AAC1C,yDAA+B;AAC/B,wDAA8B;AAC9B,yDAA+B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./configurationStores.js\";\nexport * from \"./operations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./keyValues.js\";\nexport * from \"./replicas.js\";\nexport * from \"./snapshots.js\";\n"]}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
-
import { KeyValuesGetOptionalParams, KeyValuesGetResponse, KeyValue, KeyValuesCreateOrUpdateOptionalParams, KeyValuesCreateOrUpdateResponse, KeyValuesDeleteOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a KeyValues. */
|
|
4
|
-
export interface KeyValues {
|
|
5
|
-
/**
|
|
6
|
-
* Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM
|
|
7
|
-
* Template deployments. For all other scenarios involving App Configuration key-values the data plane
|
|
8
|
-
* API should be used instead.
|
|
9
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
10
|
-
* @param configStoreName The name of the configuration store.
|
|
11
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
12
|
-
* character. Label is optional.
|
|
13
|
-
* @param options The options parameters.
|
|
14
|
-
*/
|
|
15
|
-
get(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesGetOptionalParams): Promise<KeyValuesGetResponse>;
|
|
16
|
-
/**
|
|
17
|
-
* Creates a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
|
|
18
|
-
* other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
19
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
20
|
-
* @param configStoreName The name of the configuration store.
|
|
21
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
22
|
-
* character. Label is optional.
|
|
23
|
-
* @param keyValueParameters The parameters for creating a key-value.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, keyValueParameters: KeyValue, options?: KeyValuesCreateOrUpdateOptionalParams): Promise<KeyValuesCreateOrUpdateResponse>;
|
|
27
|
-
/**
|
|
28
|
-
* Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
|
|
29
|
-
* other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
30
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
31
|
-
* @param configStoreName The name of the configuration store.
|
|
32
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
33
|
-
* character. Label is optional.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
beginDelete(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
37
|
-
/**
|
|
38
|
-
* Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
|
|
39
|
-
* other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
40
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
41
|
-
* @param configStoreName The name of the configuration store.
|
|
42
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
43
|
-
* character. Label is optional.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
beginDeleteAndWait(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<void>;
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=keyValues.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyValues.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/keyValues.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,QAAQ,EACR,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,QAAQ,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=keyValues.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyValues.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/keyValues.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n KeyValuesGetOptionalParams,\n KeyValuesGetResponse,\n KeyValue,\n KeyValuesCreateOrUpdateOptionalParams,\n KeyValuesCreateOrUpdateResponse,\n KeyValuesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a KeyValues. */\nexport interface KeyValues {\n /**\n * Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM\n * Template deployments. For all other scenarios involving App Configuration key-values the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesGetOptionalParams,\n ): Promise<KeyValuesGetResponse>;\n /**\n * Creates a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param keyValueParameters The parameters for creating a key-value.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n keyValueParameters: KeyValue,\n options?: KeyValuesCreateOrUpdateOptionalParams,\n ): Promise<KeyValuesCreateOrUpdateResponse>;\n /**\n * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { OperationDefinition, OperationsListOptionalParams, CheckNameAvailabilityParameters, OperationsCheckNameAvailabilityOptionalParams, OperationsCheckNameAvailabilityResponse, OperationsRegionalCheckNameAvailabilityOptionalParams, OperationsRegionalCheckNameAvailabilityResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a Operations. */
|
|
4
|
-
export interface Operations {
|
|
5
|
-
/**
|
|
6
|
-
* Lists the operations available from this provider.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
|
|
10
|
-
/**
|
|
11
|
-
* Checks whether the configuration store name is available for use.
|
|
12
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
13
|
-
* request.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
checkNameAvailability(checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsCheckNameAvailabilityOptionalParams): Promise<OperationsCheckNameAvailabilityResponse>;
|
|
17
|
-
/**
|
|
18
|
-
* Checks whether the configuration store name is available for use.
|
|
19
|
-
* @param location The location in which uniqueness will be verified.
|
|
20
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
21
|
-
* request.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
regionalCheckNameAvailability(location: string, checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsRegionalCheckNameAvailabilityOptionalParams): Promise<OperationsRegionalCheckNameAvailabilityResponse>;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,+BAA+B,EAC/B,6CAA6C,EAC7C,uCAAuC,EACvC,qDAAqD,EACrD,+CAA+C,EAChD,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,qBAAqB,CACnB,+BAA+B,EAAE,+BAA+B,EAChE,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,6BAA6B,CAC3B,QAAQ,EAAE,MAAM,EAChB,+BAA+B,EAAE,+BAA+B,EAChE,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC,CAAC;CAC7D"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n OperationDefinition,\n OperationsListOptionalParams,\n CheckNameAvailabilityParameters,\n OperationsCheckNameAvailabilityOptionalParams,\n OperationsCheckNameAvailabilityResponse,\n OperationsRegionalCheckNameAvailabilityOptionalParams,\n OperationsRegionalCheckNameAvailabilityResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists the operations available from this provider.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationDefinition>;\n /**\n * Checks whether the configuration store name is available for use.\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n checkNameAvailabilityParameters: CheckNameAvailabilityParameters,\n options?: OperationsCheckNameAvailabilityOptionalParams,\n ): Promise<OperationsCheckNameAvailabilityResponse>;\n /**\n * Checks whether the configuration store name is available for use.\n * @param location The location in which uniqueness will be verified.\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param options The options parameters.\n */\n regionalCheckNameAvailability(\n location: string,\n checkNameAvailabilityParameters: CheckNameAvailabilityParameters,\n options?: OperationsRegionalCheckNameAvailabilityOptionalParams,\n ): Promise<OperationsRegionalCheckNameAvailabilityResponse>;\n}\n"]}
|