@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */\nexport interface ConfigurationStore extends TrackedResource {\n /** The managed identity information, if configured. */\n identity?: ResourceIdentity;\n /** The sku of the configuration store. */\n sku: Sku;\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreSerializer(item: ConfigurationStore): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n \"softDeleteRetentionInDays\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"createMode\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStorePropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function configurationStoreDeserializer(item: any): ConfigurationStore {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _configurationStorePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentityDeserializer(item[\"identity\"]),\n sku: skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a configuration store. */\nexport interface ConfigurationStoreProperties {\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesSerializer(item: ConfigurationStoreProperties): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function configurationStorePropertiesDeserializer(item: any): ConfigurationStoreProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The provisioning state of the configuration store. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the configuration store. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** The encryption settings for a configuration store. */\nexport interface EncryptionProperties {\n /** Key vault properties. */\n keyVaultProperties?: KeyVaultProperties;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n };\n}\n\n/** Settings concerning key vault encryption for a configuration store. */\nexport interface KeyVaultProperties {\n /** The URI of the key vault key used to encrypt data. */\n keyIdentifier?: string;\n /** The client id of the identity which will be used to access key vault. */\n identityClientId?: string;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return { keyIdentifier: item[\"keyIdentifier\"], identityClientId: item[\"identityClientId\"] };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyIdentifier: item[\"keyIdentifier\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function privateEndpointConnectionReferenceArrayDeserializer(\n result: Array<PrivateEndpointConnectionReference>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionReferenceDeserializer(item);\n });\n}\n\n/** A reference to a related private endpoint connection. */\nexport interface PrivateEndpointConnectionReference {\n /** The resource ID. */\n readonly id?: string;\n /** The name of the resource. */\n readonly name?: string;\n /** The type of the resource. */\n readonly type?: string;\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionReferenceDeserializer(\n item: any,\n): PrivateEndpointConnectionReference {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionReferencePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\n/** Private endpoint which a connection belongs to. */\nexport interface PrivateEndpoint {\n /** The resource Id for private endpoint */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** The state of a private link service connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** The private link service connection status. */\n status?: ConnectionStatus;\n /** The private link service connection description. */\n description?: string;\n /** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\n readonly actionsRequired?: ActionsRequired;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return { status: item[\"status\"], description: item[\"description\"] };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private link service connection status. */\nexport enum KnownConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The private link service connection status. \\\n * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type ConnectionStatus = string;\n\n/** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n /** Recreate */\n Recreate = \"Recreate\",\n}\n\n/**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect) \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Recreate**\n */\nexport type ActionsRequired = string;\n\n/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Control permission for data plane traffic coming from public networks while private endpoint is enabled. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** The data plane proxy settings for a configuration store. */\nexport interface DataPlaneProxyProperties {\n /** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\n authenticationMode?: AuthenticationMode;\n /** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\n privateLinkDelegation?: PrivateLinkDelegation;\n}\n\nexport function dataPlaneProxyPropertiesSerializer(item: DataPlaneProxyProperties): any {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\nexport function dataPlaneProxyPropertiesDeserializer(item: any): DataPlaneProxyProperties {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\n/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\nexport enum KnownAuthenticationMode {\n /** The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. */\n Local = \"Local\",\n /** The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner/ App Configuration Data Reader). */\n PassThrough = \"Pass-through\",\n}\n\n/**\n * The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. \\\n * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local**: The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. \\\n * **Pass-through**: The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner\\/ App Configuration Data Reader).\n */\nexport type AuthenticationMode = string;\n\n/** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\nexport enum KnownPrivateLinkDelegation {\n /** ARM private endpoint is required if the resource requires private link. */\n Enabled = \"Enabled\",\n /** Request is denied if the resource requires private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. \\\n * {@link KnownPrivateLinkDelegation} can be used interchangeably with PrivateLinkDelegation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: ARM private endpoint is required if the resource requires private link. \\\n * **Disabled**: Request is denied if the resource requires private link.\n */\nexport type PrivateLinkDelegation = string;\n/** Indicates whether the configuration store need to be recovered. */\nexport type CreateMode = \"Recover\" | \"Default\";\n\n/** Telemetry settings */\nexport interface TelemetryProperties {\n /** Resource ID of a resource enabling telemetry collection */\n resourceId?: string;\n}\n\nexport function telemetryPropertiesSerializer(item: TelemetryProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function telemetryPropertiesDeserializer(item: any): TelemetryProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner. */\nexport interface ManagedOnBehalfOfConfiguration {\n /** Managed-On-Behalf-Of broker resources */\n readonly moboBrokerResources?: MoboBrokerResource[];\n}\n\nexport function managedOnBehalfOfConfigurationDeserializer(\n item: any,\n): ManagedOnBehalfOfConfiguration {\n return {\n moboBrokerResources: !item[\"moboBrokerResources\"]\n ? item[\"moboBrokerResources\"]\n : moboBrokerResourceArrayDeserializer(item[\"moboBrokerResources\"]),\n };\n}\n\nexport function moboBrokerResourceArrayDeserializer(result: Array<MoboBrokerResource>): any[] {\n return result.map((item) => {\n return moboBrokerResourceDeserializer(item);\n });\n}\n\n/** Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user. */\nexport interface MoboBrokerResource {\n /** Resource identifier of a Managed-On-Behalf-Of broker resource */\n id?: string;\n}\n\nexport function moboBrokerResourceDeserializer(item: any): MoboBrokerResource {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Azure Front Door settings */\nexport interface AzureFrontDoorProperties {\n /** Resource ID of an Azure Front Door profile */\n resourceId?: string;\n}\n\nexport function azureFrontDoorPropertiesSerializer(item: AzureFrontDoorProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function azureFrontDoorPropertiesDeserializer(item: any): AzureFrontDoorProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** An identity that can be associated with a resource. */\nexport interface ResourceIdentity {\n /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\n type?: IdentityType;\n /** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: Record<string, UserIdentity>;\n /** The principal id of the identity. This property will only be provided for a system-assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. */\n readonly tenantId?: string;\n}\n\nexport function resourceIdentitySerializer(item: ResourceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function resourceIdentityDeserializer(item: any): ResourceIdentity {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned, UserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\nexport function userIdentityRecordSerializer(\n item: Record<string, UserIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** A resource identity that is managed by the user of the service. */\nexport interface UserIdentity {\n /** The principal ID of the user-assigned identity. */\n readonly principalId?: string;\n /** The client ID of the user-assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userIdentitySerializer(item: UserIdentity): any {\n return item;\n}\n\nexport function userIdentityDeserializer(item: any): UserIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Describes a configuration store SKU. */\nexport interface Sku {\n /** The SKU name of the configuration store. */\n name: string;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The parameters for updating a configuration store. */\nexport interface ConfigurationStoreUpdateParameters {\n /** The managed identity information for the configuration store. */\n identity?: ResourceIdentity;\n /** The SKU of the configuration store. */\n sku?: Sku;\n /** The ARM resource tags. */\n tags?: Record<string, string>;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreUpdateParametersSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"disableLocalAuth\",\n \"publicNetworkAccess\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStoreUpdateParametersPropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The properties for updating a configuration store. */\nexport interface ConfigurationStorePropertiesUpdateParameters {\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesUpdateParametersSerializer(\n item: ConfigurationStorePropertiesUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The response of a ConfigurationStore list operation. */\nexport interface _ConfigurationStoreListResult {\n /** The ConfigurationStore items on this page */\n value: ConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _configurationStoreListResultDeserializer(\n item: any,\n): _ConfigurationStoreListResult {\n return {\n value: configurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function configurationStoreArraySerializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreSerializer(item);\n });\n}\n\nexport function configurationStoreArrayDeserializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreDeserializer(item);\n });\n}\n\n/** The result of a request to list API keys. */\nexport interface _ApiKeyListResult {\n /** The ApiKey items on this page */\n value: ApiKey[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _apiKeyListResultDeserializer(item: any): _ApiKeyListResult {\n return {\n value: apiKeyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function apiKeyArrayDeserializer(result: Array<ApiKey>): any[] {\n return result.map((item) => {\n return apiKeyDeserializer(item);\n });\n}\n\n/** An API key used for authenticating with a configuration store endpoint. */\nexport interface ApiKey {\n /** The key ID. */\n readonly id?: string;\n /** A name for the key describing its usage. */\n readonly name?: string;\n /** The value of the key that is used for authentication purposes. */\n readonly value?: string;\n /** A connection string that can be used by supporting clients for authentication. */\n readonly connectionString?: string;\n /** The last time any of the key's properties were modified. */\n readonly lastModified?: Date;\n /** Whether this key can only be used for read operations. */\n readonly readOnly?: boolean;\n}\n\nexport function apiKeyDeserializer(item: any): ApiKey {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n value: item[\"value\"],\n connectionString: item[\"connectionString\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n readOnly: item[\"readOnly\"],\n };\n}\n\n/** The parameters used to regenerate an API key. */\nexport interface RegenerateKeyParameters {\n /** The id of the key to regenerate. */\n id?: string;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { id: item[\"id\"] };\n}\n\n/** Deleted configuration store information with extended details. */\nexport interface DeletedConfigurationStore extends ProxyResource {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStoreDeserializer(item: any): DeletedConfigurationStore {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _deletedConfigurationStorePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the deleted configuration store. */\nexport interface DeletedConfigurationStoreProperties {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStorePropertiesDeserializer(\n item: any,\n): DeletedConfigurationStoreProperties {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a DeletedConfigurationStore list operation. */\nexport interface _DeletedConfigurationStoreListResult {\n /** The DeletedConfigurationStore items on this page */\n value: DeletedConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedConfigurationStoreListResultDeserializer(\n item: any,\n): _DeletedConfigurationStoreListResult {\n return {\n value: deletedConfigurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedConfigurationStoreArrayDeserializer(\n result: Array<DeletedConfigurationStore>,\n): any[] {\n return result.map((item) => {\n return deletedConfigurationStoreDeserializer(item);\n });\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** A resource that supports private link capabilities. */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface _PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListResultDeserializer(\n item: any,\n): _PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** The key-value resource along with all resource properties. */\nexport interface KeyValue extends ProxyResource {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValueSerializer(item: KeyValue): any {\n return {\n properties: areAllPropsUndefined(item, [\"value\", \"contentType\", \"tags\"])\n ? undefined\n : _keyValuePropertiesSerializer(item),\n };\n}\n\nexport function keyValueDeserializer(item: any): KeyValue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _keyValuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** All key-value properties. */\nexport interface KeyValueProperties {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValuePropertiesSerializer(item: KeyValueProperties): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function keyValuePropertiesDeserializer(item: any): KeyValueProperties {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The replica resource. */\nexport interface Replica extends ProxyResource {\n /** The location of the replica. */\n location?: string;\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaSerializer(item: Replica): any {\n return { properties: undefined, location: item[\"location\"] };\n}\n\nexport function replicaDeserializer(item: any): Replica {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _replicaPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** All replica properties. */\nexport interface ReplicaProperties {\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaPropertiesSerializer(item: ReplicaProperties): any {\n return item;\n}\n\nexport function replicaPropertiesDeserializer(item: any): ReplicaProperties {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The provisioning state of the replica. */\nexport enum KnownReplicaProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the replica. \\\n * {@link KnownReplicaProvisioningState} can be used interchangeably with ReplicaProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ReplicaProvisioningState = string;\n\n/** The response of a Replica list operation. */\nexport interface _ReplicaListResult {\n /** The Replica items on this page */\n value: Replica[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _replicaListResultDeserializer(item: any): _ReplicaListResult {\n return {\n value: replicaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function replicaArraySerializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaSerializer(item);\n });\n}\n\nexport function replicaArrayDeserializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaDeserializer(item);\n });\n}\n\n/** The snapshot resource. */\nexport interface Snapshot extends ProxyResource {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters?: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotSerializer(item: Snapshot): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"filters\",\n \"compositionType\",\n \"retentionPeriod\",\n \"tags\",\n ])\n ? undefined\n : _snapshotPropertiesSerializer(item),\n };\n}\n\nexport function snapshotDeserializer(item: any): Snapshot {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _snapshotPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** All snapshot properties. */\nexport interface SnapshotProperties {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotPropertiesSerializer(item: SnapshotProperties): any {\n return {\n filters: keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function snapshotPropertiesDeserializer(item: any): SnapshotProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n\n/** The current status of the snapshot. */\nexport enum KnownSnapshotStatus {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Ready */\n Ready = \"Ready\",\n /** Archived */\n Archived = \"Archived\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current status of the snapshot. \\\n * {@link KnownSnapshotStatus} can be used interchangeably with SnapshotStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Ready** \\\n * **Archived** \\\n * **Failed**\n */\nexport type SnapshotStatus = string;\n\nexport function keyValueFilterArraySerializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterSerializer(item);\n });\n}\n\nexport function keyValueFilterArrayDeserializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterDeserializer(item);\n });\n}\n\n/** Enables filtering of key-values. */\nexport interface KeyValueFilter {\n /** Filters key-values by their key field. */\n key: string;\n /** Filters key-values by their label field. */\n label?: string;\n}\n\nexport function keyValueFilterSerializer(item: KeyValueFilter): any {\n return { key: item[\"key\"], label: item[\"label\"] };\n}\n\nexport function keyValueFilterDeserializer(item: any): KeyValueFilter {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n };\n}\n\n/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\nexport enum KnownCompositionType {\n /** Key */\n Key = \"Key\",\n /** Key_Label */\n KeyLabel = \"Key_Label\",\n}\n\n/**\n * The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. \\\n * {@link KnownCompositionType} can be used interchangeably with CompositionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Key** \\\n * **Key_Label**\n */\nexport type CompositionType = string;\n\n/** The result of a request to list configuration store operations. */\nexport interface _OperationDefinitionListResult {\n /** The collection value. */\n value?: OperationDefinition[];\n /** The URI that can be used to request the next set of paged results. */\n readonly nextLink?: string;\n}\n\nexport function _operationDefinitionListResultDeserializer(\n item: any,\n): _OperationDefinitionListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationDefinitionArrayDeserializer(result: Array<OperationDefinition>): any[] {\n return result.map((item) => {\n return operationDefinitionDeserializer(item);\n });\n}\n\n/** The definition of a configuration store operation. */\nexport interface OperationDefinition {\n /** Operation name: {provider}/{resource}/{operation}. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The display information for the configuration store operation. */\n display?: OperationDefinitionDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: OperationProperties;\n}\n\nexport function operationDefinitionDeserializer(item: any): OperationDefinition {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : operationDefinitionDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The display information for a configuration store operation. */\nexport interface OperationDefinitionDisplay {\n /** The resource provider name: Microsoft App Configuration.\" */\n readonly provider?: string;\n /** The resource on which the operation is performed. */\n resource?: string;\n /** The operation that users can perform. */\n operation?: string;\n /** The description for the operation. */\n description?: string;\n}\n\nexport function operationDefinitionDisplayDeserializer(item: any): OperationDefinitionDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Extra Operation properties */\nexport interface OperationProperties {\n /** Service specifications of the operation */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** Service specification payload */\nexport interface ServiceSpecification {\n /** Specifications of the Log for Azure Monitoring */\n logSpecifications?: LogSpecification[];\n /** Specifications of the Metrics for Azure Monitoring */\n metricSpecifications?: MetricSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Log for Azure Monitoring */\nexport interface LogSpecification {\n /** Name of the log */\n name?: string;\n /** Localized friendly display name of the log */\n displayName?: string;\n /** Blob duration of the log */\n blobDuration?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Metrics for Azure Monitoring */\nexport interface MetricSpecification {\n /** Name of the metric */\n name?: string;\n /** Localized friendly display name of the metric */\n displayName?: string;\n /** Localized friendly description of the metric */\n displayDescription?: string;\n /** Unit that makes sense for the metric */\n unit?: string;\n /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */\n aggregationType?: string;\n /** Internal metric name. */\n internalMetricName?: string;\n /** Dimensions of the metric */\n dimensions?: MetricDimension[];\n /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */\n fillGapWithZero?: boolean;\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n internalMetricName: item[\"internalMetricName\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : metricDimensionArrayDeserializer(item[\"dimensions\"]),\n fillGapWithZero: item[\"fillGapWithZero\"],\n };\n}\n\nexport function metricDimensionArrayDeserializer(result: Array<MetricDimension>): any[] {\n return result.map((item) => {\n return metricDimensionDeserializer(item);\n });\n}\n\n/** Specifications of the Dimension of metrics */\nexport interface MetricDimension {\n /** Name of the dimension */\n name?: string;\n /** Localized friendly display name of the dimension */\n displayName?: string;\n /** Internal name of the dimension. */\n internalName?: string;\n}\n\nexport function metricDimensionDeserializer(item: any): MetricDimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n };\n}\n\n/** Parameters used for checking whether a resource name is available. */\nexport interface CheckNameAvailabilityParameters {\n /** The name to check for availability. */\n name: string;\n /** The resource type to check for name availability. */\n type: ConfigurationResourceType;\n}\n\nexport function checkNameAvailabilityParametersSerializer(\n item: CheckNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The resource type to check for name availability. */\nexport enum KnownConfigurationResourceType {\n /** Microsoft.AppConfiguration/configurationStores */\n MicrosoftAppConfigurationConfigurationStores = \"Microsoft.AppConfiguration/configurationStores\",\n}\n\n/**\n * The resource type to check for name availability. \\\n * {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.AppConfiguration\\/configurationStores**\n */\nexport type ConfigurationResourceType = string;\n\n/** The result of a request to check the availability of a resource name. */\nexport interface NameAvailabilityStatus {\n /** The value indicating whether the resource name is available. */\n readonly nameAvailable?: boolean;\n /** If any, the error message that provides more detail for the reason that the name is not available. */\n readonly message?: string;\n /** If any, the reason that the name is not available. */\n readonly reason?: string;\n}\n\nexport function nameAvailabilityStatusDeserializer(item: any): NameAvailabilityStatus {\n return {\n nameAvailable: item[\"nameAvailable\"],\n message: item[\"message\"],\n reason: item[\"reason\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-02-01-preview API version. */\n V20250201Preview = \"2025-02-01-preview\",\n /** The 2025-06-01-preview API version. */\n V20250601Preview = \"2025-06-01-preview\",\n}\n\nexport function _privateEndpointConnectionReferencePropertiesSerializer(\n item: PrivateEndpointConnectionReference,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionReferencePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _configurationStorePropertiesSerializer(item: ConfigurationStore): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStorePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStoreUpdateParametersPropertiesSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _deletedConfigurationStorePropertiesDeserializer(item: any) {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _keyValuePropertiesSerializer(item: KeyValue): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function _keyValuePropertiesDeserializer(item: any) {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function _replicaPropertiesSerializer(item: Replica): any {\n return item;\n}\n\nexport function _replicaPropertiesDeserializer(item: any) {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _snapshotPropertiesSerializer(item: Snapshot): any {\n return {\n filters: !item[\"filters\"] ? item[\"filters\"] : keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function _snapshotPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: !item[\"filters\"] ? item[\"filters\"] : keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n"]}
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */\nexport interface ConfigurationStore extends TrackedResource {\n /** The managed identity information, if configured. */\n identity?: ResourceIdentity;\n /** The sku of the configuration store. */\n sku: Sku;\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreSerializer(item: ConfigurationStore): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n \"softDeleteRetentionInDays\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"createMode\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStorePropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function configurationStoreDeserializer(item: any): ConfigurationStore {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _configurationStorePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentityDeserializer(item[\"identity\"]),\n sku: skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a configuration store. */\nexport interface ConfigurationStoreProperties {\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesSerializer(item: ConfigurationStoreProperties): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function configurationStorePropertiesDeserializer(item: any): ConfigurationStoreProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The provisioning state of the configuration store. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the configuration store. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** The encryption settings for a configuration store. */\nexport interface EncryptionProperties {\n /** Key vault properties. */\n keyVaultProperties?: KeyVaultProperties;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n };\n}\n\n/** Settings concerning key vault encryption for a configuration store. */\nexport interface KeyVaultProperties {\n /** The URI of the key vault key used to encrypt data. */\n keyIdentifier?: string;\n /** The client id of the identity which will be used to access key vault. */\n identityClientId?: string;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return { keyIdentifier: item[\"keyIdentifier\"], identityClientId: item[\"identityClientId\"] };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyIdentifier: item[\"keyIdentifier\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function privateEndpointConnectionReferenceArrayDeserializer(\n result: Array<PrivateEndpointConnectionReference>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionReferenceDeserializer(item);\n });\n}\n\n/** A reference to a related private endpoint connection. */\nexport interface PrivateEndpointConnectionReference {\n /** The resource ID. */\n readonly id?: string;\n /** The name of the resource. */\n readonly name?: string;\n /** The type of the resource. */\n readonly type?: string;\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionReferenceDeserializer(\n item: any,\n): PrivateEndpointConnectionReference {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionReferencePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\n/** Private endpoint which a connection belongs to. */\nexport interface PrivateEndpoint {\n /** The resource Id for private endpoint */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** The state of a private link service connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** The private link service connection status. */\n status?: ConnectionStatus;\n /** The private link service connection description. */\n description?: string;\n /** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\n readonly actionsRequired?: ActionsRequired;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return { status: item[\"status\"], description: item[\"description\"] };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private link service connection status. */\nexport enum KnownConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The private link service connection status. \\\n * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type ConnectionStatus = string;\n\n/** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n /** Recreate */\n Recreate = \"Recreate\",\n}\n\n/**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect) \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Recreate**\n */\nexport type ActionsRequired = string;\n\n/** Control permission for data plane traffic coming from public networks. */\nexport enum KnownPublicNetworkAccess {\n /** Allow public network access to the data plane. */\n Enabled = \"Enabled\",\n /** Disallow public network access to the data plane. */\n Disabled = \"Disabled\",\n /** Let network security perimeter configuration control public network access to the data plane. */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Control permission for data plane traffic coming from public networks. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allow public network access to the data plane. \\\n * **Disabled**: Disallow public network access to the data plane. \\\n * **SecuredByPerimeter**: Let network security perimeter configuration control public network access to the data plane.\n */\nexport type PublicNetworkAccess = string;\n\n/** The data plane proxy settings for a configuration store. */\nexport interface DataPlaneProxyProperties {\n /** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\n authenticationMode?: AuthenticationMode;\n /** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\n privateLinkDelegation?: PrivateLinkDelegation;\n}\n\nexport function dataPlaneProxyPropertiesSerializer(item: DataPlaneProxyProperties): any {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\nexport function dataPlaneProxyPropertiesDeserializer(item: any): DataPlaneProxyProperties {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\n/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\nexport enum KnownAuthenticationMode {\n /** The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. */\n Local = \"Local\",\n /** The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner/ App Configuration Data Reader). */\n PassThrough = \"Pass-through\",\n}\n\n/**\n * The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. \\\n * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local**: The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. \\\n * **Pass-through**: The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner\\/ App Configuration Data Reader).\n */\nexport type AuthenticationMode = string;\n\n/** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\nexport enum KnownPrivateLinkDelegation {\n /** ARM private endpoint is required if the resource requires private link. */\n Enabled = \"Enabled\",\n /** Request is denied if the resource requires private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. \\\n * {@link KnownPrivateLinkDelegation} can be used interchangeably with PrivateLinkDelegation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: ARM private endpoint is required if the resource requires private link. \\\n * **Disabled**: Request is denied if the resource requires private link.\n */\nexport type PrivateLinkDelegation = string;\n/** Indicates whether the configuration store need to be recovered. */\nexport type CreateMode = \"Recover\" | \"Default\";\n\n/** Telemetry settings */\nexport interface TelemetryProperties {\n /** Resource ID of a resource enabling telemetry collection */\n resourceId?: string;\n}\n\nexport function telemetryPropertiesSerializer(item: TelemetryProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function telemetryPropertiesDeserializer(item: any): TelemetryProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner. */\nexport interface ManagedOnBehalfOfConfiguration {\n /** Managed-On-Behalf-Of broker resources */\n readonly moboBrokerResources?: MoboBrokerResource[];\n}\n\nexport function managedOnBehalfOfConfigurationDeserializer(\n item: any,\n): ManagedOnBehalfOfConfiguration {\n return {\n moboBrokerResources: !item[\"moboBrokerResources\"]\n ? item[\"moboBrokerResources\"]\n : moboBrokerResourceArrayDeserializer(item[\"moboBrokerResources\"]),\n };\n}\n\nexport function moboBrokerResourceArrayDeserializer(result: Array<MoboBrokerResource>): any[] {\n return result.map((item) => {\n return moboBrokerResourceDeserializer(item);\n });\n}\n\n/** Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user. */\nexport interface MoboBrokerResource {\n /** Resource identifier of a Managed-On-Behalf-Of broker resource */\n id?: string;\n}\n\nexport function moboBrokerResourceDeserializer(item: any): MoboBrokerResource {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Azure Front Door settings */\nexport interface AzureFrontDoorProperties {\n /** Resource ID of an Azure Front Door profile */\n resourceId?: string;\n}\n\nexport function azureFrontDoorPropertiesSerializer(item: AzureFrontDoorProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function azureFrontDoorPropertiesDeserializer(item: any): AzureFrontDoorProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** An identity that can be associated with a resource. */\nexport interface ResourceIdentity {\n /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\n type?: IdentityType;\n /** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: Record<string, UserIdentity>;\n /** The principal id of the identity. This property will only be provided for a system-assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. */\n readonly tenantId?: string;\n}\n\nexport function resourceIdentitySerializer(item: ResourceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function resourceIdentityDeserializer(item: any): ResourceIdentity {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned, UserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\nexport function userIdentityRecordSerializer(\n item: Record<string, UserIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** A resource identity that is managed by the user of the service. */\nexport interface UserIdentity {\n /** The principal ID of the user-assigned identity. */\n readonly principalId?: string;\n /** The client ID of the user-assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userIdentitySerializer(_item: UserIdentity): any {\n return {};\n}\n\nexport function userIdentityDeserializer(item: any): UserIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Describes a configuration store SKU. */\nexport interface Sku {\n /** The SKU name of the configuration store. */\n name: string;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The parameters for updating a configuration store. */\nexport interface ConfigurationStoreUpdateParameters {\n /** The managed identity information for the configuration store. */\n identity?: ResourceIdentity;\n /** The SKU of the configuration store. */\n sku?: Sku;\n /** The ARM resource tags. */\n tags?: Record<string, string>;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreUpdateParametersSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"disableLocalAuth\",\n \"publicNetworkAccess\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStoreUpdateParametersPropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The properties for updating a configuration store. */\nexport interface ConfigurationStorePropertiesUpdateParameters {\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesUpdateParametersSerializer(\n item: ConfigurationStorePropertiesUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The response of a ConfigurationStore list operation. */\nexport interface _ConfigurationStoreListResult {\n /** The ConfigurationStore items on this page */\n value: ConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _configurationStoreListResultDeserializer(\n item: any,\n): _ConfigurationStoreListResult {\n return {\n value: configurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function configurationStoreArraySerializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreSerializer(item);\n });\n}\n\nexport function configurationStoreArrayDeserializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreDeserializer(item);\n });\n}\n\n/** The result of a request to list API keys. */\nexport interface _ApiKeyListResult {\n /** The ApiKey items on this page */\n value: ApiKey[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _apiKeyListResultDeserializer(item: any): _ApiKeyListResult {\n return {\n value: apiKeyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function apiKeyArrayDeserializer(result: Array<ApiKey>): any[] {\n return result.map((item) => {\n return apiKeyDeserializer(item);\n });\n}\n\n/** An API key used for authenticating with a configuration store endpoint. */\nexport interface ApiKey {\n /** The key ID. */\n readonly id?: string;\n /** A name for the key describing its usage. */\n readonly name?: string;\n /** The value of the key that is used for authentication purposes. */\n readonly value?: string;\n /** A connection string that can be used by supporting clients for authentication. */\n readonly connectionString?: string;\n /** The last time any of the key's properties were modified. */\n readonly lastModified?: Date;\n /** Whether this key can only be used for read operations. */\n readonly readOnly?: boolean;\n}\n\nexport function apiKeyDeserializer(item: any): ApiKey {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n value: item[\"value\"],\n connectionString: item[\"connectionString\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n readOnly: item[\"readOnly\"],\n };\n}\n\n/** The parameters used to regenerate an API key. */\nexport interface RegenerateKeyParameters {\n /** The id of the key to regenerate. */\n id?: string;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { id: item[\"id\"] };\n}\n\n/** Deleted configuration store information with extended details. */\nexport interface DeletedConfigurationStore extends ProxyResource {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStoreDeserializer(item: any): DeletedConfigurationStore {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _deletedConfigurationStorePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the deleted configuration store. */\nexport interface DeletedConfigurationStoreProperties {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStorePropertiesDeserializer(\n item: any,\n): DeletedConfigurationStoreProperties {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a DeletedConfigurationStore list operation. */\nexport interface _DeletedConfigurationStoreListResult {\n /** The DeletedConfigurationStore items on this page */\n value: DeletedConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedConfigurationStoreListResultDeserializer(\n item: any,\n): _DeletedConfigurationStoreListResult {\n return {\n value: deletedConfigurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedConfigurationStoreArrayDeserializer(\n result: Array<DeletedConfigurationStore>,\n): any[] {\n return result.map((item) => {\n return deletedConfigurationStoreDeserializer(item);\n });\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Network security perimeter (NSP) configuration resource */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n properties?: NetworkSecurityPerimeterConfigurationProperties;\n}\n\nexport function networkSecurityPerimeterConfigurationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Network security configuration properties. */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of provisioning issues, if any */\n readonly provisioningIssues?: ProvisioningIssue[];\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n resourceAssociation?: ResourceAssociation;\n profile?: NetworkSecurityProfile;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : resourceAssociationDeserializer(item[\"resourceAssociation\"]),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityProfileDeserializer(item[\"profile\"]),\n };\n}\n\n/** Provisioning state of a network security perimeter configuration that is being created or updated. */\nexport enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Provisioning state of a network security perimeter configuration that is being created or updated. \\\n * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Accepted** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type NetworkSecurityPerimeterConfigurationProvisioningState = string;\n\nexport function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[] {\n return result.map((item) => {\n return provisioningIssueDeserializer(item);\n });\n}\n\n/** Describes a provisioning issue for a network security perimeter configuration */\nexport interface ProvisioningIssue {\n /** Name of the issue */\n readonly name?: string;\n readonly properties?: ProvisioningIssueProperties;\n}\n\nexport function provisioningIssueDeserializer(item: any): ProvisioningIssue {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : provisioningIssuePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules */\nexport interface ProvisioningIssueProperties {\n /** Type of issue */\n readonly issueType?: IssueType;\n /** Severity of the issue. */\n readonly severity?: Severity;\n /** Description of the issue */\n readonly description?: string;\n /** Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. */\n readonly suggestedResourceIds?: string[];\n /** Access rules that can be added to the network security profile (NSP) to remediate the issue. */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n suggestedResourceIds: !item[\"suggestedResourceIds\"]\n ? item[\"suggestedResourceIds\"]\n : item[\"suggestedResourceIds\"].map((p: any) => {\n return p;\n }),\n suggestedAccessRules: !item[\"suggestedAccessRules\"]\n ? item[\"suggestedAccessRules\"]\n : accessRuleArrayDeserializer(item[\"suggestedAccessRules\"]),\n };\n}\n\n/** Type of issue */\nexport enum KnownIssueType {\n /** Unknown issue type */\n Unknown = \"Unknown\",\n /** An error occurred while applying the network security perimeter (NSP) configuration. */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n}\n\n/**\n * Type of issue \\\n * {@link KnownIssueType} can be used interchangeably with IssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown issue type \\\n * **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \\\n * **MissingPerimeterConfiguration**: A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. \\\n * **MissingIdentityConfiguration**: An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.\n */\nexport type IssueType = string;\n\n/** Severity of the issue. */\nexport enum KnownSeverity {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Severity of the issue. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error**\n */\nexport type Severity = string;\n\nexport function accessRuleArrayDeserializer(result: Array<AccessRule>): any[] {\n return result.map((item) => {\n return accessRuleDeserializer(item);\n });\n}\n\n/** Access rule in a network security perimeter configuration profile */\nexport interface AccessRule {\n /** Name of the access rule */\n name?: string;\n properties?: AccessRuleProperties;\n}\n\nexport function accessRuleDeserializer(item: any): AccessRule {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : accessRulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Access Rule */\nexport interface AccessRuleProperties {\n direction?: AccessRuleDirection;\n /** Address prefixes in the CIDR format for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: {\n id?: string;\n }[];\n /** Network security perimeters for inbound rules */\n networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** Fully qualified domain names (FQDN) for outbound rules */\n fullyQualifiedDomainNames?: string[];\n /** Email addresses for outbound rules */\n emailAddresses?: string[];\n /** Phone numbers for outbound rules */\n phoneNumbers?: string[];\n}\n\nexport function accessRulePropertiesDeserializer(item: any): AccessRuleProperties {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n subscriptions: !item[\"subscriptions\"]\n ? item[\"subscriptions\"]\n : _accessRulePropertiesSubscriptionArrayDeserializer(item[\"subscriptions\"]),\n networkSecurityPerimeters: !item[\"networkSecurityPerimeters\"]\n ? item[\"networkSecurityPerimeters\"]\n : networkSecurityPerimeterArrayDeserializer(item[\"networkSecurityPerimeters\"]),\n fullyQualifiedDomainNames: !item[\"fullyQualifiedDomainNames\"]\n ? item[\"fullyQualifiedDomainNames\"]\n : item[\"fullyQualifiedDomainNames\"].map((p: any) => {\n return p;\n }),\n emailAddresses: !item[\"emailAddresses\"]\n ? item[\"emailAddresses\"]\n : item[\"emailAddresses\"].map((p: any) => {\n return p;\n }),\n phoneNumbers: !item[\"phoneNumbers\"]\n ? item[\"phoneNumbers\"]\n : item[\"phoneNumbers\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Direction of Access Rule */\nexport enum KnownAccessRuleDirection {\n /** Applies to inbound network traffic to the secured resources. */\n Inbound = \"Inbound\",\n /** Applies to outbound network traffic from the secured resources */\n Outbound = \"Outbound\",\n}\n\n/**\n * Direction of Access Rule \\\n * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Applies to inbound network traffic to the secured resources. \\\n * **Outbound**: Applies to outbound network traffic from the secured resources\n */\nexport type AccessRuleDirection = string;\n\nexport function _accessRulePropertiesSubscriptionArrayDeserializer(\n result: Array<_AccessRulePropertiesSubscription>,\n): any[] {\n return result.map((item) => {\n return _accessRulePropertiesSubscriptionDeserializer(item);\n });\n}\n\n/** model interface _AccessRulePropertiesSubscription */\nexport interface _AccessRulePropertiesSubscription {\n /** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */\n id?: string;\n}\n\nexport function _accessRulePropertiesSubscriptionDeserializer(\n item: any,\n): _AccessRulePropertiesSubscription {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function networkSecurityPerimeterArrayDeserializer(\n result: Array<NetworkSecurityPerimeter>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterDeserializer(item);\n });\n}\n\n/** Information about a network security perimeter (NSP) */\nexport interface NetworkSecurityPerimeter {\n /** Fully qualified Azure resource ID of the NSP resource */\n id?: string;\n /** Universal unique ID (UUID) of the network security perimeter */\n perimeterGuid?: string;\n /** Location of the network security perimeter */\n location?: string;\n}\n\nexport function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter {\n return {\n id: item[\"id\"],\n perimeterGuid: item[\"perimeterGuid\"],\n location: item[\"location\"],\n };\n}\n\n/** Information about resource association */\nexport interface ResourceAssociation {\n /** Name of the resource association */\n name?: string;\n accessMode?: ResourceAssociationAccessMode;\n}\n\nexport function resourceAssociationDeserializer(item: any): ResourceAssociation {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Access mode of the resource association */\nexport enum KnownResourceAssociationAccessMode {\n /** Enforced access mode - traffic to the resource that failed access checks is blocked */\n Enforced = \"Enforced\",\n /** Learning access mode - traffic to the resource is enabled for analysis but not blocked */\n Learning = \"Learning\",\n /** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */\n Audit = \"Audit\",\n}\n\n/**\n * Access mode of the resource association \\\n * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \\\n * **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \\\n * **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked\n */\nexport type ResourceAssociationAccessMode = string;\n\n/** Network security perimeter configuration profile */\nexport interface NetworkSecurityProfile {\n /** Name of the profile */\n name?: string;\n /** Current access rules version */\n accessRulesVersion?: number;\n /** List of Access Rules */\n accessRules?: AccessRule[];\n /** Current diagnostic settings version */\n diagnosticSettingsVersion?: number;\n /** List of log categories that are enabled */\n enabledLogCategories?: string[];\n}\n\nexport function networkSecurityProfileDeserializer(item: any): NetworkSecurityProfile {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : accessRuleArrayDeserializer(item[\"accessRules\"]),\n diagnosticSettingsVersion: item[\"diagnosticSettingsVersion\"],\n enabledLogCategories: !item[\"enabledLogCategories\"]\n ? item[\"enabledLogCategories\"]\n : item[\"enabledLogCategories\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a NetworkSecurityPerimeterConfiguration list operation. */\nexport interface _NetworkSecurityPerimeterConfigurationListResult {\n /** The NetworkSecurityPerimeterConfiguration items on this page */\n value: NetworkSecurityPerimeterConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkSecurityPerimeterConfigurationListResultDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationListResult {\n return {\n value: networkSecurityPerimeterConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkSecurityPerimeterConfigurationArrayDeserializer(\n result: Array<NetworkSecurityPerimeterConfiguration>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterConfigurationDeserializer(item);\n });\n}\n\n/** A resource that supports private link capabilities. */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface _PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListResultDeserializer(\n item: any,\n): _PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** The key-value resource along with all resource properties. */\nexport interface KeyValue extends ProxyResource {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValueSerializer(item: KeyValue): any {\n return {\n properties: areAllPropsUndefined(item, [\"value\", \"contentType\", \"tags\"])\n ? undefined\n : _keyValuePropertiesSerializer(item),\n };\n}\n\nexport function keyValueDeserializer(item: any): KeyValue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _keyValuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** All key-value properties. */\nexport interface KeyValueProperties {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValuePropertiesSerializer(item: KeyValueProperties): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function keyValuePropertiesDeserializer(item: any): KeyValueProperties {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The replica resource. */\nexport interface Replica extends ProxyResource {\n /** The location of the replica. */\n location?: string;\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaSerializer(item: Replica): any {\n return {\n properties: areAllPropsUndefined(item, []) ? undefined : _replicaPropertiesSerializer(item),\n location: item[\"location\"],\n };\n}\n\nexport function replicaDeserializer(item: any): Replica {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _replicaPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** All replica properties. */\nexport interface ReplicaProperties {\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaPropertiesSerializer(_item: ReplicaProperties): any {\n return {};\n}\n\nexport function replicaPropertiesDeserializer(item: any): ReplicaProperties {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The provisioning state of the replica. */\nexport enum KnownReplicaProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the replica. \\\n * {@link KnownReplicaProvisioningState} can be used interchangeably with ReplicaProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ReplicaProvisioningState = string;\n\n/** The response of a Replica list operation. */\nexport interface _ReplicaListResult {\n /** The Replica items on this page */\n value: Replica[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _replicaListResultDeserializer(item: any): _ReplicaListResult {\n return {\n value: replicaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function replicaArraySerializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaSerializer(item);\n });\n}\n\nexport function replicaArrayDeserializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaDeserializer(item);\n });\n}\n\n/** The snapshot resource. */\nexport interface Snapshot extends ProxyResource {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotSerializer(item: Snapshot): any {\n return { properties: _snapshotPropertiesSerializer(item) };\n}\n\nexport function snapshotDeserializer(item: any): Snapshot {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._snapshotPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** All snapshot properties. */\nexport interface SnapshotProperties {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotPropertiesSerializer(item: SnapshotProperties): any {\n return {\n filters: keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function snapshotPropertiesDeserializer(item: any): SnapshotProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n\n/** The current status of the snapshot. */\nexport enum KnownSnapshotStatus {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Ready */\n Ready = \"Ready\",\n /** Archived */\n Archived = \"Archived\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current status of the snapshot. \\\n * {@link KnownSnapshotStatus} can be used interchangeably with SnapshotStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Ready** \\\n * **Archived** \\\n * **Failed**\n */\nexport type SnapshotStatus = string;\n\nexport function keyValueFilterArraySerializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterSerializer(item);\n });\n}\n\nexport function keyValueFilterArrayDeserializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterDeserializer(item);\n });\n}\n\n/** Enables filtering of key-values. */\nexport interface KeyValueFilter {\n /** Filters key-values by their key field. */\n key: string;\n /** Filters key-values by their label field. */\n label?: string;\n}\n\nexport function keyValueFilterSerializer(item: KeyValueFilter): any {\n return { key: item[\"key\"], label: item[\"label\"] };\n}\n\nexport function keyValueFilterDeserializer(item: any): KeyValueFilter {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n };\n}\n\n/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\nexport enum KnownCompositionType {\n /** Key */\n Key = \"Key\",\n /** Key_Label */\n KeyLabel = \"Key_Label\",\n}\n\n/**\n * The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. \\\n * {@link KnownCompositionType} can be used interchangeably with CompositionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Key** \\\n * **Key_Label**\n */\nexport type CompositionType = string;\n\n/** The result of a request to list configuration store operations. */\nexport interface _OperationDefinitionListResult {\n /** The collection value. */\n value?: OperationDefinition[];\n /** The URI that can be used to request the next set of paged results. */\n readonly nextLink?: string;\n}\n\nexport function _operationDefinitionListResultDeserializer(\n item: any,\n): _OperationDefinitionListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationDefinitionArrayDeserializer(result: Array<OperationDefinition>): any[] {\n return result.map((item) => {\n return operationDefinitionDeserializer(item);\n });\n}\n\n/** The definition of a configuration store operation. */\nexport interface OperationDefinition {\n /** Operation name: {provider}/{resource}/{operation}. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The display information for the configuration store operation. */\n display?: OperationDefinitionDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: OperationProperties;\n}\n\nexport function operationDefinitionDeserializer(item: any): OperationDefinition {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : operationDefinitionDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The display information for a configuration store operation. */\nexport interface OperationDefinitionDisplay {\n /** The resource provider name: Microsoft App Configuration.\" */\n readonly provider?: string;\n /** The resource on which the operation is performed. */\n resource?: string;\n /** The operation that users can perform. */\n operation?: string;\n /** The description for the operation. */\n description?: string;\n}\n\nexport function operationDefinitionDisplayDeserializer(item: any): OperationDefinitionDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Extra Operation properties */\nexport interface OperationProperties {\n /** Service specifications of the operation */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** Service specification payload */\nexport interface ServiceSpecification {\n /** Specifications of the Log for Azure Monitoring */\n logSpecifications?: LogSpecification[];\n /** Specifications of the Metrics for Azure Monitoring */\n metricSpecifications?: MetricSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Log for Azure Monitoring */\nexport interface LogSpecification {\n /** Name of the log */\n name?: string;\n /** Localized friendly display name of the log */\n displayName?: string;\n /** Blob duration of the log */\n blobDuration?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Metrics for Azure Monitoring */\nexport interface MetricSpecification {\n /** Name of the metric */\n name?: string;\n /** Localized friendly display name of the metric */\n displayName?: string;\n /** Localized friendly description of the metric */\n displayDescription?: string;\n /** Unit that makes sense for the metric */\n unit?: string;\n /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */\n aggregationType?: string;\n /** Internal metric name. */\n internalMetricName?: string;\n /** Dimensions of the metric */\n dimensions?: MetricDimension[];\n /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */\n fillGapWithZero?: boolean;\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n internalMetricName: item[\"internalMetricName\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : metricDimensionArrayDeserializer(item[\"dimensions\"]),\n fillGapWithZero: item[\"fillGapWithZero\"],\n };\n}\n\nexport function metricDimensionArrayDeserializer(result: Array<MetricDimension>): any[] {\n return result.map((item) => {\n return metricDimensionDeserializer(item);\n });\n}\n\n/** Specifications of the Dimension of metrics */\nexport interface MetricDimension {\n /** Name of the dimension */\n name?: string;\n /** Localized friendly display name of the dimension */\n displayName?: string;\n /** Internal name of the dimension. */\n internalName?: string;\n}\n\nexport function metricDimensionDeserializer(item: any): MetricDimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n };\n}\n\n/** Parameters used for checking whether a resource name is available. */\nexport interface CheckNameAvailabilityParameters {\n /** The name to check for availability. */\n name: string;\n /** The resource type to check for name availability. */\n type: ConfigurationResourceType;\n}\n\nexport function checkNameAvailabilityParametersSerializer(\n item: CheckNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The resource type to check for name availability. */\nexport enum KnownConfigurationResourceType {\n /** Microsoft.AppConfiguration/configurationStores */\n MicrosoftAppConfigurationConfigurationStores = \"Microsoft.AppConfiguration/configurationStores\",\n}\n\n/**\n * The resource type to check for name availability. \\\n * {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.AppConfiguration\\/configurationStores**\n */\nexport type ConfigurationResourceType = string;\n\n/** The result of a request to check the availability of a resource name. */\nexport interface NameAvailabilityStatus {\n /** The value indicating whether the resource name is available. */\n readonly nameAvailable?: boolean;\n /** If any, the error message that provides more detail for the reason that the name is not available. */\n readonly message?: string;\n /** If any, the reason that the name is not available. */\n readonly reason?: string;\n}\n\nexport function nameAvailabilityStatusDeserializer(item: any): NameAvailabilityStatus {\n return {\n nameAvailable: item[\"nameAvailable\"],\n message: item[\"message\"],\n reason: item[\"reason\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-02-01-preview API version. */\n V20250201Preview = \"2025-02-01-preview\",\n /** The 2025-06-01-preview API version. */\n V20250601Preview = \"2025-06-01-preview\",\n /** The 2025-08-01-preview API version. */\n V20250801Preview = \"2025-08-01-preview\",\n}\n\nexport function _privateEndpointConnectionReferencePropertiesSerializer(\n item: PrivateEndpointConnectionReference,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionReferencePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _configurationStorePropertiesSerializer(item: ConfigurationStore): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStorePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStoreUpdateParametersPropertiesSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _deletedConfigurationStorePropertiesDeserializer(item: any) {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _keyValuePropertiesSerializer(item: KeyValue): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function _keyValuePropertiesDeserializer(item: any) {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function _replicaPropertiesSerializer(_item: Replica): any {\n return {};\n}\n\nexport function _replicaPropertiesDeserializer(item: any) {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _snapshotPropertiesSerializer(item: Snapshot): any {\n return {\n filters: keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function _snapshotPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n"]}
|