@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,369 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers.js";
|
|
12
|
-
import * as Parameters from "../models/parameters.js";
|
|
13
|
-
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
|
16
|
-
/** Class containing PrivateEndpointConnections operations. */
|
|
17
|
-
export class PrivateEndpointConnectionsImpl {
|
|
18
|
-
/**
|
|
19
|
-
* Initialize a new instance of the class PrivateEndpointConnections class.
|
|
20
|
-
* @param client Reference to the service client
|
|
21
|
-
*/
|
|
22
|
-
constructor(client) {
|
|
23
|
-
this.client = client;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Lists all private endpoint connections for a configuration store.
|
|
27
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
28
|
-
* @param configStoreName The name of the configuration store.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
32
|
-
const iter = this.listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options);
|
|
33
|
-
return {
|
|
34
|
-
next() {
|
|
35
|
-
return iter.next();
|
|
36
|
-
},
|
|
37
|
-
[Symbol.asyncIterator]() {
|
|
38
|
-
return this;
|
|
39
|
-
},
|
|
40
|
-
byPage: (settings) => {
|
|
41
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
-
}
|
|
44
|
-
return this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings);
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings) {
|
|
49
|
-
return __asyncGenerator(this, arguments, function* listByConfigurationStorePagingPage_1() {
|
|
50
|
-
let result;
|
|
51
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
52
|
-
if (!continuationToken) {
|
|
53
|
-
result = yield __await(this._listByConfigurationStore(resourceGroupName, configStoreName, options));
|
|
54
|
-
let page = result.value || [];
|
|
55
|
-
continuationToken = result.nextLink;
|
|
56
|
-
setContinuationToken(page, continuationToken);
|
|
57
|
-
yield yield __await(page);
|
|
58
|
-
}
|
|
59
|
-
while (continuationToken) {
|
|
60
|
-
result = yield __await(this._listByConfigurationStoreNext(resourceGroupName, configStoreName, continuationToken, options));
|
|
61
|
-
continuationToken = result.nextLink;
|
|
62
|
-
let page = result.value || [];
|
|
63
|
-
setContinuationToken(page, continuationToken);
|
|
64
|
-
yield yield __await(page);
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options) {
|
|
69
|
-
return __asyncGenerator(this, arguments, function* listByConfigurationStorePagingAll_1() {
|
|
70
|
-
var _a, e_1, _b, _c;
|
|
71
|
-
try {
|
|
72
|
-
for (var _d = true, _e = __asyncValues(this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
-
_c = _f.value;
|
|
74
|
-
_d = false;
|
|
75
|
-
const page = _c;
|
|
76
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
-
finally {
|
|
81
|
-
try {
|
|
82
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
-
}
|
|
84
|
-
finally { if (e_1) throw e_1.error; }
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Lists all private endpoint connections for a configuration store.
|
|
90
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
91
|
-
* @param configStoreName The name of the configuration store.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
_listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
95
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, options }, listByConfigurationStoreOperationSpec);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Gets the specified private endpoint connection associated with the configuration store.
|
|
99
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
100
|
-
* @param configStoreName The name of the configuration store.
|
|
101
|
-
* @param privateEndpointConnectionName Private endpoint connection name
|
|
102
|
-
* @param options The options parameters.
|
|
103
|
-
*/
|
|
104
|
-
get(resourceGroupName, configStoreName, privateEndpointConnectionName, options) {
|
|
105
|
-
return this.client.sendOperationRequest({
|
|
106
|
-
resourceGroupName,
|
|
107
|
-
configStoreName,
|
|
108
|
-
privateEndpointConnectionName,
|
|
109
|
-
options,
|
|
110
|
-
}, getOperationSpec);
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* Update the state of the specified private endpoint connection associated with the configuration
|
|
114
|
-
* store. This operation cannot be used to create a private endpoint connection. Private endpoint
|
|
115
|
-
* connections must be created with the Network resource provider.
|
|
116
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
117
|
-
* @param configStoreName The name of the configuration store.
|
|
118
|
-
* @param privateEndpointConnectionName Private endpoint connection name
|
|
119
|
-
* @param privateEndpointConnection The private endpoint connection properties.
|
|
120
|
-
* @param options The options parameters.
|
|
121
|
-
*/
|
|
122
|
-
async beginCreateOrUpdate(resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options) {
|
|
123
|
-
const directSendOperation = async (args, spec) => {
|
|
124
|
-
return this.client.sendOperationRequest(args, spec);
|
|
125
|
-
};
|
|
126
|
-
const sendOperationFn = async (args, spec) => {
|
|
127
|
-
var _a;
|
|
128
|
-
let currentRawResponse = undefined;
|
|
129
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
130
|
-
const callback = (rawResponse, flatResponse) => {
|
|
131
|
-
currentRawResponse = rawResponse;
|
|
132
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
133
|
-
};
|
|
134
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
135
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
136
|
-
return {
|
|
137
|
-
flatResponse,
|
|
138
|
-
rawResponse: {
|
|
139
|
-
statusCode: currentRawResponse.status,
|
|
140
|
-
body: currentRawResponse.parsedBody,
|
|
141
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
142
|
-
},
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
const lro = createLroSpec({
|
|
146
|
-
sendOperationFn,
|
|
147
|
-
args: {
|
|
148
|
-
resourceGroupName,
|
|
149
|
-
configStoreName,
|
|
150
|
-
privateEndpointConnectionName,
|
|
151
|
-
privateEndpointConnection,
|
|
152
|
-
options,
|
|
153
|
-
},
|
|
154
|
-
spec: createOrUpdateOperationSpec,
|
|
155
|
-
});
|
|
156
|
-
const poller = await createHttpPoller(lro, {
|
|
157
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
158
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
159
|
-
});
|
|
160
|
-
await poller.poll();
|
|
161
|
-
return poller;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Update the state of the specified private endpoint connection associated with the configuration
|
|
165
|
-
* store. This operation cannot be used to create a private endpoint connection. Private endpoint
|
|
166
|
-
* connections must be created with the Network resource provider.
|
|
167
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
168
|
-
* @param configStoreName The name of the configuration store.
|
|
169
|
-
* @param privateEndpointConnectionName Private endpoint connection name
|
|
170
|
-
* @param privateEndpointConnection The private endpoint connection properties.
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
async beginCreateOrUpdateAndWait(resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options) {
|
|
174
|
-
const poller = await this.beginCreateOrUpdate(resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options);
|
|
175
|
-
return poller.pollUntilDone();
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Deletes a private endpoint connection.
|
|
179
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
180
|
-
* @param configStoreName The name of the configuration store.
|
|
181
|
-
* @param privateEndpointConnectionName Private endpoint connection name
|
|
182
|
-
* @param options The options parameters.
|
|
183
|
-
*/
|
|
184
|
-
async beginDelete(resourceGroupName, configStoreName, privateEndpointConnectionName, options) {
|
|
185
|
-
const directSendOperation = async (args, spec) => {
|
|
186
|
-
return this.client.sendOperationRequest(args, spec);
|
|
187
|
-
};
|
|
188
|
-
const sendOperationFn = async (args, spec) => {
|
|
189
|
-
var _a;
|
|
190
|
-
let currentRawResponse = undefined;
|
|
191
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
192
|
-
const callback = (rawResponse, flatResponse) => {
|
|
193
|
-
currentRawResponse = rawResponse;
|
|
194
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
195
|
-
};
|
|
196
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
197
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
198
|
-
return {
|
|
199
|
-
flatResponse,
|
|
200
|
-
rawResponse: {
|
|
201
|
-
statusCode: currentRawResponse.status,
|
|
202
|
-
body: currentRawResponse.parsedBody,
|
|
203
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
204
|
-
},
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
const lro = createLroSpec({
|
|
208
|
-
sendOperationFn,
|
|
209
|
-
args: {
|
|
210
|
-
resourceGroupName,
|
|
211
|
-
configStoreName,
|
|
212
|
-
privateEndpointConnectionName,
|
|
213
|
-
options,
|
|
214
|
-
},
|
|
215
|
-
spec: deleteOperationSpec,
|
|
216
|
-
});
|
|
217
|
-
const poller = await createHttpPoller(lro, {
|
|
218
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
219
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
220
|
-
});
|
|
221
|
-
await poller.poll();
|
|
222
|
-
return poller;
|
|
223
|
-
}
|
|
224
|
-
/**
|
|
225
|
-
* Deletes a private endpoint connection.
|
|
226
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
227
|
-
* @param configStoreName The name of the configuration store.
|
|
228
|
-
* @param privateEndpointConnectionName Private endpoint connection name
|
|
229
|
-
* @param options The options parameters.
|
|
230
|
-
*/
|
|
231
|
-
async beginDeleteAndWait(resourceGroupName, configStoreName, privateEndpointConnectionName, options) {
|
|
232
|
-
const poller = await this.beginDelete(resourceGroupName, configStoreName, privateEndpointConnectionName, options);
|
|
233
|
-
return poller.pollUntilDone();
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* ListByConfigurationStoreNext
|
|
237
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
238
|
-
* @param configStoreName The name of the configuration store.
|
|
239
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
240
|
-
* method.
|
|
241
|
-
* @param options The options parameters.
|
|
242
|
-
*/
|
|
243
|
-
_listByConfigurationStoreNext(resourceGroupName, configStoreName, nextLink, options) {
|
|
244
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, nextLink, options }, listByConfigurationStoreNextOperationSpec);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
// Operation Specifications
|
|
248
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
249
|
-
const listByConfigurationStoreOperationSpec = {
|
|
250
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections",
|
|
251
|
-
httpMethod: "GET",
|
|
252
|
-
responses: {
|
|
253
|
-
200: {
|
|
254
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult,
|
|
255
|
-
},
|
|
256
|
-
default: {
|
|
257
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
258
|
-
},
|
|
259
|
-
},
|
|
260
|
-
queryParameters: [Parameters.apiVersion],
|
|
261
|
-
urlParameters: [
|
|
262
|
-
Parameters.$host,
|
|
263
|
-
Parameters.subscriptionId,
|
|
264
|
-
Parameters.resourceGroupName,
|
|
265
|
-
Parameters.configStoreName,
|
|
266
|
-
],
|
|
267
|
-
headerParameters: [Parameters.accept],
|
|
268
|
-
serializer,
|
|
269
|
-
};
|
|
270
|
-
const getOperationSpec = {
|
|
271
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
272
|
-
httpMethod: "GET",
|
|
273
|
-
responses: {
|
|
274
|
-
200: {
|
|
275
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
276
|
-
},
|
|
277
|
-
default: {
|
|
278
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
queryParameters: [Parameters.apiVersion],
|
|
282
|
-
urlParameters: [
|
|
283
|
-
Parameters.$host,
|
|
284
|
-
Parameters.subscriptionId,
|
|
285
|
-
Parameters.resourceGroupName,
|
|
286
|
-
Parameters.configStoreName,
|
|
287
|
-
Parameters.privateEndpointConnectionName,
|
|
288
|
-
],
|
|
289
|
-
headerParameters: [Parameters.accept],
|
|
290
|
-
serializer,
|
|
291
|
-
};
|
|
292
|
-
const createOrUpdateOperationSpec = {
|
|
293
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
294
|
-
httpMethod: "PUT",
|
|
295
|
-
responses: {
|
|
296
|
-
200: {
|
|
297
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
298
|
-
},
|
|
299
|
-
201: {
|
|
300
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
301
|
-
},
|
|
302
|
-
202: {
|
|
303
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
304
|
-
},
|
|
305
|
-
204: {
|
|
306
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
307
|
-
},
|
|
308
|
-
default: {
|
|
309
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
requestBody: Parameters.privateEndpointConnection,
|
|
313
|
-
queryParameters: [Parameters.apiVersion],
|
|
314
|
-
urlParameters: [
|
|
315
|
-
Parameters.$host,
|
|
316
|
-
Parameters.subscriptionId,
|
|
317
|
-
Parameters.resourceGroupName,
|
|
318
|
-
Parameters.configStoreName,
|
|
319
|
-
Parameters.privateEndpointConnectionName,
|
|
320
|
-
],
|
|
321
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
322
|
-
mediaType: "json",
|
|
323
|
-
serializer,
|
|
324
|
-
};
|
|
325
|
-
const deleteOperationSpec = {
|
|
326
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
327
|
-
httpMethod: "DELETE",
|
|
328
|
-
responses: {
|
|
329
|
-
200: {},
|
|
330
|
-
201: {},
|
|
331
|
-
202: {},
|
|
332
|
-
204: {},
|
|
333
|
-
default: {
|
|
334
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
335
|
-
},
|
|
336
|
-
},
|
|
337
|
-
queryParameters: [Parameters.apiVersion],
|
|
338
|
-
urlParameters: [
|
|
339
|
-
Parameters.$host,
|
|
340
|
-
Parameters.subscriptionId,
|
|
341
|
-
Parameters.resourceGroupName,
|
|
342
|
-
Parameters.configStoreName,
|
|
343
|
-
Parameters.privateEndpointConnectionName,
|
|
344
|
-
],
|
|
345
|
-
headerParameters: [Parameters.accept],
|
|
346
|
-
serializer,
|
|
347
|
-
};
|
|
348
|
-
const listByConfigurationStoreNextOperationSpec = {
|
|
349
|
-
path: "{nextLink}",
|
|
350
|
-
httpMethod: "GET",
|
|
351
|
-
responses: {
|
|
352
|
-
200: {
|
|
353
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult,
|
|
354
|
-
},
|
|
355
|
-
default: {
|
|
356
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
357
|
-
},
|
|
358
|
-
},
|
|
359
|
-
urlParameters: [
|
|
360
|
-
Parameters.$host,
|
|
361
|
-
Parameters.subscriptionId,
|
|
362
|
-
Parameters.resourceGroupName,
|
|
363
|
-
Parameters.configStoreName,
|
|
364
|
-
Parameters.nextLink,
|
|
365
|
-
],
|
|
366
|
-
headerParameters: [Parameters.accept],
|
|
367
|
-
serializer,
|
|
368
|
-
};
|
|
369
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { PrivateEndpointConnections } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AppConfigurationManagementClient } from \"../appConfigurationManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams,\n PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n PrivateEndpointConnectionsListByConfigurationStoreResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByConfigurationStoreNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateEndpointConnections operations. */\nexport class PrivateEndpointConnectionsImpl\n implements PrivateEndpointConnections\n{\n private readonly client: AppConfigurationManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: AppConfigurationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all private endpoint connections 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?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection> {\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?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PrivateEndpointConnection[]> {\n let result: PrivateEndpointConnectionsListByConfigurationStoreResponse;\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?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n ): AsyncIterableIterator<PrivateEndpointConnection> {\n for await (const page of this.listByConfigurationStorePagingPage(\n resourceGroupName,\n configStoreName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all private endpoint connections 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?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n ): Promise<PrivateEndpointConnectionsListByConfigurationStoreResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, options },\n listByConfigurationStoreOperationSpec,\n );\n }\n\n /**\n * Gets the specified private endpoint connection associated with the 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 privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store. This operation cannot be used to create a private endpoint connection. Private endpoint\n * connections must be created with the Network resource provider.\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 privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,\n PrivateEndpointConnectionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store. This operation cannot be used to create a private endpoint connection. Private endpoint\n * connections must be created with the Network resource provider.\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 privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a private endpoint connection.\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 privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a private endpoint connection.\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 privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByConfigurationStoreNext\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore\n * method.\n * @param options The options parameters.\n */\n private _listByConfigurationStoreNext(\n resourceGroupName: string,\n configStoreName: string,\n nextLink: string,\n options?: PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams,\n ): Promise<PrivateEndpointConnectionsListByConfigurationStoreNextResponse> {\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}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult,\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}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\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.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.privateEndpointConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.privateEndpointConnectionName,\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.PrivateEndpointConnectionListResult,\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,47 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { PrivateLinkResources } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { AppConfigurationManagementClient } from "../appConfigurationManagementClient.js";
|
|
4
|
-
import { PrivateLinkResource, PrivateLinkResourcesListByConfigurationStoreOptionalParams, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing PrivateLinkResources operations. */
|
|
6
|
-
export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AppConfigurationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Gets the private link resources that need to be created for a configuration store.
|
|
15
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
16
|
-
* @param configStoreName The name of the configuration store.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
20
|
-
private listByConfigurationStorePagingPage;
|
|
21
|
-
private listByConfigurationStorePagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* Gets the private link resources that need to be created for a configuration store.
|
|
24
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
25
|
-
* @param configStoreName The name of the configuration store.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
private _listByConfigurationStore;
|
|
29
|
-
/**
|
|
30
|
-
* Gets a private link resource that need to be created for a configuration store.
|
|
31
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
32
|
-
* @param configStoreName The name of the configuration store.
|
|
33
|
-
* @param groupName The name of the private link resource group.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
get(resourceGroupName: string, configStoreName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* ListByConfigurationStoreNext
|
|
39
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
40
|
-
* @param configStoreName The name of the configuration store.
|
|
41
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
42
|
-
* method.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
private _listByConfigurationStoreNext;
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAIxE,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EACL,mBAAmB,EAEnB,0DAA0D,EAE1D,qCAAqC,EACrC,+BAA+B,EAEhC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,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,0DAA0D,GACnE,0BAA0B,CAAC,mBAAmB,CAAC;YA2BnC,kCAAkC;YAiClC,iCAAiC;IAchD;;;;;OAKG;IACH,OAAO,CAAC,yBAAyB;IAWjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;;OAOG;IACH,OAAO,CAAC,6BAA6B;CAWtC"}
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers.js";
|
|
12
|
-
import * as Parameters from "../models/parameters.js";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing PrivateLinkResources operations. */
|
|
15
|
-
export class PrivateLinkResourcesImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Gets the private link resources that need to be created for a 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
|
-
listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
30
|
-
const iter = this.listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options);
|
|
31
|
-
return {
|
|
32
|
-
next() {
|
|
33
|
-
return iter.next();
|
|
34
|
-
},
|
|
35
|
-
[Symbol.asyncIterator]() {
|
|
36
|
-
return this;
|
|
37
|
-
},
|
|
38
|
-
byPage: (settings) => {
|
|
39
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
40
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
-
}
|
|
42
|
-
return this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings);
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options, settings) {
|
|
47
|
-
return __asyncGenerator(this, arguments, function* listByConfigurationStorePagingPage_1() {
|
|
48
|
-
let result;
|
|
49
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
50
|
-
if (!continuationToken) {
|
|
51
|
-
result = yield __await(this._listByConfigurationStore(resourceGroupName, configStoreName, options));
|
|
52
|
-
let page = result.value || [];
|
|
53
|
-
continuationToken = result.nextLink;
|
|
54
|
-
setContinuationToken(page, continuationToken);
|
|
55
|
-
yield yield __await(page);
|
|
56
|
-
}
|
|
57
|
-
while (continuationToken) {
|
|
58
|
-
result = yield __await(this._listByConfigurationStoreNext(resourceGroupName, configStoreName, continuationToken, options));
|
|
59
|
-
continuationToken = result.nextLink;
|
|
60
|
-
let page = result.value || [];
|
|
61
|
-
setContinuationToken(page, continuationToken);
|
|
62
|
-
yield yield __await(page);
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
listByConfigurationStorePagingAll(resourceGroupName, configStoreName, options) {
|
|
67
|
-
return __asyncGenerator(this, arguments, function* listByConfigurationStorePagingAll_1() {
|
|
68
|
-
var _a, e_1, _b, _c;
|
|
69
|
-
try {
|
|
70
|
-
for (var _d = true, _e = __asyncValues(this.listByConfigurationStorePagingPage(resourceGroupName, configStoreName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
71
|
-
_c = _f.value;
|
|
72
|
-
_d = false;
|
|
73
|
-
const page = _c;
|
|
74
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
78
|
-
finally {
|
|
79
|
-
try {
|
|
80
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
81
|
-
}
|
|
82
|
-
finally { if (e_1) throw e_1.error; }
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Gets the private link resources that need to be created for a configuration store.
|
|
88
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
89
|
-
* @param configStoreName The name of the configuration store.
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
_listByConfigurationStore(resourceGroupName, configStoreName, options) {
|
|
93
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, options }, listByConfigurationStoreOperationSpec);
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* Gets a private link resource that need to be created for a configuration store.
|
|
97
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
98
|
-
* @param configStoreName The name of the configuration store.
|
|
99
|
-
* @param groupName The name of the private link resource group.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
get(resourceGroupName, configStoreName, groupName, options) {
|
|
103
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, groupName, options }, getOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* ListByConfigurationStoreNext
|
|
107
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
108
|
-
* @param configStoreName The name of the configuration store.
|
|
109
|
-
* @param nextLink The nextLink from the previous successful call to the ListByConfigurationStore
|
|
110
|
-
* method.
|
|
111
|
-
* @param options The options parameters.
|
|
112
|
-
*/
|
|
113
|
-
_listByConfigurationStoreNext(resourceGroupName, configStoreName, nextLink, options) {
|
|
114
|
-
return this.client.sendOperationRequest({ resourceGroupName, configStoreName, nextLink, options }, listByConfigurationStoreNextOperationSpec);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
// Operation Specifications
|
|
118
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
119
|
-
const listByConfigurationStoreOperationSpec = {
|
|
120
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources",
|
|
121
|
-
httpMethod: "GET",
|
|
122
|
-
responses: {
|
|
123
|
-
200: {
|
|
124
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult,
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
|
131
|
-
urlParameters: [
|
|
132
|
-
Parameters.$host,
|
|
133
|
-
Parameters.subscriptionId,
|
|
134
|
-
Parameters.resourceGroupName,
|
|
135
|
-
Parameters.configStoreName,
|
|
136
|
-
],
|
|
137
|
-
headerParameters: [Parameters.accept],
|
|
138
|
-
serializer,
|
|
139
|
-
};
|
|
140
|
-
const getOperationSpec = {
|
|
141
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}",
|
|
142
|
-
httpMethod: "GET",
|
|
143
|
-
responses: {
|
|
144
|
-
200: {
|
|
145
|
-
bodyMapper: Mappers.PrivateLinkResource,
|
|
146
|
-
},
|
|
147
|
-
default: {
|
|
148
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
queryParameters: [Parameters.apiVersion],
|
|
152
|
-
urlParameters: [
|
|
153
|
-
Parameters.$host,
|
|
154
|
-
Parameters.subscriptionId,
|
|
155
|
-
Parameters.resourceGroupName,
|
|
156
|
-
Parameters.configStoreName,
|
|
157
|
-
Parameters.groupName,
|
|
158
|
-
],
|
|
159
|
-
headerParameters: [Parameters.accept],
|
|
160
|
-
serializer,
|
|
161
|
-
};
|
|
162
|
-
const listByConfigurationStoreNextOperationSpec = {
|
|
163
|
-
path: "{nextLink}",
|
|
164
|
-
httpMethod: "GET",
|
|
165
|
-
responses: {
|
|
166
|
-
200: {
|
|
167
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult,
|
|
168
|
-
},
|
|
169
|
-
default: {
|
|
170
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
171
|
-
},
|
|
172
|
-
},
|
|
173
|
-
urlParameters: [
|
|
174
|
-
Parameters.$host,
|
|
175
|
-
Parameters.subscriptionId,
|
|
176
|
-
Parameters.resourceGroupName,
|
|
177
|
-
Parameters.configStoreName,
|
|
178
|
-
Parameters.nextLink,
|
|
179
|
-
],
|
|
180
|
-
headerParameters: [Parameters.accept],
|
|
181
|
-
serializer,
|
|
182
|
-
};
|
|
183
|
-
//# sourceMappingURL=privateLinkResources.js.map
|