@azure/arm-appconfiguration 6.0.0-beta.1 → 6.0.0-beta.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/dist/browser/api/appConfigurationManagementContext.d.ts +3 -3
- package/dist/browser/api/appConfigurationManagementContext.js +2 -15
- package/dist/browser/api/appConfigurationManagementContext.js.map +1 -1
- package/dist/browser/api/configurationStores/index.d.ts +1 -1
- package/dist/browser/api/configurationStores/index.js.map +1 -1
- package/dist/browser/api/configurationStores/operations.d.ts +0 -5
- package/dist/browser/api/configurationStores/operations.js +37 -22
- package/dist/browser/api/configurationStores/operations.js.map +1 -1
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.js +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/keyValues/index.d.ts +1 -1
- package/dist/browser/api/keyValues/index.js.map +1 -1
- package/dist/browser/api/keyValues/operations.d.ts +0 -5
- package/dist/browser/api/keyValues/operations.js +6 -10
- package/dist/browser/api/keyValues/operations.js.map +1 -1
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +106 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.js +8 -4
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +13 -12
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/index.d.ts +1 -1
- package/dist/browser/api/privateLinkResources/index.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +7 -3
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/replicas/index.d.ts +1 -1
- package/dist/browser/api/replicas/index.js.map +1 -1
- package/dist/browser/api/replicas/operations.d.ts +0 -5
- package/dist/browser/api/replicas/operations.js +13 -12
- package/dist/browser/api/replicas/operations.js.map +1 -1
- package/dist/browser/api/snapshots/index.d.ts +1 -1
- package/dist/browser/api/snapshots/index.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +3 -2
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/appConfigurationManagementClient.d.ts +4 -1
- package/dist/browser/appConfigurationManagementClient.js +5 -0
- package/dist/browser/appConfigurationManagementClient.js.map +1 -1
- package/dist/browser/classic/configurationStores/index.d.ts +0 -5
- package/dist/browser/classic/configurationStores/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +8 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/keyValues/index.d.ts +0 -5
- package/dist/browser/classic/keyValues/index.js.map +1 -1
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/replicas/index.d.ts +0 -5
- package/dist/browser/classic/replicas/index.js.map +1 -1
- package/dist/browser/index.d.ts +21 -16
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +236 -15
- package/dist/browser/models/models.js +237 -29
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +12 -4
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +27 -5
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/browser/static-helpers/pollingHelpers.js +18 -2
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +5 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/appConfigurationManagementContext.d.ts +3 -3
- package/dist/commonjs/api/appConfigurationManagementContext.js +43 -38
- package/dist/commonjs/api/appConfigurationManagementContext.js.map +7 -1
- package/dist/commonjs/api/configurationStores/index.d.ts +1 -1
- package/dist/commonjs/api/configurationStores/index.js +48 -18
- package/dist/commonjs/api/configurationStores/index.js.map +7 -1
- package/dist/commonjs/api/configurationStores/operations.d.ts +0 -5
- package/dist/commonjs/api/configurationStores/operations.js +445 -302
- package/dist/commonjs/api/configurationStores/operations.js.map +7 -1
- package/dist/commonjs/api/configurationStores/options.js +16 -5
- package/dist/commonjs/api/configurationStores/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +28 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/keyValues/index.d.ts +1 -1
- package/dist/commonjs/api/keyValues/index.js +32 -10
- package/dist/commonjs/api/keyValues/index.js.map +7 -1
- package/dist/commonjs/api/keyValues/operations.d.ts +0 -5
- package/dist/commonjs/api/keyValues/operations.js +136 -95
- package/dist/commonjs/api/keyValues/operations.js.map +7 -1
- package/dist/commonjs/api/keyValues/options.js +16 -5
- package/dist/commonjs/api/keyValues/options.js.map +7 -1
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +173 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +32 -10
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +139 -82
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +16 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -11
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +196 -126
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -5
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -1
- package/dist/commonjs/api/privateLinkResources/index.d.ts +1 -1
- package/dist/commonjs/api/privateLinkResources/index.js +30 -9
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +101 -59
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -1
- package/dist/commonjs/api/privateLinkResources/options.js +16 -5
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -1
- package/dist/commonjs/api/replicas/index.d.ts +1 -1
- package/dist/commonjs/api/replicas/index.js +34 -11
- package/dist/commonjs/api/replicas/index.js.map +7 -1
- package/dist/commonjs/api/replicas/operations.d.ts +0 -5
- package/dist/commonjs/api/replicas/operations.js +183 -125
- package/dist/commonjs/api/replicas/operations.js.map +7 -1
- package/dist/commonjs/api/replicas/options.js +16 -5
- package/dist/commonjs/api/replicas/options.js.map +7 -1
- package/dist/commonjs/api/snapshots/index.d.ts +1 -1
- package/dist/commonjs/api/snapshots/index.js +30 -9
- package/dist/commonjs/api/snapshots/index.js.map +7 -1
- package/dist/commonjs/api/snapshots/operations.js +100 -67
- package/dist/commonjs/api/snapshots/operations.js.map +7 -1
- package/dist/commonjs/api/snapshots/options.js +16 -5
- package/dist/commonjs/api/snapshots/options.js.map +7 -1
- package/dist/commonjs/appConfigurationManagementClient.d.ts +4 -1
- package/dist/commonjs/appConfigurationManagementClient.js +79 -58
- package/dist/commonjs/appConfigurationManagementClient.js.map +7 -1
- package/dist/commonjs/classic/configurationStores/index.d.ts +0 -5
- package/dist/commonjs/classic/configurationStores/index.js +101 -56
- package/dist/commonjs/classic/configurationStores/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +8 -7
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/keyValues/index.d.ts +0 -5
- package/dist/commonjs/classic/keyValues/index.js +52 -24
- package/dist/commonjs/classic/keyValues/index.js.map +7 -1
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +73 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.js +36 -15
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js +87 -33
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/classic/privateLinkResources/index.js +35 -14
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -1
- package/dist/commonjs/classic/replicas/index.d.ts +0 -5
- package/dist/commonjs/classic/replicas/index.js +75 -33
- package/dist/commonjs/classic/replicas/index.js.map +7 -1
- package/dist/commonjs/classic/snapshots/index.js +51 -23
- package/dist/commonjs/classic/snapshots/index.js.map +7 -1
- package/dist/commonjs/index.d.ts +21 -16
- package/dist/commonjs/index.js +71 -26
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +62 -20
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +236 -15
- package/dist/commonjs/models/models.js +1157 -1029
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +120 -102
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +50 -40
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +125 -106
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +95 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +32 -17
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +65 -45
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +166 -172
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/appConfigurationManagementContext.d.ts +3 -3
- package/dist/esm/api/appConfigurationManagementContext.js +2 -15
- package/dist/esm/api/appConfigurationManagementContext.js.map +1 -1
- package/dist/esm/api/configurationStores/index.d.ts +1 -1
- package/dist/esm/api/configurationStores/index.js.map +1 -1
- package/dist/esm/api/configurationStores/operations.d.ts +0 -5
- package/dist/esm/api/configurationStores/operations.js +37 -22
- package/dist/esm/api/configurationStores/operations.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/keyValues/index.d.ts +1 -1
- package/dist/esm/api/keyValues/index.js.map +1 -1
- package/dist/esm/api/keyValues/operations.d.ts +0 -5
- package/dist/esm/api/keyValues/operations.js +6 -10
- package/dist/esm/api/keyValues/operations.js.map +1 -1
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +106 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.js +8 -4
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +13 -12
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/index.d.ts +1 -1
- package/dist/esm/api/privateLinkResources/index.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +7 -3
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/replicas/index.d.ts +1 -1
- package/dist/esm/api/replicas/index.js.map +1 -1
- package/dist/esm/api/replicas/operations.d.ts +0 -5
- package/dist/esm/api/replicas/operations.js +13 -12
- package/dist/esm/api/replicas/operations.js.map +1 -1
- package/dist/esm/api/snapshots/index.d.ts +1 -1
- package/dist/esm/api/snapshots/index.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +3 -2
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/appConfigurationManagementClient.d.ts +4 -1
- package/dist/esm/appConfigurationManagementClient.js +5 -0
- package/dist/esm/appConfigurationManagementClient.js.map +1 -1
- package/dist/esm/classic/configurationStores/index.d.ts +0 -5
- package/dist/esm/classic/configurationStores/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +8 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/keyValues/index.d.ts +0 -5
- package/dist/esm/classic/keyValues/index.js.map +1 -1
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/replicas/index.d.ts +0 -5
- package/dist/esm/classic/replicas/index.js.map +1 -1
- package/dist/esm/index.d.ts +21 -16
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +236 -15
- package/dist/esm/models/models.js +237 -29
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +12 -4
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +27 -5
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/esm/static-helpers/pollingHelpers.js +18 -2
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +5 -5
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/appConfigurationManagementContext.d.ts +3 -3
- package/dist/react-native/api/appConfigurationManagementContext.js +2 -15
- package/dist/react-native/api/appConfigurationManagementContext.js.map +1 -1
- package/dist/react-native/api/configurationStores/index.d.ts +1 -1
- package/dist/react-native/api/configurationStores/index.js.map +1 -1
- package/dist/react-native/api/configurationStores/operations.d.ts +0 -5
- package/dist/react-native/api/configurationStores/operations.js +37 -22
- package/dist/react-native/api/configurationStores/operations.js.map +1 -1
- package/dist/react-native/api/index.d.ts +2 -1
- package/dist/react-native/api/index.js +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/keyValues/index.d.ts +1 -1
- package/dist/react-native/api/keyValues/index.js.map +1 -1
- package/dist/react-native/api/keyValues/operations.d.ts +0 -5
- package/dist/react-native/api/keyValues/operations.js +6 -10
- package/dist/react-native/api/keyValues/operations.js.map +1 -1
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.js +106 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +1 -1
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +8 -4
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/react-native/api/privateEndpointConnections/operations.js +13 -12
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +1 -1
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js +7 -3
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -1
- package/dist/react-native/api/replicas/index.d.ts +1 -1
- package/dist/react-native/api/replicas/index.js.map +1 -1
- package/dist/react-native/api/replicas/operations.d.ts +0 -5
- package/dist/react-native/api/replicas/operations.js +13 -12
- package/dist/react-native/api/replicas/operations.js.map +1 -1
- package/dist/react-native/api/snapshots/index.d.ts +1 -1
- package/dist/react-native/api/snapshots/index.js.map +1 -1
- package/dist/react-native/api/snapshots/operations.js +3 -2
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/appConfigurationManagementClient.d.ts +4 -1
- package/dist/react-native/appConfigurationManagementClient.js +5 -0
- package/dist/react-native/appConfigurationManagementClient.js.map +1 -1
- package/dist/react-native/classic/configurationStores/index.d.ts +0 -5
- package/dist/react-native/classic/configurationStores/index.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +8 -7
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/keyValues/index.d.ts +0 -5
- package/dist/react-native/classic/keyValues/index.js.map +1 -1
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/classic/replicas/index.d.ts +0 -5
- package/dist/react-native/classic/replicas/index.js.map +1 -1
- package/dist/react-native/index.d.ts +21 -16
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +236 -15
- package/dist/react-native/models/models.js +237 -29
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +12 -4
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +27 -5
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +18 -2
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.js +5 -5
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +33 -37
|
@@ -1,366 +1,509 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var operations_exports = {};
|
|
19
|
+
__export(operations_exports, {
|
|
20
|
+
$delete: () => $delete,
|
|
21
|
+
_$deleteDeserialize: () => _$deleteDeserialize,
|
|
22
|
+
_$deleteSend: () => _$deleteSend,
|
|
23
|
+
_createDeserialize: () => _createDeserialize,
|
|
24
|
+
_createSend: () => _createSend,
|
|
25
|
+
_getDeletedDeserialize: () => _getDeletedDeserialize,
|
|
26
|
+
_getDeletedSend: () => _getDeletedSend,
|
|
27
|
+
_getDeserialize: () => _getDeserialize,
|
|
28
|
+
_getSend: () => _getSend,
|
|
29
|
+
_listByResourceGroupDeserialize: () => _listByResourceGroupDeserialize,
|
|
30
|
+
_listByResourceGroupSend: () => _listByResourceGroupSend,
|
|
31
|
+
_listDeletedDeserialize: () => _listDeletedDeserialize,
|
|
32
|
+
_listDeletedSend: () => _listDeletedSend,
|
|
33
|
+
_listDeserialize: () => _listDeserialize,
|
|
34
|
+
_listKeysDeserialize: () => _listKeysDeserialize,
|
|
35
|
+
_listKeysSend: () => _listKeysSend,
|
|
36
|
+
_listSend: () => _listSend,
|
|
37
|
+
_purgeDeletedDeserialize: () => _purgeDeletedDeserialize,
|
|
38
|
+
_purgeDeletedSend: () => _purgeDeletedSend,
|
|
39
|
+
_regenerateKeyDeserialize: () => _regenerateKeyDeserialize,
|
|
40
|
+
_regenerateKeySend: () => _regenerateKeySend,
|
|
41
|
+
_updateDeserialize: () => _updateDeserialize,
|
|
42
|
+
_updateSend: () => _updateSend,
|
|
43
|
+
create: () => create,
|
|
44
|
+
get: () => get,
|
|
45
|
+
getDeleted: () => getDeleted,
|
|
46
|
+
list: () => list,
|
|
47
|
+
listByResourceGroup: () => listByResourceGroup,
|
|
48
|
+
listDeleted: () => listDeleted,
|
|
49
|
+
listKeys: () => listKeys,
|
|
50
|
+
purgeDeleted: () => purgeDeleted,
|
|
51
|
+
regenerateKey: () => regenerateKey,
|
|
52
|
+
update: () => update
|
|
53
|
+
});
|
|
54
|
+
module.exports = __toCommonJS(operations_exports);
|
|
55
|
+
var import_models = require("../../models/models.js");
|
|
56
|
+
var import_pagingHelpers = require("../../static-helpers/pagingHelpers.js");
|
|
57
|
+
var import_pollingHelpers = require("../../static-helpers/pollingHelpers.js");
|
|
58
|
+
var import_urlTemplate = require("../../static-helpers/urlTemplate.js");
|
|
59
|
+
var import_core_client = require("@azure-rest/core-client");
|
|
43
60
|
function _listDeletedSend(context, options = { requestOptions: {} }) {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
61
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
62
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores{?api%2Dversion}",
|
|
63
|
+
{
|
|
64
|
+
subscriptionId: context.subscriptionId,
|
|
65
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
return context.path(path).get({
|
|
72
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
73
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
74
|
+
});
|
|
54
75
|
}
|
|
55
76
|
async function _listDeletedDeserialize(result) {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
77
|
+
const expectedStatuses = ["200"];
|
|
78
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
79
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
80
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
81
|
+
throw error;
|
|
82
|
+
}
|
|
83
|
+
return (0, import_models._deletedConfigurationStoreListResultDeserializer)(result.body);
|
|
63
84
|
}
|
|
64
|
-
/** Gets information about the deleted configuration stores in a subscription. */
|
|
65
85
|
function listDeleted(context, options = { requestOptions: {} }) {
|
|
66
|
-
|
|
86
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
87
|
+
context,
|
|
88
|
+
() => _listDeletedSend(context, options),
|
|
89
|
+
_listDeletedDeserialize,
|
|
90
|
+
["200"],
|
|
91
|
+
{
|
|
92
|
+
itemName: "value",
|
|
93
|
+
nextLinkName: "nextLink",
|
|
94
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
95
|
+
}
|
|
96
|
+
);
|
|
67
97
|
}
|
|
68
98
|
function _purgeDeletedSend(context, location, configStoreName, options = { requestOptions: {} }) {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
99
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
100
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}/purge{?api%2Dversion}",
|
|
101
|
+
{
|
|
102
|
+
subscriptionId: context.subscriptionId,
|
|
103
|
+
location,
|
|
104
|
+
configStoreName,
|
|
105
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
109
|
+
}
|
|
110
|
+
);
|
|
111
|
+
return context.path(path).post({ ...(0, import_core_client.operationOptionsToRequestParameters)(options) });
|
|
78
112
|
}
|
|
79
113
|
async function _purgeDeletedDeserialize(result) {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
114
|
+
const expectedStatuses = ["202", "200", "204", "201"];
|
|
115
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
116
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
117
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
118
|
+
throw error;
|
|
119
|
+
}
|
|
120
|
+
return;
|
|
87
121
|
}
|
|
88
|
-
/** Permanently deletes the specified configuration store. */
|
|
89
122
|
function purgeDeleted(context, location, configStoreName, options = { requestOptions: {} }) {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
123
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(context, _purgeDeletedDeserialize, ["202", "200", "204", "201"], {
|
|
124
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
125
|
+
abortSignal: options?.abortSignal,
|
|
126
|
+
getInitialResponse: () => _purgeDeletedSend(context, location, configStoreName, options),
|
|
127
|
+
resourceLocationConfig: "location",
|
|
128
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
129
|
+
});
|
|
96
130
|
}
|
|
97
131
|
function _getDeletedSend(context, location, configStoreName, options = { requestOptions: {} }) {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
132
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
133
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}{?api%2Dversion}",
|
|
134
|
+
{
|
|
135
|
+
subscriptionId: context.subscriptionId,
|
|
136
|
+
location,
|
|
137
|
+
configStoreName,
|
|
138
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
return context.path(path).get({
|
|
145
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
146
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
147
|
+
});
|
|
110
148
|
}
|
|
111
149
|
async function _getDeletedDeserialize(result) {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
150
|
+
const expectedStatuses = ["200"];
|
|
151
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
152
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
153
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
154
|
+
throw error;
|
|
155
|
+
}
|
|
156
|
+
return (0, import_models.deletedConfigurationStoreDeserializer)(result.body);
|
|
119
157
|
}
|
|
120
|
-
/** Gets a deleted Azure app configuration store. */
|
|
121
158
|
async function getDeleted(context, location, configStoreName, options = { requestOptions: {} }) {
|
|
122
|
-
|
|
123
|
-
|
|
159
|
+
const result = await _getDeletedSend(context, location, configStoreName, options);
|
|
160
|
+
return _getDeletedDeserialize(result);
|
|
124
161
|
}
|
|
125
162
|
function _regenerateKeySend(context, resourceGroupName, configStoreName, regenerateKeyParameters, options = { requestOptions: {} }) {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
163
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
164
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/regenerateKey{?api%2Dversion}",
|
|
165
|
+
{
|
|
166
|
+
subscriptionId: context.subscriptionId,
|
|
167
|
+
resourceGroupName,
|
|
168
|
+
configStoreName,
|
|
169
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
173
|
+
}
|
|
174
|
+
);
|
|
175
|
+
return context.path(path).post({
|
|
176
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
177
|
+
contentType: "application/json",
|
|
178
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
179
|
+
body: (0, import_models.regenerateKeyParametersSerializer)(regenerateKeyParameters)
|
|
180
|
+
});
|
|
140
181
|
}
|
|
141
182
|
async function _regenerateKeyDeserialize(result) {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
183
|
+
const expectedStatuses = ["200"];
|
|
184
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
185
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
186
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
187
|
+
throw error;
|
|
188
|
+
}
|
|
189
|
+
return (0, import_models.apiKeyDeserializer)(result.body);
|
|
149
190
|
}
|
|
150
|
-
/** Regenerates an access key for the specified configuration store. */
|
|
151
191
|
async function regenerateKey(context, resourceGroupName, configStoreName, regenerateKeyParameters, options = { requestOptions: {} }) {
|
|
152
|
-
|
|
153
|
-
|
|
192
|
+
const result = await _regenerateKeySend(
|
|
193
|
+
context,
|
|
194
|
+
resourceGroupName,
|
|
195
|
+
configStoreName,
|
|
196
|
+
regenerateKeyParameters,
|
|
197
|
+
options
|
|
198
|
+
);
|
|
199
|
+
return _regenerateKeyDeserialize(result);
|
|
154
200
|
}
|
|
155
201
|
function _listKeysSend(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
202
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
203
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeys{?api%2Dversion,%24skipToken}",
|
|
204
|
+
{
|
|
205
|
+
subscriptionId: context.subscriptionId,
|
|
206
|
+
resourceGroupName,
|
|
207
|
+
configStoreName,
|
|
208
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview",
|
|
209
|
+
"%24skipToken": options?.skipToken
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
213
|
+
}
|
|
214
|
+
);
|
|
215
|
+
return context.path(path).post({
|
|
216
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
217
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
218
|
+
});
|
|
169
219
|
}
|
|
170
220
|
async function _listKeysDeserialize(result) {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
221
|
+
const expectedStatuses = ["200"];
|
|
222
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
223
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
224
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
225
|
+
throw error;
|
|
226
|
+
}
|
|
227
|
+
return (0, import_models._apiKeyListResultDeserializer)(result.body);
|
|
178
228
|
}
|
|
179
|
-
/** Lists the access key for the specified configuration store. */
|
|
180
229
|
function listKeys(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
181
|
-
|
|
230
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
231
|
+
context,
|
|
232
|
+
() => _listKeysSend(context, resourceGroupName, configStoreName, options),
|
|
233
|
+
_listKeysDeserialize,
|
|
234
|
+
["200"],
|
|
235
|
+
{
|
|
236
|
+
itemName: "value",
|
|
237
|
+
nextLinkName: "nextLink",
|
|
238
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
239
|
+
}
|
|
240
|
+
);
|
|
182
241
|
}
|
|
183
242
|
function _listSend(context, options = { requestOptions: {} }) {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
243
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
244
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores{?api%2Dversion,%24skipToken}",
|
|
245
|
+
{
|
|
246
|
+
subscriptionId: context.subscriptionId,
|
|
247
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview",
|
|
248
|
+
"%24skipToken": options?.skipToken
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
252
|
+
}
|
|
253
|
+
);
|
|
254
|
+
return context.path(path).get({
|
|
255
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
256
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
257
|
+
});
|
|
195
258
|
}
|
|
196
259
|
async function _listDeserialize(result) {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
260
|
+
const expectedStatuses = ["200"];
|
|
261
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
262
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
263
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
264
|
+
throw error;
|
|
265
|
+
}
|
|
266
|
+
return (0, import_models._configurationStoreListResultDeserializer)(result.body);
|
|
204
267
|
}
|
|
205
|
-
/** Lists the configuration stores for a given subscription. */
|
|
206
268
|
function list(context, options = { requestOptions: {} }) {
|
|
207
|
-
|
|
269
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
270
|
+
context,
|
|
271
|
+
() => _listSend(context, options),
|
|
272
|
+
_listDeserialize,
|
|
273
|
+
["200"],
|
|
274
|
+
{
|
|
275
|
+
itemName: "value",
|
|
276
|
+
nextLinkName: "nextLink",
|
|
277
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
278
|
+
}
|
|
279
|
+
);
|
|
208
280
|
}
|
|
209
281
|
function _listByResourceGroupSend(context, resourceGroupName, options = { requestOptions: {} }) {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
282
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
283
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores{?api%2Dversion,%24skipToken}",
|
|
284
|
+
{
|
|
285
|
+
subscriptionId: context.subscriptionId,
|
|
286
|
+
resourceGroupName,
|
|
287
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview",
|
|
288
|
+
"%24skipToken": options?.skipToken
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
292
|
+
}
|
|
293
|
+
);
|
|
294
|
+
return context.path(path).get({
|
|
295
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
296
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
297
|
+
});
|
|
222
298
|
}
|
|
223
299
|
async function _listByResourceGroupDeserialize(result) {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
300
|
+
const expectedStatuses = ["200"];
|
|
301
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
302
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
303
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
304
|
+
throw error;
|
|
305
|
+
}
|
|
306
|
+
return (0, import_models._configurationStoreListResultDeserializer)(result.body);
|
|
231
307
|
}
|
|
232
|
-
/** Lists the configuration stores for a given resource group. */
|
|
233
308
|
function listByResourceGroup(context, resourceGroupName, options = { requestOptions: {} }) {
|
|
234
|
-
|
|
309
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
310
|
+
context,
|
|
311
|
+
() => _listByResourceGroupSend(context, resourceGroupName, options),
|
|
312
|
+
_listByResourceGroupDeserialize,
|
|
313
|
+
["200"],
|
|
314
|
+
{
|
|
315
|
+
itemName: "value",
|
|
316
|
+
nextLinkName: "nextLink",
|
|
317
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
318
|
+
}
|
|
319
|
+
);
|
|
235
320
|
}
|
|
236
321
|
function _$deleteSend(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
322
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
323
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}{?api%2Dversion}",
|
|
324
|
+
{
|
|
325
|
+
subscriptionId: context.subscriptionId,
|
|
326
|
+
resourceGroupName,
|
|
327
|
+
configStoreName,
|
|
328
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
332
|
+
}
|
|
333
|
+
);
|
|
334
|
+
return context.path(path).delete({ ...(0, import_core_client.operationOptionsToRequestParameters)(options) });
|
|
246
335
|
}
|
|
247
336
|
async function _$deleteDeserialize(result) {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
/** Deletes a configuration store. */
|
|
257
|
-
/**
|
|
258
|
-
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
259
|
-
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
260
|
-
* to the operation to override the generated name.
|
|
261
|
-
*/
|
|
337
|
+
const expectedStatuses = ["200", "202", "204"];
|
|
338
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
339
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
340
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
341
|
+
throw error;
|
|
342
|
+
}
|
|
343
|
+
return;
|
|
344
|
+
}
|
|
262
345
|
function $delete(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
346
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(context, _$deleteDeserialize, ["200", "202", "204"], {
|
|
347
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
348
|
+
abortSignal: options?.abortSignal,
|
|
349
|
+
getInitialResponse: () => _$deleteSend(context, resourceGroupName, configStoreName, options),
|
|
350
|
+
resourceLocationConfig: "location",
|
|
351
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
352
|
+
});
|
|
269
353
|
}
|
|
270
354
|
function _updateSend(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options = { requestOptions: {} }) {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
355
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
356
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}{?api%2Dversion}",
|
|
357
|
+
{
|
|
358
|
+
subscriptionId: context.subscriptionId,
|
|
359
|
+
resourceGroupName,
|
|
360
|
+
configStoreName,
|
|
361
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
365
|
+
}
|
|
366
|
+
);
|
|
367
|
+
return context.path(path).patch({
|
|
368
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
369
|
+
contentType: "application/json",
|
|
370
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
371
|
+
body: (0, import_models.configurationStoreUpdateParametersSerializer)(configStoreUpdateParameters)
|
|
372
|
+
});
|
|
285
373
|
}
|
|
286
374
|
async function _updateDeserialize(result) {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
375
|
+
const expectedStatuses = ["200", "201", "202"];
|
|
376
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
377
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
378
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
379
|
+
throw error;
|
|
380
|
+
}
|
|
381
|
+
return (0, import_models.configurationStoreDeserializer)(result.body);
|
|
294
382
|
}
|
|
295
|
-
/** Updates a configuration store with the specified parameters. */
|
|
296
383
|
function update(context, resourceGroupName, configStoreName, configStoreUpdateParameters, options = { requestOptions: {} }) {
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
384
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(context, _updateDeserialize, ["200", "201", "202"], {
|
|
385
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
386
|
+
abortSignal: options?.abortSignal,
|
|
387
|
+
getInitialResponse: () => _updateSend(
|
|
388
|
+
context,
|
|
389
|
+
resourceGroupName,
|
|
390
|
+
configStoreName,
|
|
391
|
+
configStoreUpdateParameters,
|
|
392
|
+
options
|
|
393
|
+
),
|
|
394
|
+
resourceLocationConfig: "location",
|
|
395
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
396
|
+
});
|
|
303
397
|
}
|
|
304
398
|
function _createSend(context, resourceGroupName, configStoreName, configStoreCreationParameters, options = { requestOptions: {} }) {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
399
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
400
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}{?api%2Dversion}",
|
|
401
|
+
{
|
|
402
|
+
subscriptionId: context.subscriptionId,
|
|
403
|
+
resourceGroupName,
|
|
404
|
+
configStoreName,
|
|
405
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
409
|
+
}
|
|
410
|
+
);
|
|
411
|
+
return context.path(path).put({
|
|
412
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
413
|
+
contentType: "application/json",
|
|
414
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
415
|
+
body: (0, import_models.configurationStoreSerializer)(configStoreCreationParameters)
|
|
416
|
+
});
|
|
319
417
|
}
|
|
320
418
|
async function _createDeserialize(result) {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
419
|
+
const expectedStatuses = ["200", "201", "202"];
|
|
420
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
421
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
422
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
423
|
+
throw error;
|
|
424
|
+
}
|
|
425
|
+
return (0, import_models.configurationStoreDeserializer)(result.body);
|
|
328
426
|
}
|
|
329
|
-
/** Creates a configuration store with the specified parameters. */
|
|
330
427
|
function create(context, resourceGroupName, configStoreName, configStoreCreationParameters, options = { requestOptions: {} }) {
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
428
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(context, _createDeserialize, ["200", "201", "202"], {
|
|
429
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
430
|
+
abortSignal: options?.abortSignal,
|
|
431
|
+
getInitialResponse: () => _createSend(
|
|
432
|
+
context,
|
|
433
|
+
resourceGroupName,
|
|
434
|
+
configStoreName,
|
|
435
|
+
configStoreCreationParameters,
|
|
436
|
+
options
|
|
437
|
+
),
|
|
438
|
+
resourceLocationConfig: "location",
|
|
439
|
+
apiVersion: context.apiVersion ?? "2025-08-01-preview"
|
|
440
|
+
});
|
|
337
441
|
}
|
|
338
442
|
function _getSend(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
443
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
444
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}{?api%2Dversion}",
|
|
445
|
+
{
|
|
446
|
+
subscriptionId: context.subscriptionId,
|
|
447
|
+
resourceGroupName,
|
|
448
|
+
configStoreName,
|
|
449
|
+
"api%2Dversion": context.apiVersion ?? "2025-08-01-preview"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
453
|
+
}
|
|
454
|
+
);
|
|
455
|
+
return context.path(path).get({
|
|
456
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
457
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
458
|
+
});
|
|
351
459
|
}
|
|
352
460
|
async function _getDeserialize(result) {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
461
|
+
const expectedStatuses = ["200"];
|
|
462
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
463
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
464
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
465
|
+
throw error;
|
|
466
|
+
}
|
|
467
|
+
return (0, import_models.configurationStoreDeserializer)(result.body);
|
|
360
468
|
}
|
|
361
|
-
/** Gets the properties of the specified configuration store. */
|
|
362
469
|
async function get(context, resourceGroupName, configStoreName, options = { requestOptions: {} }) {
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
366
|
-
|
|
470
|
+
const result = await _getSend(context, resourceGroupName, configStoreName, options);
|
|
471
|
+
return _getDeserialize(result);
|
|
472
|
+
}
|
|
473
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
474
|
+
0 && (module.exports = {
|
|
475
|
+
$delete,
|
|
476
|
+
_$deleteDeserialize,
|
|
477
|
+
_$deleteSend,
|
|
478
|
+
_createDeserialize,
|
|
479
|
+
_createSend,
|
|
480
|
+
_getDeletedDeserialize,
|
|
481
|
+
_getDeletedSend,
|
|
482
|
+
_getDeserialize,
|
|
483
|
+
_getSend,
|
|
484
|
+
_listByResourceGroupDeserialize,
|
|
485
|
+
_listByResourceGroupSend,
|
|
486
|
+
_listDeletedDeserialize,
|
|
487
|
+
_listDeletedSend,
|
|
488
|
+
_listDeserialize,
|
|
489
|
+
_listKeysDeserialize,
|
|
490
|
+
_listKeysSend,
|
|
491
|
+
_listSend,
|
|
492
|
+
_purgeDeletedDeserialize,
|
|
493
|
+
_purgeDeletedSend,
|
|
494
|
+
_regenerateKeyDeserialize,
|
|
495
|
+
_regenerateKeySend,
|
|
496
|
+
_updateDeserialize,
|
|
497
|
+
_updateSend,
|
|
498
|
+
create,
|
|
499
|
+
get,
|
|
500
|
+
getDeleted,
|
|
501
|
+
list,
|
|
502
|
+
listByResourceGroup,
|
|
503
|
+
listDeleted,
|
|
504
|
+
listKeys,
|
|
505
|
+
purgeDeleted,
|
|
506
|
+
regenerateKey,
|
|
507
|
+
update
|
|
508
|
+
});
|
|
509
|
+
//# sourceMappingURL=operations.js.map
|