@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,187 +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.PrivateLinkResourcesImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
-
/// <reference lib="esnext.asynciterable" />
|
|
17
|
-
/** Class containing PrivateLinkResources operations. */
|
|
18
|
-
class PrivateLinkResourcesImpl {
|
|
19
|
-
/**
|
|
20
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
21
|
-
* @param client Reference to the service client
|
|
22
|
-
*/
|
|
23
|
-
constructor(client) {
|
|
24
|
-
this.client = client;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Gets the private link resources that need to be created for a configuration store.
|
|
28
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
29
|
-
* @param configStoreName The name of the configuration store.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
33
|
-
const iter = this.listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options);
|
|
34
|
-
return {
|
|
35
|
-
next() {
|
|
36
|
-
return iter.next();
|
|
37
|
-
},
|
|
38
|
-
[Symbol.asyncIterator]() {
|
|
39
|
-
return this;
|
|
40
|
-
},
|
|
41
|
-
byPage: (settings) => {
|
|
42
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
43
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
-
}
|
|
45
|
-
return this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings);
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings) {
|
|
50
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listByConfigurationStorePagingPage_1() {
|
|
51
|
-
let result;
|
|
52
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
53
|
-
if (!continuationToken) {
|
|
54
|
-
result = yield tslib_1.__await(this._listByConfigurationStore(resourceGroupName, configStoreName, options));
|
|
55
|
-
let page = result.value || [];
|
|
56
|
-
continuationToken = result.nextLink;
|
|
57
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
58
|
-
yield yield tslib_1.__await(page);
|
|
59
|
-
}
|
|
60
|
-
while (continuationToken) {
|
|
61
|
-
result = yield tslib_1.__await(this._listByConfigurationStoreNext(resourceGroupName, configStoreName, continuationToken, options));
|
|
62
|
-
continuationToken = result.nextLink;
|
|
63
|
-
let page = result.value || [];
|
|
64
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
65
|
-
yield yield tslib_1.__await(page);
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options) {
|
|
70
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listByConfigurationStorePagingAll_1() {
|
|
71
|
-
var _a, e_1, _b, _c;
|
|
72
|
-
try {
|
|
73
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
-
_c = _f.value;
|
|
75
|
-
_d = false;
|
|
76
|
-
const page = _c;
|
|
77
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Gets the private link resources that need to be created for a configuration store.
|
|
91
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
92
|
-
* @param configStoreName The name of the configuration store.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
_listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
96
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, options }, listByConfigurationStoreOperationSpec);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Gets a private link resource that need to be created for a configuration store.
|
|
100
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
101
|
-
* @param configStoreName The name of the configuration store.
|
|
102
|
-
* @param groupName The name of the private link resource group.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
get(resourceGroupName, configStoreName, groupName, options) {
|
|
106
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, groupName, options }, getOperationSpec);
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* ListByConfigurationStoreNext
|
|
110
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
111
|
-
* @param configStoreName The name of the configuration store.
|
|
112
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
113
|
-
* method.
|
|
114
|
-
* @param options The options parameters.
|
|
115
|
-
*/
|
|
116
|
-
_listByConfigurationStoreNext(resourceGroupName, configStoreName, nextLink, options) {
|
|
117
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, nextLink, options }, listByConfigurationStoreNextOperationSpec);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exports.PrivateLinkResourcesImpl = PrivateLinkResourcesImpl;
|
|
121
|
-
// Operation Specifications
|
|
122
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
123
|
-
const listByConfigurationStoreOperationSpec = {
|
|
124
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources",
|
|
125
|
-
httpMethod: "GET",
|
|
126
|
-
responses: {
|
|
127
|
-
200: {
|
|
128
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult,
|
|
129
|
-
},
|
|
130
|
-
default: {
|
|
131
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
132
|
-
},
|
|
133
|
-
},
|
|
134
|
-
queryParameters: [Parameters.apiVersion],
|
|
135
|
-
urlParameters: [
|
|
136
|
-
Parameters.$host,
|
|
137
|
-
Parameters.subscriptionId,
|
|
138
|
-
Parameters.resourceGroupName,
|
|
139
|
-
Parameters.configStoreName,
|
|
140
|
-
],
|
|
141
|
-
headerParameters: [Parameters.accept],
|
|
142
|
-
serializer,
|
|
143
|
-
};
|
|
144
|
-
const getOperationSpec = {
|
|
145
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}",
|
|
146
|
-
httpMethod: "GET",
|
|
147
|
-
responses: {
|
|
148
|
-
200: {
|
|
149
|
-
bodyMapper: Mappers.PrivateLinkResource,
|
|
150
|
-
},
|
|
151
|
-
default: {
|
|
152
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
queryParameters: [Parameters.apiVersion],
|
|
156
|
-
urlParameters: [
|
|
157
|
-
Parameters.$host,
|
|
158
|
-
Parameters.subscriptionId,
|
|
159
|
-
Parameters.resourceGroupName,
|
|
160
|
-
Parameters.configStoreName,
|
|
161
|
-
Parameters.groupName,
|
|
162
|
-
],
|
|
163
|
-
headerParameters: [Parameters.accept],
|
|
164
|
-
serializer,
|
|
165
|
-
};
|
|
166
|
-
const listByConfigurationStoreNextOperationSpec = {
|
|
167
|
-
path: "{nextLink}",
|
|
168
|
-
httpMethod: "GET",
|
|
169
|
-
responses: {
|
|
170
|
-
200: {
|
|
171
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult,
|
|
172
|
-
},
|
|
173
|
-
default: {
|
|
174
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
urlParameters: [
|
|
178
|
-
Parameters.$host,
|
|
179
|
-
Parameters.subscriptionId,
|
|
180
|
-
Parameters.resourceGroupName,
|
|
181
|
-
Parameters.configStoreName,
|
|
182
|
-
Parameters.nextLink,
|
|
183
|
-
],
|
|
184
|
-
headerParameters: [Parameters.accept],
|
|
185
|
-
serializer,
|
|
186
|
-
};
|
|
187
|
-
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAYtD,4CAA4C;AAC5C,wDAAwD;AACxD,MAAa,wBAAwB;IAGnC;;;OAGG;IACH,YAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,wBAAwB,CAC7B,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;QAEpE,MAAM,IAAI,GAAG,IAAI,CAAC,iCAAiC,CACjD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,kCAAkC,CAC5C,iBAAiB,EACjB,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,kCAAkC,CAC/C,iBAAyB,EACzB,eAAuB,EACvB,OAAoE,EACpE,QAAuB;;YAEvB,IAAI,MAA4D,CAAC;YACjE,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,yBAAyB,CAC3C,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,6BAA6B,CAC/C,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,iCAAiC,CAC9C,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;;;;gBAEpE,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,kCAAkC,CAC9D,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,yBAAyB,CAC/B,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,qCAAqC,CACtC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,eAAuB,EACvB,SAAiB,EACjB,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,SAAS,EAAE,OAAO,EAAE,EAC1D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,6BAA6B,CACnC,iBAAyB,EACzB,eAAuB,EACvB,QAAgB,EAChB,OAAwE;QAExE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzD,yCAAyC,CAC1C,CAAC;IACJ,CAAC;CACF;AAtJD,4DAsJC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EAAE,oKAAoK;IAC1K,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,gLAAgL;IACtL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,SAAS;KACrB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { PrivateLinkResources } 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 PrivateLinkResource,\n PrivateLinkResourcesListByConfigurationStoreNextOptionalParams,\n PrivateLinkResourcesListByConfigurationStoreOptionalParams,\n PrivateLinkResourcesListByConfigurationStoreResponse,\n PrivateLinkResourcesGetOptionalParams,\n PrivateLinkResourcesGetResponse,\n PrivateLinkResourcesListByConfigurationStoreNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateLinkResources operations. */\nexport class PrivateLinkResourcesImpl implements PrivateLinkResources {\n private readonly client: AppConfigurationManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: AppConfigurationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for 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 public listByConfigurationStore(\n resourceGroupName: string,\n configStoreName: string,\n options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource> {\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?: PrivateLinkResourcesListByConfigurationStoreOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PrivateLinkResource[]> {\n let result: PrivateLinkResourcesListByConfigurationStoreResponse;\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?: PrivateLinkResourcesListByConfigurationStoreOptionalParams,\n ): AsyncIterableIterator<PrivateLinkResource> {\n for await (const page of this.listByConfigurationStorePagingPage(\n resourceGroupName,\n configStoreName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the private link resources that need to be created for 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 private _listByConfigurationStore(\n resourceGroupName: string,\n configStoreName: string,\n options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams,\n ): Promise<PrivateLinkResourcesListByConfigurationStoreResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, options },\n listByConfigurationStoreOperationSpec,\n );\n }\n\n /**\n * Gets a private link resource that need to be created for 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 groupName The name of the private link resource group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n groupName: string,\n options?: PrivateLinkResourcesGetOptionalParams,\n ): Promise<PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, groupName, options },\n getOperationSpec,\n );\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?: PrivateLinkResourcesListByConfigurationStoreNextOptionalParams,\n ): Promise<PrivateLinkResourcesListByConfigurationStoreNextResponse> {\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}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult,\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 ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource,\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.groupName,\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.PrivateLinkResourceListResult,\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,82 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Replicas } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { AppConfigurationManagementClient } from "../appConfigurationManagementClient.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { Replica, ReplicasListByConfigurationStoreOptionalParams, ReplicasGetOptionalParams, ReplicasGetResponse, ReplicasCreateOptionalParams, ReplicasCreateResponse, ReplicasDeleteOptionalParams } from "../models/index.js";
|
|
6
|
-
/** Class containing Replicas operations. */
|
|
7
|
-
export declare class ReplicasImpl implements Replicas {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class Replicas class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: AppConfigurationManagementClient);
|
|
14
|
-
/**
|
|
15
|
-
* Lists the replicas for a given configuration store.
|
|
16
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
17
|
-
* @param configStoreName The name of the configuration store.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: ReplicasListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<Replica>;
|
|
21
|
-
private listByConfigurationStorePagingPage;
|
|
22
|
-
private listByConfigurationStorePagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* Lists the replicas for a given configuration store.
|
|
25
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
26
|
-
* @param configStoreName The name of the configuration store.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
private _listByConfigurationStore;
|
|
30
|
-
/**
|
|
31
|
-
* Gets the properties of the specified replica.
|
|
32
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
33
|
-
* @param configStoreName The name of the configuration store.
|
|
34
|
-
* @param replicaName The name of the replica.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasGetOptionalParams): Promise<ReplicasGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* Creates a replica with the specified parameters.
|
|
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 replicaName The name of the replica.
|
|
43
|
-
* @param replicaCreationParameters The parameters for creating a replica.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
beginCreate(resourceGroupName: string, configStoreName: string, replicaName: string, replicaCreationParameters: Replica, options?: ReplicasCreateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicasCreateResponse>, ReplicasCreateResponse>>;
|
|
47
|
-
/**
|
|
48
|
-
* Creates a replica with the specified parameters.
|
|
49
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
50
|
-
* @param configStoreName The name of the configuration store.
|
|
51
|
-
* @param replicaName The name of the replica.
|
|
52
|
-
* @param replicaCreationParameters The parameters for creating a replica.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateAndWait(resourceGroupName: string, configStoreName: string, replicaName: string, replicaCreationParameters: Replica, options?: ReplicasCreateOptionalParams): Promise<ReplicasCreateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Deletes a replica.
|
|
58
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
59
|
-
* @param configStoreName The name of the configuration store.
|
|
60
|
-
* @param replicaName The name of the replica.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginDelete(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
64
|
-
/**
|
|
65
|
-
* Deletes a replica.
|
|
66
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
67
|
-
* @param configStoreName The name of the configuration store.
|
|
68
|
-
* @param replicaName The name of the replica.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
beginDeleteAndWait(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasDeleteOptionalParams): Promise<void>;
|
|
72
|
-
/**
|
|
73
|
-
* ListByConfigurationStoreNext
|
|
74
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
75
|
-
* @param configStoreName The name of the configuration store.
|
|
76
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
77
|
-
* method.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
private _listByConfigurationStoreNext;
|
|
81
|
-
}
|
|
82
|
-
//# sourceMappingURL=replicas.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicas.d.ts","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,OAAO,EAEP,8CAA8C,EAE9C,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAE7B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;OAKG;IACI,wBAAwB,CAC7B,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,OAAO,CAAC;YA2BvB,kCAAkC;YAiClC,iCAAiC;IAchD;;;;;OAKG;IACH,OAAO,CAAC,yBAAyB;IAWjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,OAAO,EAClC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF;IA8DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,OAAO,EAClC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAWlC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;;OAOG;IACH,OAAO,CAAC,6BAA6B;CAWtC"}
|
|
@@ -1,361 +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.ReplicasImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
-
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
-
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
-
/// <reference lib="esnext.asynciterable" />
|
|
19
|
-
/** Class containing Replicas operations. */
|
|
20
|
-
class ReplicasImpl {
|
|
21
|
-
/**
|
|
22
|
-
* Initialize a new instance of the class Replicas class.
|
|
23
|
-
* @param client Reference to the service client
|
|
24
|
-
*/
|
|
25
|
-
constructor(client) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Lists the replicas for a given configuration store.
|
|
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 options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
35
|
-
const iter = this.listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options);
|
|
36
|
-
return {
|
|
37
|
-
next() {
|
|
38
|
-
return iter.next();
|
|
39
|
-
},
|
|
40
|
-
[Symbol.asyncIterator]() {
|
|
41
|
-
return this;
|
|
42
|
-
},
|
|
43
|
-
byPage: (settings) => {
|
|
44
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
45
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
46
|
-
}
|
|
47
|
-
return this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings) {
|
|
52
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listByConfigurationStorePagingPage_1() {
|
|
53
|
-
let result;
|
|
54
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
55
|
-
if (!continuationToken) {
|
|
56
|
-
result = yield tslib_1.__await(this._listByConfigurationStore(resourceGroupName, configStoreName, options));
|
|
57
|
-
let page = result.value || [];
|
|
58
|
-
continuationToken = result.nextLink;
|
|
59
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
|
-
yield yield tslib_1.__await(page);
|
|
61
|
-
}
|
|
62
|
-
while (continuationToken) {
|
|
63
|
-
result = yield tslib_1.__await(this._listByConfigurationStoreNext(resourceGroupName, configStoreName, continuationToken, options));
|
|
64
|
-
continuationToken = result.nextLink;
|
|
65
|
-
let page = result.value || [];
|
|
66
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
|
-
yield yield tslib_1.__await(page);
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options) {
|
|
72
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listByConfigurationStorePagingAll_1() {
|
|
73
|
-
var _a, e_1, _b, _c;
|
|
74
|
-
try {
|
|
75
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
76
|
-
_c = _f.value;
|
|
77
|
-
_d = false;
|
|
78
|
-
const page = _c;
|
|
79
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
83
|
-
finally {
|
|
84
|
-
try {
|
|
85
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
86
|
-
}
|
|
87
|
-
finally { if (e_1) throw e_1.error; }
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* Lists the replicas for a given configuration store.
|
|
93
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
94
|
-
* @param configStoreName The name of the configuration store.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
_listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
98
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, options }, listByConfigurationStoreOperationSpec);
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* Gets the properties of the specified replica.
|
|
102
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
103
|
-
* @param configStoreName The name of the configuration store.
|
|
104
|
-
* @param replicaName The name of the replica.
|
|
105
|
-
* @param options The options parameters.
|
|
106
|
-
*/
|
|
107
|
-
get(resourceGroupName, configStoreName, replicaName, options) {
|
|
108
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, replicaName, options }, getOperationSpec);
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Creates a replica with the specified parameters.
|
|
112
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
113
|
-
* @param configStoreName The name of the configuration store.
|
|
114
|
-
* @param replicaName The name of the replica.
|
|
115
|
-
* @param replicaCreationParameters The parameters for creating a replica.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
async beginCreate(resourceGroupName, configStoreName, replicaName, replicaCreationParameters, options) {
|
|
119
|
-
const directSendOperation = async (args, spec) => {
|
|
120
|
-
return this.client.sendOperationRequest(args, spec);
|
|
121
|
-
};
|
|
122
|
-
const sendOperationFn = async (args, spec) => {
|
|
123
|
-
var _a;
|
|
124
|
-
let currentRawResponse = undefined;
|
|
125
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
126
|
-
const callback = (rawResponse, flatResponse) => {
|
|
127
|
-
currentRawResponse = rawResponse;
|
|
128
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
129
|
-
};
|
|
130
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
131
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
132
|
-
return {
|
|
133
|
-
flatResponse,
|
|
134
|
-
rawResponse: {
|
|
135
|
-
statusCode: currentRawResponse.status,
|
|
136
|
-
body: currentRawResponse.parsedBody,
|
|
137
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
138
|
-
},
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
142
|
-
sendOperationFn,
|
|
143
|
-
args: {
|
|
144
|
-
resourceGroupName,
|
|
145
|
-
configStoreName,
|
|
146
|
-
replicaName,
|
|
147
|
-
replicaCreationParameters,
|
|
148
|
-
options,
|
|
149
|
-
},
|
|
150
|
-
spec: createOperationSpec,
|
|
151
|
-
});
|
|
152
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
153
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
154
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
155
|
-
resourceLocationConfig: "azure-async-operation",
|
|
156
|
-
});
|
|
157
|
-
await poller.poll();
|
|
158
|
-
return poller;
|
|
159
|
-
}
|
|
160
|
-
/**
|
|
161
|
-
* Creates a replica with the specified parameters.
|
|
162
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
163
|
-
* @param configStoreName The name of the configuration store.
|
|
164
|
-
* @param replicaName The name of the replica.
|
|
165
|
-
* @param replicaCreationParameters The parameters for creating a replica.
|
|
166
|
-
* @param options The options parameters.
|
|
167
|
-
*/
|
|
168
|
-
async beginCreateAndWait(resourceGroupName, configStoreName, replicaName, replicaCreationParameters, options) {
|
|
169
|
-
const poller = await this.beginCreate(resourceGroupName, configStoreName, replicaName, replicaCreationParameters, options);
|
|
170
|
-
return poller.pollUntilDone();
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* Deletes a replica.
|
|
174
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
175
|
-
* @param configStoreName The name of the configuration store.
|
|
176
|
-
* @param replicaName The name of the replica.
|
|
177
|
-
* @param options The options parameters.
|
|
178
|
-
*/
|
|
179
|
-
async beginDelete(resourceGroupName, configStoreName, replicaName, options) {
|
|
180
|
-
const directSendOperation = async (args, spec) => {
|
|
181
|
-
return this.client.sendOperationRequest(args, spec);
|
|
182
|
-
};
|
|
183
|
-
const sendOperationFn = async (args, spec) => {
|
|
184
|
-
var _a;
|
|
185
|
-
let currentRawResponse = undefined;
|
|
186
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
187
|
-
const callback = (rawResponse, flatResponse) => {
|
|
188
|
-
currentRawResponse = rawResponse;
|
|
189
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
190
|
-
};
|
|
191
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
192
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
193
|
-
return {
|
|
194
|
-
flatResponse,
|
|
195
|
-
rawResponse: {
|
|
196
|
-
statusCode: currentRawResponse.status,
|
|
197
|
-
body: currentRawResponse.parsedBody,
|
|
198
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
199
|
-
},
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
203
|
-
sendOperationFn,
|
|
204
|
-
args: { resourceGroupName, configStoreName, replicaName, options },
|
|
205
|
-
spec: deleteOperationSpec,
|
|
206
|
-
});
|
|
207
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
208
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
209
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
210
|
-
resourceLocationConfig: "azure-async-operation",
|
|
211
|
-
});
|
|
212
|
-
await poller.poll();
|
|
213
|
-
return poller;
|
|
214
|
-
}
|
|
215
|
-
/**
|
|
216
|
-
* Deletes a replica.
|
|
217
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
218
|
-
* @param configStoreName The name of the configuration store.
|
|
219
|
-
* @param replicaName The name of the replica.
|
|
220
|
-
* @param options The options parameters.
|
|
221
|
-
*/
|
|
222
|
-
async beginDeleteAndWait(resourceGroupName, configStoreName, replicaName, options) {
|
|
223
|
-
const poller = await this.beginDelete(resourceGroupName, configStoreName, replicaName, options);
|
|
224
|
-
return poller.pollUntilDone();
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* ListByConfigurationStoreNext
|
|
228
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
229
|
-
* @param configStoreName The name of the configuration store.
|
|
230
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
231
|
-
* method.
|
|
232
|
-
* @param options The options parameters.
|
|
233
|
-
*/
|
|
234
|
-
_listByConfigurationStoreNext(resourceGroupName, configStoreName, nextLink, options) {
|
|
235
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, nextLink, options }, listByConfigurationStoreNextOperationSpec);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
exports.ReplicasImpl = ReplicasImpl;
|
|
239
|
-
// Operation Specifications
|
|
240
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
241
|
-
const listByConfigurationStoreOperationSpec = {
|
|
242
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas",
|
|
243
|
-
httpMethod: "GET",
|
|
244
|
-
responses: {
|
|
245
|
-
200: {
|
|
246
|
-
bodyMapper: Mappers.ReplicaListResult,
|
|
247
|
-
},
|
|
248
|
-
default: {
|
|
249
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
250
|
-
},
|
|
251
|
-
},
|
|
252
|
-
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
253
|
-
urlParameters: [
|
|
254
|
-
Parameters.$host,
|
|
255
|
-
Parameters.subscriptionId,
|
|
256
|
-
Parameters.resourceGroupName,
|
|
257
|
-
Parameters.configStoreName,
|
|
258
|
-
],
|
|
259
|
-
headerParameters: [Parameters.accept],
|
|
260
|
-
serializer,
|
|
261
|
-
};
|
|
262
|
-
const getOperationSpec = {
|
|
263
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}",
|
|
264
|
-
httpMethod: "GET",
|
|
265
|
-
responses: {
|
|
266
|
-
200: {
|
|
267
|
-
bodyMapper: Mappers.Replica,
|
|
268
|
-
},
|
|
269
|
-
default: {
|
|
270
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
queryParameters: [Parameters.apiVersion],
|
|
274
|
-
urlParameters: [
|
|
275
|
-
Parameters.$host,
|
|
276
|
-
Parameters.subscriptionId,
|
|
277
|
-
Parameters.resourceGroupName,
|
|
278
|
-
Parameters.configStoreName,
|
|
279
|
-
Parameters.replicaName,
|
|
280
|
-
],
|
|
281
|
-
headerParameters: [Parameters.accept],
|
|
282
|
-
serializer,
|
|
283
|
-
};
|
|
284
|
-
const createOperationSpec = {
|
|
285
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}",
|
|
286
|
-
httpMethod: "PUT",
|
|
287
|
-
responses: {
|
|
288
|
-
200: {
|
|
289
|
-
bodyMapper: Mappers.Replica,
|
|
290
|
-
},
|
|
291
|
-
201: {
|
|
292
|
-
bodyMapper: Mappers.Replica,
|
|
293
|
-
},
|
|
294
|
-
202: {
|
|
295
|
-
bodyMapper: Mappers.Replica,
|
|
296
|
-
},
|
|
297
|
-
204: {
|
|
298
|
-
bodyMapper: Mappers.Replica,
|
|
299
|
-
},
|
|
300
|
-
default: {
|
|
301
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
302
|
-
},
|
|
303
|
-
},
|
|
304
|
-
requestBody: Parameters.replicaCreationParameters,
|
|
305
|
-
queryParameters: [Parameters.apiVersion],
|
|
306
|
-
urlParameters: [
|
|
307
|
-
Parameters.$host,
|
|
308
|
-
Parameters.subscriptionId,
|
|
309
|
-
Parameters.resourceGroupName,
|
|
310
|
-
Parameters.configStoreName,
|
|
311
|
-
Parameters.replicaName1,
|
|
312
|
-
],
|
|
313
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
314
|
-
mediaType: "json",
|
|
315
|
-
serializer,
|
|
316
|
-
};
|
|
317
|
-
const deleteOperationSpec = {
|
|
318
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}",
|
|
319
|
-
httpMethod: "DELETE",
|
|
320
|
-
responses: {
|
|
321
|
-
200: {},
|
|
322
|
-
201: {},
|
|
323
|
-
202: {},
|
|
324
|
-
204: {},
|
|
325
|
-
default: {
|
|
326
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
327
|
-
},
|
|
328
|
-
},
|
|
329
|
-
queryParameters: [Parameters.apiVersion],
|
|
330
|
-
urlParameters: [
|
|
331
|
-
Parameters.$host,
|
|
332
|
-
Parameters.subscriptionId,
|
|
333
|
-
Parameters.resourceGroupName,
|
|
334
|
-
Parameters.configStoreName,
|
|
335
|
-
Parameters.replicaName1,
|
|
336
|
-
],
|
|
337
|
-
headerParameters: [Parameters.accept],
|
|
338
|
-
serializer,
|
|
339
|
-
};
|
|
340
|
-
const listByConfigurationStoreNextOperationSpec = {
|
|
341
|
-
path: "{nextLink}",
|
|
342
|
-
httpMethod: "GET",
|
|
343
|
-
responses: {
|
|
344
|
-
200: {
|
|
345
|
-
bodyMapper: Mappers.ReplicaListResult,
|
|
346
|
-
},
|
|
347
|
-
default: {
|
|
348
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
349
|
-
},
|
|
350
|
-
},
|
|
351
|
-
urlParameters: [
|
|
352
|
-
Parameters.$host,
|
|
353
|
-
Parameters.subscriptionId,
|
|
354
|
-
Parameters.resourceGroupName,
|
|
355
|
-
Parameters.configStoreName,
|
|
356
|
-
Parameters.nextLink,
|
|
357
|
-
],
|
|
358
|
-
headerParameters: [Parameters.accept],
|
|
359
|
-
serializer,
|
|
360
|
-
};
|
|
361
|
-
//# sourceMappingURL=replicas.js.map
|