@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,1239 +1,1367 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var models_exports = {};
|
|
19
|
+
__export(models_exports, {
|
|
20
|
+
KnownAccessRuleDirection: () => KnownAccessRuleDirection,
|
|
21
|
+
KnownActionsRequired: () => KnownActionsRequired,
|
|
22
|
+
KnownAuthenticationMode: () => KnownAuthenticationMode,
|
|
23
|
+
KnownCompositionType: () => KnownCompositionType,
|
|
24
|
+
KnownConfigurationResourceType: () => KnownConfigurationResourceType,
|
|
25
|
+
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
26
|
+
KnownCreatedByType: () => KnownCreatedByType,
|
|
27
|
+
KnownIdentityType: () => KnownIdentityType,
|
|
28
|
+
KnownIssueType: () => KnownIssueType,
|
|
29
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState: () => KnownNetworkSecurityPerimeterConfigurationProvisioningState,
|
|
30
|
+
KnownPrivateLinkDelegation: () => KnownPrivateLinkDelegation,
|
|
31
|
+
KnownProvisioningState: () => KnownProvisioningState,
|
|
32
|
+
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
33
|
+
KnownReplicaProvisioningState: () => KnownReplicaProvisioningState,
|
|
34
|
+
KnownResourceAssociationAccessMode: () => KnownResourceAssociationAccessMode,
|
|
35
|
+
KnownSeverity: () => KnownSeverity,
|
|
36
|
+
KnownSnapshotStatus: () => KnownSnapshotStatus,
|
|
37
|
+
KnownVersions: () => KnownVersions,
|
|
38
|
+
_accessRulePropertiesSubscriptionArrayDeserializer: () => _accessRulePropertiesSubscriptionArrayDeserializer,
|
|
39
|
+
_accessRulePropertiesSubscriptionDeserializer: () => _accessRulePropertiesSubscriptionDeserializer,
|
|
40
|
+
_apiKeyListResultDeserializer: () => _apiKeyListResultDeserializer,
|
|
41
|
+
_configurationStoreListResultDeserializer: () => _configurationStoreListResultDeserializer,
|
|
42
|
+
_configurationStorePropertiesDeserializer: () => _configurationStorePropertiesDeserializer,
|
|
43
|
+
_configurationStorePropertiesSerializer: () => _configurationStorePropertiesSerializer,
|
|
44
|
+
_configurationStoreUpdateParametersPropertiesSerializer: () => _configurationStoreUpdateParametersPropertiesSerializer,
|
|
45
|
+
_deletedConfigurationStoreListResultDeserializer: () => _deletedConfigurationStoreListResultDeserializer,
|
|
46
|
+
_deletedConfigurationStorePropertiesDeserializer: () => _deletedConfigurationStorePropertiesDeserializer,
|
|
47
|
+
_keyValuePropertiesDeserializer: () => _keyValuePropertiesDeserializer,
|
|
48
|
+
_keyValuePropertiesSerializer: () => _keyValuePropertiesSerializer,
|
|
49
|
+
_networkSecurityPerimeterConfigurationListResultDeserializer: () => _networkSecurityPerimeterConfigurationListResultDeserializer,
|
|
50
|
+
_operationDefinitionListResultDeserializer: () => _operationDefinitionListResultDeserializer,
|
|
51
|
+
_privateEndpointConnectionListResultDeserializer: () => _privateEndpointConnectionListResultDeserializer,
|
|
52
|
+
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
53
|
+
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
54
|
+
_privateEndpointConnectionReferencePropertiesDeserializer: () => _privateEndpointConnectionReferencePropertiesDeserializer,
|
|
55
|
+
_privateEndpointConnectionReferencePropertiesSerializer: () => _privateEndpointConnectionReferencePropertiesSerializer,
|
|
56
|
+
_privateLinkResourceListResultDeserializer: () => _privateLinkResourceListResultDeserializer,
|
|
57
|
+
_privateLinkResourcePropertiesDeserializer: () => _privateLinkResourcePropertiesDeserializer,
|
|
58
|
+
_replicaListResultDeserializer: () => _replicaListResultDeserializer,
|
|
59
|
+
_replicaPropertiesDeserializer: () => _replicaPropertiesDeserializer,
|
|
60
|
+
_replicaPropertiesSerializer: () => _replicaPropertiesSerializer,
|
|
61
|
+
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
62
|
+
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
63
|
+
accessRuleArrayDeserializer: () => accessRuleArrayDeserializer,
|
|
64
|
+
accessRuleDeserializer: () => accessRuleDeserializer,
|
|
65
|
+
accessRulePropertiesDeserializer: () => accessRulePropertiesDeserializer,
|
|
66
|
+
apiKeyArrayDeserializer: () => apiKeyArrayDeserializer,
|
|
67
|
+
apiKeyDeserializer: () => apiKeyDeserializer,
|
|
68
|
+
azureFrontDoorPropertiesDeserializer: () => azureFrontDoorPropertiesDeserializer,
|
|
69
|
+
azureFrontDoorPropertiesSerializer: () => azureFrontDoorPropertiesSerializer,
|
|
70
|
+
checkNameAvailabilityParametersSerializer: () => checkNameAvailabilityParametersSerializer,
|
|
71
|
+
configurationStoreArrayDeserializer: () => configurationStoreArrayDeserializer,
|
|
72
|
+
configurationStoreArraySerializer: () => configurationStoreArraySerializer,
|
|
73
|
+
configurationStoreDeserializer: () => configurationStoreDeserializer,
|
|
74
|
+
configurationStorePropertiesDeserializer: () => configurationStorePropertiesDeserializer,
|
|
75
|
+
configurationStorePropertiesSerializer: () => configurationStorePropertiesSerializer,
|
|
76
|
+
configurationStorePropertiesUpdateParametersSerializer: () => configurationStorePropertiesUpdateParametersSerializer,
|
|
77
|
+
configurationStoreSerializer: () => configurationStoreSerializer,
|
|
78
|
+
configurationStoreUpdateParametersSerializer: () => configurationStoreUpdateParametersSerializer,
|
|
79
|
+
dataPlaneProxyPropertiesDeserializer: () => dataPlaneProxyPropertiesDeserializer,
|
|
80
|
+
dataPlaneProxyPropertiesSerializer: () => dataPlaneProxyPropertiesSerializer,
|
|
81
|
+
deletedConfigurationStoreArrayDeserializer: () => deletedConfigurationStoreArrayDeserializer,
|
|
82
|
+
deletedConfigurationStoreDeserializer: () => deletedConfigurationStoreDeserializer,
|
|
83
|
+
deletedConfigurationStorePropertiesDeserializer: () => deletedConfigurationStorePropertiesDeserializer,
|
|
84
|
+
encryptionPropertiesDeserializer: () => encryptionPropertiesDeserializer,
|
|
85
|
+
encryptionPropertiesSerializer: () => encryptionPropertiesSerializer,
|
|
86
|
+
errorAdditionalInfoArrayDeserializer: () => errorAdditionalInfoArrayDeserializer,
|
|
87
|
+
errorAdditionalInfoDeserializer: () => errorAdditionalInfoDeserializer,
|
|
88
|
+
errorDetailArrayDeserializer: () => errorDetailArrayDeserializer,
|
|
89
|
+
errorDetailDeserializer: () => errorDetailDeserializer,
|
|
90
|
+
errorResponseDeserializer: () => errorResponseDeserializer,
|
|
91
|
+
keyValueDeserializer: () => keyValueDeserializer,
|
|
92
|
+
keyValueFilterArrayDeserializer: () => keyValueFilterArrayDeserializer,
|
|
93
|
+
keyValueFilterArraySerializer: () => keyValueFilterArraySerializer,
|
|
94
|
+
keyValueFilterDeserializer: () => keyValueFilterDeserializer,
|
|
95
|
+
keyValueFilterSerializer: () => keyValueFilterSerializer,
|
|
96
|
+
keyValuePropertiesDeserializer: () => keyValuePropertiesDeserializer,
|
|
97
|
+
keyValuePropertiesSerializer: () => keyValuePropertiesSerializer,
|
|
98
|
+
keyValueSerializer: () => keyValueSerializer,
|
|
99
|
+
keyVaultPropertiesDeserializer: () => keyVaultPropertiesDeserializer,
|
|
100
|
+
keyVaultPropertiesSerializer: () => keyVaultPropertiesSerializer,
|
|
101
|
+
logSpecificationArrayDeserializer: () => logSpecificationArrayDeserializer,
|
|
102
|
+
logSpecificationDeserializer: () => logSpecificationDeserializer,
|
|
103
|
+
managedOnBehalfOfConfigurationDeserializer: () => managedOnBehalfOfConfigurationDeserializer,
|
|
104
|
+
metricDimensionArrayDeserializer: () => metricDimensionArrayDeserializer,
|
|
105
|
+
metricDimensionDeserializer: () => metricDimensionDeserializer,
|
|
106
|
+
metricSpecificationArrayDeserializer: () => metricSpecificationArrayDeserializer,
|
|
107
|
+
metricSpecificationDeserializer: () => metricSpecificationDeserializer,
|
|
108
|
+
moboBrokerResourceArrayDeserializer: () => moboBrokerResourceArrayDeserializer,
|
|
109
|
+
moboBrokerResourceDeserializer: () => moboBrokerResourceDeserializer,
|
|
110
|
+
nameAvailabilityStatusDeserializer: () => nameAvailabilityStatusDeserializer,
|
|
111
|
+
networkSecurityPerimeterArrayDeserializer: () => networkSecurityPerimeterArrayDeserializer,
|
|
112
|
+
networkSecurityPerimeterConfigurationArrayDeserializer: () => networkSecurityPerimeterConfigurationArrayDeserializer,
|
|
113
|
+
networkSecurityPerimeterConfigurationDeserializer: () => networkSecurityPerimeterConfigurationDeserializer,
|
|
114
|
+
networkSecurityPerimeterConfigurationPropertiesDeserializer: () => networkSecurityPerimeterConfigurationPropertiesDeserializer,
|
|
115
|
+
networkSecurityPerimeterDeserializer: () => networkSecurityPerimeterDeserializer,
|
|
116
|
+
networkSecurityProfileDeserializer: () => networkSecurityProfileDeserializer,
|
|
117
|
+
operationDefinitionArrayDeserializer: () => operationDefinitionArrayDeserializer,
|
|
118
|
+
operationDefinitionDeserializer: () => operationDefinitionDeserializer,
|
|
119
|
+
operationDefinitionDisplayDeserializer: () => operationDefinitionDisplayDeserializer,
|
|
120
|
+
operationPropertiesDeserializer: () => operationPropertiesDeserializer,
|
|
121
|
+
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
122
|
+
privateEndpointConnectionArraySerializer: () => privateEndpointConnectionArraySerializer,
|
|
123
|
+
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
124
|
+
privateEndpointConnectionPropertiesDeserializer: () => privateEndpointConnectionPropertiesDeserializer,
|
|
125
|
+
privateEndpointConnectionPropertiesSerializer: () => privateEndpointConnectionPropertiesSerializer,
|
|
126
|
+
privateEndpointConnectionReferenceArrayDeserializer: () => privateEndpointConnectionReferenceArrayDeserializer,
|
|
127
|
+
privateEndpointConnectionReferenceDeserializer: () => privateEndpointConnectionReferenceDeserializer,
|
|
128
|
+
privateEndpointConnectionSerializer: () => privateEndpointConnectionSerializer,
|
|
129
|
+
privateEndpointDeserializer: () => privateEndpointDeserializer,
|
|
130
|
+
privateEndpointSerializer: () => privateEndpointSerializer,
|
|
131
|
+
privateLinkResourceArrayDeserializer: () => privateLinkResourceArrayDeserializer,
|
|
132
|
+
privateLinkResourceDeserializer: () => privateLinkResourceDeserializer,
|
|
133
|
+
privateLinkResourcePropertiesDeserializer: () => privateLinkResourcePropertiesDeserializer,
|
|
134
|
+
privateLinkServiceConnectionStateDeserializer: () => privateLinkServiceConnectionStateDeserializer,
|
|
135
|
+
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
136
|
+
provisioningIssueArrayDeserializer: () => provisioningIssueArrayDeserializer,
|
|
137
|
+
provisioningIssueDeserializer: () => provisioningIssueDeserializer,
|
|
138
|
+
provisioningIssuePropertiesDeserializer: () => provisioningIssuePropertiesDeserializer,
|
|
139
|
+
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
140
|
+
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
141
|
+
regenerateKeyParametersSerializer: () => regenerateKeyParametersSerializer,
|
|
142
|
+
replicaArrayDeserializer: () => replicaArrayDeserializer,
|
|
143
|
+
replicaArraySerializer: () => replicaArraySerializer,
|
|
144
|
+
replicaDeserializer: () => replicaDeserializer,
|
|
145
|
+
replicaPropertiesDeserializer: () => replicaPropertiesDeserializer,
|
|
146
|
+
replicaPropertiesSerializer: () => replicaPropertiesSerializer,
|
|
147
|
+
replicaSerializer: () => replicaSerializer,
|
|
148
|
+
resourceAssociationDeserializer: () => resourceAssociationDeserializer,
|
|
149
|
+
resourceDeserializer: () => resourceDeserializer,
|
|
150
|
+
resourceIdentityDeserializer: () => resourceIdentityDeserializer,
|
|
151
|
+
resourceIdentitySerializer: () => resourceIdentitySerializer,
|
|
152
|
+
resourceSerializer: () => resourceSerializer,
|
|
153
|
+
serviceSpecificationDeserializer: () => serviceSpecificationDeserializer,
|
|
154
|
+
skuDeserializer: () => skuDeserializer,
|
|
155
|
+
skuSerializer: () => skuSerializer,
|
|
156
|
+
snapshotDeserializer: () => snapshotDeserializer,
|
|
157
|
+
snapshotPropertiesDeserializer: () => snapshotPropertiesDeserializer,
|
|
158
|
+
snapshotPropertiesSerializer: () => snapshotPropertiesSerializer,
|
|
159
|
+
snapshotSerializer: () => snapshotSerializer,
|
|
160
|
+
systemDataDeserializer: () => systemDataDeserializer,
|
|
161
|
+
telemetryPropertiesDeserializer: () => telemetryPropertiesDeserializer,
|
|
162
|
+
telemetryPropertiesSerializer: () => telemetryPropertiesSerializer,
|
|
163
|
+
trackedResourceDeserializer: () => trackedResourceDeserializer,
|
|
164
|
+
trackedResourceSerializer: () => trackedResourceSerializer,
|
|
165
|
+
userIdentityDeserializer: () => userIdentityDeserializer,
|
|
166
|
+
userIdentityRecordDeserializer: () => userIdentityRecordDeserializer,
|
|
167
|
+
userIdentityRecordSerializer: () => userIdentityRecordSerializer,
|
|
168
|
+
userIdentitySerializer: () => userIdentitySerializer
|
|
169
|
+
});
|
|
170
|
+
module.exports = __toCommonJS(models_exports);
|
|
171
|
+
var import_check_prop_undefined = require("../static-helpers/serialization/check-prop-undefined.js");
|
|
122
172
|
function configurationStoreSerializer(item) {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
sku: skuSerializer(item["sku"]),
|
|
142
|
-
};
|
|
173
|
+
return {
|
|
174
|
+
tags: item["tags"],
|
|
175
|
+
location: item["location"],
|
|
176
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
177
|
+
"encryption",
|
|
178
|
+
"publicNetworkAccess",
|
|
179
|
+
"disableLocalAuth",
|
|
180
|
+
"softDeleteRetentionInDays",
|
|
181
|
+
"defaultKeyValueRevisionRetentionPeriodInSeconds",
|
|
182
|
+
"enablePurgeProtection",
|
|
183
|
+
"dataPlaneProxy",
|
|
184
|
+
"createMode",
|
|
185
|
+
"telemetry",
|
|
186
|
+
"azureFrontDoor"
|
|
187
|
+
]) ? void 0 : _configurationStorePropertiesSerializer(item),
|
|
188
|
+
identity: !item["identity"] ? item["identity"] : resourceIdentitySerializer(item["identity"]),
|
|
189
|
+
sku: skuSerializer(item["sku"])
|
|
190
|
+
};
|
|
143
191
|
}
|
|
144
192
|
function configurationStoreDeserializer(item) {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
...(!item["properties"]
|
|
157
|
-
? item["properties"]
|
|
158
|
-
: _configurationStorePropertiesDeserializer(item["properties"])),
|
|
159
|
-
identity: !item["identity"] ? item["identity"] : resourceIdentityDeserializer(item["identity"]),
|
|
160
|
-
sku: skuDeserializer(item["sku"]),
|
|
161
|
-
};
|
|
193
|
+
return {
|
|
194
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
195
|
+
location: item["location"],
|
|
196
|
+
id: item["id"],
|
|
197
|
+
name: item["name"],
|
|
198
|
+
type: item["type"],
|
|
199
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
200
|
+
...!item["properties"] ? item["properties"] : _configurationStorePropertiesDeserializer(item["properties"]),
|
|
201
|
+
identity: !item["identity"] ? item["identity"] : resourceIdentityDeserializer(item["identity"]),
|
|
202
|
+
sku: skuDeserializer(item["sku"])
|
|
203
|
+
};
|
|
162
204
|
}
|
|
163
205
|
function configurationStorePropertiesSerializer(item) {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
createMode: item["createMode"],
|
|
177
|
-
telemetry: !item["telemetry"]
|
|
178
|
-
? item["telemetry"]
|
|
179
|
-
: telemetryPropertiesSerializer(item["telemetry"]),
|
|
180
|
-
azureFrontDoor: !item["azureFrontDoor"]
|
|
181
|
-
? item["azureFrontDoor"]
|
|
182
|
-
: azureFrontDoorPropertiesSerializer(item["azureFrontDoor"]),
|
|
183
|
-
};
|
|
206
|
+
return {
|
|
207
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesSerializer(item["encryption"]),
|
|
208
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
209
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
210
|
+
softDeleteRetentionInDays: item["softDeleteRetentionInDays"],
|
|
211
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
212
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
213
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesSerializer(item["dataPlaneProxy"]),
|
|
214
|
+
createMode: item["createMode"],
|
|
215
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesSerializer(item["telemetry"]),
|
|
216
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesSerializer(item["azureFrontDoor"])
|
|
217
|
+
};
|
|
184
218
|
}
|
|
185
219
|
function configurationStorePropertiesDeserializer(item) {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
: azureFrontDoorPropertiesDeserializer(item["azureFrontDoor"]),
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
/** The provisioning state of the configuration store. */
|
|
217
|
-
var KnownProvisioningState;
|
|
218
|
-
(function (KnownProvisioningState) {
|
|
219
|
-
/** Creating */
|
|
220
|
-
KnownProvisioningState["Creating"] = "Creating";
|
|
221
|
-
/** Updating */
|
|
222
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
223
|
-
/** Deleting */
|
|
224
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
225
|
-
/** Succeeded */
|
|
226
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
227
|
-
/** Failed */
|
|
228
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
229
|
-
/** Canceled */
|
|
230
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
231
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
220
|
+
return {
|
|
221
|
+
provisioningState: item["provisioningState"],
|
|
222
|
+
creationDate: !item["creationDate"] ? item["creationDate"] : new Date(item["creationDate"]),
|
|
223
|
+
endpoint: item["endpoint"],
|
|
224
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesDeserializer(item["encryption"]),
|
|
225
|
+
privateEndpointConnections: !item["privateEndpointConnections"] ? item["privateEndpointConnections"] : privateEndpointConnectionReferenceArrayDeserializer(item["privateEndpointConnections"]),
|
|
226
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
227
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
228
|
+
softDeleteRetentionInDays: item["softDeleteRetentionInDays"],
|
|
229
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
230
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
231
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesDeserializer(item["dataPlaneProxy"]),
|
|
232
|
+
createMode: item["createMode"],
|
|
233
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesDeserializer(item["telemetry"]),
|
|
234
|
+
managedOnBehalfOfConfiguration: !item["managedOnBehalfOfConfiguration"] ? item["managedOnBehalfOfConfiguration"] : managedOnBehalfOfConfigurationDeserializer(item["managedOnBehalfOfConfiguration"]),
|
|
235
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesDeserializer(item["azureFrontDoor"])
|
|
236
|
+
};
|
|
237
|
+
}
|
|
238
|
+
var KnownProvisioningState = /* @__PURE__ */ ((KnownProvisioningState2) => {
|
|
239
|
+
KnownProvisioningState2["Creating"] = "Creating";
|
|
240
|
+
KnownProvisioningState2["Updating"] = "Updating";
|
|
241
|
+
KnownProvisioningState2["Deleting"] = "Deleting";
|
|
242
|
+
KnownProvisioningState2["Succeeded"] = "Succeeded";
|
|
243
|
+
KnownProvisioningState2["Failed"] = "Failed";
|
|
244
|
+
KnownProvisioningState2["Canceled"] = "Canceled";
|
|
245
|
+
return KnownProvisioningState2;
|
|
246
|
+
})(KnownProvisioningState || {});
|
|
232
247
|
function encryptionPropertiesSerializer(item) {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
: keyVaultPropertiesSerializer(item["keyVaultProperties"]),
|
|
237
|
-
};
|
|
248
|
+
return {
|
|
249
|
+
keyVaultProperties: !item["keyVaultProperties"] ? item["keyVaultProperties"] : keyVaultPropertiesSerializer(item["keyVaultProperties"])
|
|
250
|
+
};
|
|
238
251
|
}
|
|
239
252
|
function encryptionPropertiesDeserializer(item) {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
: keyVaultPropertiesDeserializer(item["keyVaultProperties"]),
|
|
244
|
-
};
|
|
253
|
+
return {
|
|
254
|
+
keyVaultProperties: !item["keyVaultProperties"] ? item["keyVaultProperties"] : keyVaultPropertiesDeserializer(item["keyVaultProperties"])
|
|
255
|
+
};
|
|
245
256
|
}
|
|
246
257
|
function keyVaultPropertiesSerializer(item) {
|
|
247
|
-
|
|
258
|
+
return { keyIdentifier: item["keyIdentifier"], identityClientId: item["identityClientId"] };
|
|
248
259
|
}
|
|
249
260
|
function keyVaultPropertiesDeserializer(item) {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
261
|
+
return {
|
|
262
|
+
keyIdentifier: item["keyIdentifier"],
|
|
263
|
+
identityClientId: item["identityClientId"]
|
|
264
|
+
};
|
|
254
265
|
}
|
|
255
266
|
function privateEndpointConnectionReferenceArrayDeserializer(result) {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
267
|
+
return result.map((item) => {
|
|
268
|
+
return privateEndpointConnectionReferenceDeserializer(item);
|
|
269
|
+
});
|
|
259
270
|
}
|
|
260
271
|
function privateEndpointConnectionReferenceDeserializer(item) {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
: _privateEndpointConnectionReferencePropertiesDeserializer(item["properties"])),
|
|
268
|
-
};
|
|
272
|
+
return {
|
|
273
|
+
id: item["id"],
|
|
274
|
+
name: item["name"],
|
|
275
|
+
type: item["type"],
|
|
276
|
+
...!item["properties"] ? item["properties"] : _privateEndpointConnectionReferencePropertiesDeserializer(item["properties"])
|
|
277
|
+
};
|
|
269
278
|
}
|
|
270
279
|
function privateEndpointConnectionPropertiesSerializer(item) {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
280
|
+
return {
|
|
281
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointSerializer(item["privateEndpoint"]),
|
|
282
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(
|
|
283
|
+
item["privateLinkServiceConnectionState"]
|
|
284
|
+
)
|
|
285
|
+
};
|
|
277
286
|
}
|
|
278
287
|
function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
288
|
+
return {
|
|
289
|
+
provisioningState: item["provisioningState"],
|
|
290
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointDeserializer(item["privateEndpoint"]),
|
|
291
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(
|
|
292
|
+
item["privateLinkServiceConnectionState"]
|
|
293
|
+
)
|
|
294
|
+
};
|
|
286
295
|
}
|
|
287
296
|
function privateEndpointSerializer(item) {
|
|
288
|
-
|
|
297
|
+
return { id: item["id"] };
|
|
289
298
|
}
|
|
290
299
|
function privateEndpointDeserializer(item) {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
300
|
+
return {
|
|
301
|
+
id: item["id"]
|
|
302
|
+
};
|
|
294
303
|
}
|
|
295
304
|
function privateLinkServiceConnectionStateSerializer(item) {
|
|
296
|
-
|
|
305
|
+
return { status: item["status"], description: item["description"] };
|
|
297
306
|
}
|
|
298
307
|
function privateLinkServiceConnectionStateDeserializer(item) {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
})(
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
KnownActionsRequired["Recreate"] = "Recreate";
|
|
324
|
-
})(KnownActionsRequired || (exports.KnownActionsRequired = KnownActionsRequired = {}));
|
|
325
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
326
|
-
var KnownPublicNetworkAccess;
|
|
327
|
-
(function (KnownPublicNetworkAccess) {
|
|
328
|
-
/** Enabled */
|
|
329
|
-
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
330
|
-
/** Disabled */
|
|
331
|
-
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
332
|
-
})(KnownPublicNetworkAccess || (exports.KnownPublicNetworkAccess = KnownPublicNetworkAccess = {}));
|
|
308
|
+
return {
|
|
309
|
+
status: item["status"],
|
|
310
|
+
description: item["description"],
|
|
311
|
+
actionsRequired: item["actionsRequired"]
|
|
312
|
+
};
|
|
313
|
+
}
|
|
314
|
+
var KnownConnectionStatus = /* @__PURE__ */ ((KnownConnectionStatus2) => {
|
|
315
|
+
KnownConnectionStatus2["Pending"] = "Pending";
|
|
316
|
+
KnownConnectionStatus2["Approved"] = "Approved";
|
|
317
|
+
KnownConnectionStatus2["Rejected"] = "Rejected";
|
|
318
|
+
KnownConnectionStatus2["Disconnected"] = "Disconnected";
|
|
319
|
+
return KnownConnectionStatus2;
|
|
320
|
+
})(KnownConnectionStatus || {});
|
|
321
|
+
var KnownActionsRequired = /* @__PURE__ */ ((KnownActionsRequired2) => {
|
|
322
|
+
KnownActionsRequired2["None"] = "None";
|
|
323
|
+
KnownActionsRequired2["Recreate"] = "Recreate";
|
|
324
|
+
return KnownActionsRequired2;
|
|
325
|
+
})(KnownActionsRequired || {});
|
|
326
|
+
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
327
|
+
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
328
|
+
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
329
|
+
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
330
|
+
return KnownPublicNetworkAccess2;
|
|
331
|
+
})(KnownPublicNetworkAccess || {});
|
|
333
332
|
function dataPlaneProxyPropertiesSerializer(item) {
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
333
|
+
return {
|
|
334
|
+
authenticationMode: item["authenticationMode"],
|
|
335
|
+
privateLinkDelegation: item["privateLinkDelegation"]
|
|
336
|
+
};
|
|
338
337
|
}
|
|
339
338
|
function dataPlaneProxyPropertiesDeserializer(item) {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
(function (KnownPrivateLinkDelegation) {
|
|
356
|
-
/** ARM private endpoint is required if the resource requires private link. */
|
|
357
|
-
KnownPrivateLinkDelegation["Enabled"] = "Enabled";
|
|
358
|
-
/** Request is denied if the resource requires private link. */
|
|
359
|
-
KnownPrivateLinkDelegation["Disabled"] = "Disabled";
|
|
360
|
-
})(KnownPrivateLinkDelegation || (exports.KnownPrivateLinkDelegation = KnownPrivateLinkDelegation = {}));
|
|
339
|
+
return {
|
|
340
|
+
authenticationMode: item["authenticationMode"],
|
|
341
|
+
privateLinkDelegation: item["privateLinkDelegation"]
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
var KnownAuthenticationMode = /* @__PURE__ */ ((KnownAuthenticationMode2) => {
|
|
345
|
+
KnownAuthenticationMode2["Local"] = "Local";
|
|
346
|
+
KnownAuthenticationMode2["PassThrough"] = "Pass-through";
|
|
347
|
+
return KnownAuthenticationMode2;
|
|
348
|
+
})(KnownAuthenticationMode || {});
|
|
349
|
+
var KnownPrivateLinkDelegation = /* @__PURE__ */ ((KnownPrivateLinkDelegation2) => {
|
|
350
|
+
KnownPrivateLinkDelegation2["Enabled"] = "Enabled";
|
|
351
|
+
KnownPrivateLinkDelegation2["Disabled"] = "Disabled";
|
|
352
|
+
return KnownPrivateLinkDelegation2;
|
|
353
|
+
})(KnownPrivateLinkDelegation || {});
|
|
361
354
|
function telemetryPropertiesSerializer(item) {
|
|
362
|
-
|
|
355
|
+
return { resourceId: item["resourceId"] };
|
|
363
356
|
}
|
|
364
357
|
function telemetryPropertiesDeserializer(item) {
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
358
|
+
return {
|
|
359
|
+
resourceId: item["resourceId"]
|
|
360
|
+
};
|
|
368
361
|
}
|
|
369
362
|
function managedOnBehalfOfConfigurationDeserializer(item) {
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
: moboBrokerResourceArrayDeserializer(item["moboBrokerResources"]),
|
|
374
|
-
};
|
|
363
|
+
return {
|
|
364
|
+
moboBrokerResources: !item["moboBrokerResources"] ? item["moboBrokerResources"] : moboBrokerResourceArrayDeserializer(item["moboBrokerResources"])
|
|
365
|
+
};
|
|
375
366
|
}
|
|
376
367
|
function moboBrokerResourceArrayDeserializer(result) {
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
368
|
+
return result.map((item) => {
|
|
369
|
+
return moboBrokerResourceDeserializer(item);
|
|
370
|
+
});
|
|
380
371
|
}
|
|
381
372
|
function moboBrokerResourceDeserializer(item) {
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
373
|
+
return {
|
|
374
|
+
id: item["id"]
|
|
375
|
+
};
|
|
385
376
|
}
|
|
386
377
|
function azureFrontDoorPropertiesSerializer(item) {
|
|
387
|
-
|
|
378
|
+
return { resourceId: item["resourceId"] };
|
|
388
379
|
}
|
|
389
380
|
function azureFrontDoorPropertiesDeserializer(item) {
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
381
|
+
return {
|
|
382
|
+
resourceId: item["resourceId"]
|
|
383
|
+
};
|
|
393
384
|
}
|
|
394
385
|
function resourceIdentitySerializer(item) {
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
: userIdentityRecordSerializer(item["userAssignedIdentities"]),
|
|
400
|
-
};
|
|
386
|
+
return {
|
|
387
|
+
type: item["type"],
|
|
388
|
+
userAssignedIdentities: !item["userAssignedIdentities"] ? item["userAssignedIdentities"] : userIdentityRecordSerializer(item["userAssignedIdentities"])
|
|
389
|
+
};
|
|
401
390
|
}
|
|
402
391
|
function resourceIdentityDeserializer(item) {
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
/** SystemAssigned */
|
|
418
|
-
KnownIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
419
|
-
/** UserAssigned */
|
|
420
|
-
KnownIdentityType["UserAssigned"] = "UserAssigned";
|
|
421
|
-
/** SystemAssigned, UserAssigned */
|
|
422
|
-
KnownIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned, UserAssigned";
|
|
423
|
-
})(KnownIdentityType || (exports.KnownIdentityType = KnownIdentityType = {}));
|
|
392
|
+
return {
|
|
393
|
+
type: item["type"],
|
|
394
|
+
userAssignedIdentities: !item["userAssignedIdentities"] ? item["userAssignedIdentities"] : userIdentityRecordDeserializer(item["userAssignedIdentities"]),
|
|
395
|
+
principalId: item["principalId"],
|
|
396
|
+
tenantId: item["tenantId"]
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
var KnownIdentityType = /* @__PURE__ */ ((KnownIdentityType2) => {
|
|
400
|
+
KnownIdentityType2["None"] = "None";
|
|
401
|
+
KnownIdentityType2["SystemAssigned"] = "SystemAssigned";
|
|
402
|
+
KnownIdentityType2["UserAssigned"] = "UserAssigned";
|
|
403
|
+
KnownIdentityType2["SystemAssignedUserAssigned"] = "SystemAssigned, UserAssigned";
|
|
404
|
+
return KnownIdentityType2;
|
|
405
|
+
})(KnownIdentityType || {});
|
|
424
406
|
function userIdentityRecordSerializer(item) {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
407
|
+
const result = {};
|
|
408
|
+
Object.keys(item).map((key) => {
|
|
409
|
+
result[key] = !item[key] ? item[key] : userIdentitySerializer(item[key]);
|
|
410
|
+
});
|
|
411
|
+
return result;
|
|
430
412
|
}
|
|
431
413
|
function userIdentityRecordDeserializer(item) {
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
414
|
+
const result = {};
|
|
415
|
+
Object.keys(item).map((key) => {
|
|
416
|
+
result[key] = !item[key] ? item[key] : userIdentityDeserializer(item[key]);
|
|
417
|
+
});
|
|
418
|
+
return result;
|
|
437
419
|
}
|
|
438
|
-
function userIdentitySerializer(
|
|
439
|
-
|
|
420
|
+
function userIdentitySerializer(_item) {
|
|
421
|
+
return {};
|
|
440
422
|
}
|
|
441
423
|
function userIdentityDeserializer(item) {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
424
|
+
return {
|
|
425
|
+
principalId: item["principalId"],
|
|
426
|
+
clientId: item["clientId"]
|
|
427
|
+
};
|
|
446
428
|
}
|
|
447
429
|
function skuSerializer(item) {
|
|
448
|
-
|
|
430
|
+
return { name: item["name"] };
|
|
449
431
|
}
|
|
450
432
|
function skuDeserializer(item) {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
433
|
+
return {
|
|
434
|
+
name: item["name"]
|
|
435
|
+
};
|
|
454
436
|
}
|
|
455
437
|
function trackedResourceSerializer(item) {
|
|
456
|
-
|
|
438
|
+
return { tags: item["tags"], location: item["location"] };
|
|
457
439
|
}
|
|
458
440
|
function trackedResourceDeserializer(item) {
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
};
|
|
471
|
-
}
|
|
472
|
-
function resourceSerializer(item) {
|
|
473
|
-
return item;
|
|
441
|
+
return {
|
|
442
|
+
id: item["id"],
|
|
443
|
+
name: item["name"],
|
|
444
|
+
type: item["type"],
|
|
445
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
446
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
447
|
+
location: item["location"]
|
|
448
|
+
};
|
|
449
|
+
}
|
|
450
|
+
function resourceSerializer(_item) {
|
|
451
|
+
return {};
|
|
474
452
|
}
|
|
475
453
|
function resourceDeserializer(item) {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
: systemDataDeserializer(item["systemData"]),
|
|
483
|
-
};
|
|
454
|
+
return {
|
|
455
|
+
id: item["id"],
|
|
456
|
+
name: item["name"],
|
|
457
|
+
type: item["type"],
|
|
458
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
459
|
+
};
|
|
484
460
|
}
|
|
485
461
|
function systemDataDeserializer(item) {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
/** The entity was created by an application. */
|
|
503
|
-
KnownCreatedByType["Application"] = "Application";
|
|
504
|
-
/** The entity was created by a managed identity. */
|
|
505
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
506
|
-
/** The entity was created by a key. */
|
|
507
|
-
KnownCreatedByType["Key"] = "Key";
|
|
508
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
462
|
+
return {
|
|
463
|
+
createdBy: item["createdBy"],
|
|
464
|
+
createdByType: item["createdByType"],
|
|
465
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
466
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
467
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
468
|
+
lastModifiedAt: !item["lastModifiedAt"] ? item["lastModifiedAt"] : new Date(item["lastModifiedAt"])
|
|
469
|
+
};
|
|
470
|
+
}
|
|
471
|
+
var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
|
|
472
|
+
KnownCreatedByType2["User"] = "User";
|
|
473
|
+
KnownCreatedByType2["Application"] = "Application";
|
|
474
|
+
KnownCreatedByType2["ManagedIdentity"] = "ManagedIdentity";
|
|
475
|
+
KnownCreatedByType2["Key"] = "Key";
|
|
476
|
+
return KnownCreatedByType2;
|
|
477
|
+
})(KnownCreatedByType || {});
|
|
509
478
|
function errorResponseDeserializer(item) {
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
479
|
+
return {
|
|
480
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"])
|
|
481
|
+
};
|
|
513
482
|
}
|
|
514
483
|
function errorDetailDeserializer(item) {
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
523
|
-
};
|
|
484
|
+
return {
|
|
485
|
+
code: item["code"],
|
|
486
|
+
message: item["message"],
|
|
487
|
+
target: item["target"],
|
|
488
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
489
|
+
additionalInfo: !item["additionalInfo"] ? item["additionalInfo"] : errorAdditionalInfoArrayDeserializer(item["additionalInfo"])
|
|
490
|
+
};
|
|
524
491
|
}
|
|
525
492
|
function errorDetailArrayDeserializer(result) {
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
493
|
+
return result.map((item) => {
|
|
494
|
+
return errorDetailDeserializer(item);
|
|
495
|
+
});
|
|
529
496
|
}
|
|
530
497
|
function errorAdditionalInfoArrayDeserializer(result) {
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
498
|
+
return result.map((item) => {
|
|
499
|
+
return errorAdditionalInfoDeserializer(item);
|
|
500
|
+
});
|
|
534
501
|
}
|
|
535
502
|
function errorAdditionalInfoDeserializer(item) {
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
503
|
+
return {
|
|
504
|
+
type: item["type"],
|
|
505
|
+
info: item["info"]
|
|
506
|
+
};
|
|
540
507
|
}
|
|
541
508
|
function configurationStoreUpdateParametersSerializer(item) {
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
tags: item["tags"],
|
|
558
|
-
};
|
|
509
|
+
return {
|
|
510
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
511
|
+
"encryption",
|
|
512
|
+
"disableLocalAuth",
|
|
513
|
+
"publicNetworkAccess",
|
|
514
|
+
"enablePurgeProtection",
|
|
515
|
+
"dataPlaneProxy",
|
|
516
|
+
"defaultKeyValueRevisionRetentionPeriodInSeconds",
|
|
517
|
+
"telemetry",
|
|
518
|
+
"azureFrontDoor"
|
|
519
|
+
]) ? void 0 : _configurationStoreUpdateParametersPropertiesSerializer(item),
|
|
520
|
+
identity: !item["identity"] ? item["identity"] : resourceIdentitySerializer(item["identity"]),
|
|
521
|
+
sku: !item["sku"] ? item["sku"] : skuSerializer(item["sku"]),
|
|
522
|
+
tags: item["tags"]
|
|
523
|
+
};
|
|
559
524
|
}
|
|
560
525
|
function configurationStorePropertiesUpdateParametersSerializer(item) {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
572
|
-
telemetry: !item["telemetry"]
|
|
573
|
-
? item["telemetry"]
|
|
574
|
-
: telemetryPropertiesSerializer(item["telemetry"]),
|
|
575
|
-
azureFrontDoor: !item["azureFrontDoor"]
|
|
576
|
-
? item["azureFrontDoor"]
|
|
577
|
-
: azureFrontDoorPropertiesSerializer(item["azureFrontDoor"]),
|
|
578
|
-
};
|
|
526
|
+
return {
|
|
527
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesSerializer(item["encryption"]),
|
|
528
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
529
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
530
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
531
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesSerializer(item["dataPlaneProxy"]),
|
|
532
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
533
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesSerializer(item["telemetry"]),
|
|
534
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesSerializer(item["azureFrontDoor"])
|
|
535
|
+
};
|
|
579
536
|
}
|
|
580
537
|
function _configurationStoreListResultDeserializer(item) {
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
538
|
+
return {
|
|
539
|
+
value: configurationStoreArrayDeserializer(item["value"]),
|
|
540
|
+
nextLink: item["nextLink"]
|
|
541
|
+
};
|
|
585
542
|
}
|
|
586
543
|
function configurationStoreArraySerializer(result) {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
544
|
+
return result.map((item) => {
|
|
545
|
+
return configurationStoreSerializer(item);
|
|
546
|
+
});
|
|
590
547
|
}
|
|
591
548
|
function configurationStoreArrayDeserializer(result) {
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
549
|
+
return result.map((item) => {
|
|
550
|
+
return configurationStoreDeserializer(item);
|
|
551
|
+
});
|
|
595
552
|
}
|
|
596
553
|
function _apiKeyListResultDeserializer(item) {
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
554
|
+
return {
|
|
555
|
+
value: apiKeyArrayDeserializer(item["value"]),
|
|
556
|
+
nextLink: item["nextLink"]
|
|
557
|
+
};
|
|
601
558
|
}
|
|
602
559
|
function apiKeyArrayDeserializer(result) {
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
560
|
+
return result.map((item) => {
|
|
561
|
+
return apiKeyDeserializer(item);
|
|
562
|
+
});
|
|
606
563
|
}
|
|
607
564
|
function apiKeyDeserializer(item) {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
565
|
+
return {
|
|
566
|
+
id: item["id"],
|
|
567
|
+
name: item["name"],
|
|
568
|
+
value: item["value"],
|
|
569
|
+
connectionString: item["connectionString"],
|
|
570
|
+
lastModified: !item["lastModified"] ? item["lastModified"] : new Date(item["lastModified"]),
|
|
571
|
+
readOnly: item["readOnly"]
|
|
572
|
+
};
|
|
616
573
|
}
|
|
617
574
|
function regenerateKeyParametersSerializer(item) {
|
|
618
|
-
|
|
575
|
+
return { id: item["id"] };
|
|
619
576
|
}
|
|
620
577
|
function deletedConfigurationStoreDeserializer(item) {
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
...(!item["properties"]
|
|
629
|
-
? item["properties"]
|
|
630
|
-
: _deletedConfigurationStorePropertiesDeserializer(item["properties"])),
|
|
631
|
-
};
|
|
578
|
+
return {
|
|
579
|
+
id: item["id"],
|
|
580
|
+
name: item["name"],
|
|
581
|
+
type: item["type"],
|
|
582
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
583
|
+
...!item["properties"] ? item["properties"] : _deletedConfigurationStorePropertiesDeserializer(item["properties"])
|
|
584
|
+
};
|
|
632
585
|
}
|
|
633
586
|
function deletedConfigurationStorePropertiesDeserializer(item) {
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
};
|
|
646
|
-
}
|
|
647
|
-
function proxyResourceSerializer(item) {
|
|
648
|
-
return item;
|
|
587
|
+
return {
|
|
588
|
+
configurationStoreId: item["configurationStoreId"],
|
|
589
|
+
location: item["location"],
|
|
590
|
+
deletionDate: !item["deletionDate"] ? item["deletionDate"] : new Date(item["deletionDate"]),
|
|
591
|
+
scheduledPurgeDate: !item["scheduledPurgeDate"] ? item["scheduledPurgeDate"] : new Date(item["scheduledPurgeDate"]),
|
|
592
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
593
|
+
purgeProtectionEnabled: item["purgeProtectionEnabled"]
|
|
594
|
+
};
|
|
595
|
+
}
|
|
596
|
+
function proxyResourceSerializer(_item) {
|
|
597
|
+
return {};
|
|
649
598
|
}
|
|
650
599
|
function proxyResourceDeserializer(item) {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
: systemDataDeserializer(item["systemData"]),
|
|
658
|
-
};
|
|
600
|
+
return {
|
|
601
|
+
id: item["id"],
|
|
602
|
+
name: item["name"],
|
|
603
|
+
type: item["type"],
|
|
604
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
605
|
+
};
|
|
659
606
|
}
|
|
660
607
|
function _deletedConfigurationStoreListResultDeserializer(item) {
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
608
|
+
return {
|
|
609
|
+
value: deletedConfigurationStoreArrayDeserializer(item["value"]),
|
|
610
|
+
nextLink: item["nextLink"]
|
|
611
|
+
};
|
|
665
612
|
}
|
|
666
613
|
function deletedConfigurationStoreArrayDeserializer(result) {
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
614
|
+
return result.map((item) => {
|
|
615
|
+
return deletedConfigurationStoreDeserializer(item);
|
|
616
|
+
});
|
|
670
617
|
}
|
|
671
618
|
function privateEndpointConnectionSerializer(item) {
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
: _privateEndpointConnectionPropertiesSerializer(item),
|
|
676
|
-
};
|
|
619
|
+
return {
|
|
620
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["privateEndpoint", "privateLinkServiceConnectionState"]) ? void 0 : _privateEndpointConnectionPropertiesSerializer(item)
|
|
621
|
+
};
|
|
677
622
|
}
|
|
678
623
|
function privateEndpointConnectionDeserializer(item) {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
...(!item["properties"]
|
|
687
|
-
? item["properties"]
|
|
688
|
-
: _privateEndpointConnectionPropertiesDeserializer(item["properties"])),
|
|
689
|
-
};
|
|
624
|
+
return {
|
|
625
|
+
id: item["id"],
|
|
626
|
+
name: item["name"],
|
|
627
|
+
type: item["type"],
|
|
628
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
629
|
+
...!item["properties"] ? item["properties"] : _privateEndpointConnectionPropertiesDeserializer(item["properties"])
|
|
630
|
+
};
|
|
690
631
|
}
|
|
691
632
|
function _privateEndpointConnectionListResultDeserializer(item) {
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
633
|
+
return {
|
|
634
|
+
value: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
635
|
+
nextLink: item["nextLink"]
|
|
636
|
+
};
|
|
696
637
|
}
|
|
697
638
|
function privateEndpointConnectionArraySerializer(result) {
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
639
|
+
return result.map((item) => {
|
|
640
|
+
return privateEndpointConnectionSerializer(item);
|
|
641
|
+
});
|
|
701
642
|
}
|
|
702
643
|
function privateEndpointConnectionArrayDeserializer(result) {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
644
|
+
return result.map((item) => {
|
|
645
|
+
return privateEndpointConnectionDeserializer(item);
|
|
646
|
+
});
|
|
647
|
+
}
|
|
648
|
+
function networkSecurityPerimeterConfigurationDeserializer(item) {
|
|
649
|
+
return {
|
|
650
|
+
id: item["id"],
|
|
651
|
+
name: item["name"],
|
|
652
|
+
type: item["type"],
|
|
653
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
654
|
+
properties: !item["properties"] ? item["properties"] : networkSecurityPerimeterConfigurationPropertiesDeserializer(item["properties"])
|
|
655
|
+
};
|
|
656
|
+
}
|
|
657
|
+
function networkSecurityPerimeterConfigurationPropertiesDeserializer(item) {
|
|
658
|
+
return {
|
|
659
|
+
provisioningState: item["provisioningState"],
|
|
660
|
+
provisioningIssues: !item["provisioningIssues"] ? item["provisioningIssues"] : provisioningIssueArrayDeserializer(item["provisioningIssues"]),
|
|
661
|
+
networkSecurityPerimeter: !item["networkSecurityPerimeter"] ? item["networkSecurityPerimeter"] : networkSecurityPerimeterDeserializer(item["networkSecurityPerimeter"]),
|
|
662
|
+
resourceAssociation: !item["resourceAssociation"] ? item["resourceAssociation"] : resourceAssociationDeserializer(item["resourceAssociation"]),
|
|
663
|
+
profile: !item["profile"] ? item["profile"] : networkSecurityProfileDeserializer(item["profile"])
|
|
664
|
+
};
|
|
665
|
+
}
|
|
666
|
+
var KnownNetworkSecurityPerimeterConfigurationProvisioningState = /* @__PURE__ */ ((KnownNetworkSecurityPerimeterConfigurationProvisioningState2) => {
|
|
667
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Succeeded"] = "Succeeded";
|
|
668
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Creating"] = "Creating";
|
|
669
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Updating"] = "Updating";
|
|
670
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Deleting"] = "Deleting";
|
|
671
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Accepted"] = "Accepted";
|
|
672
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Failed"] = "Failed";
|
|
673
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState2["Canceled"] = "Canceled";
|
|
674
|
+
return KnownNetworkSecurityPerimeterConfigurationProvisioningState2;
|
|
675
|
+
})(KnownNetworkSecurityPerimeterConfigurationProvisioningState || {});
|
|
676
|
+
function provisioningIssueArrayDeserializer(result) {
|
|
677
|
+
return result.map((item) => {
|
|
678
|
+
return provisioningIssueDeserializer(item);
|
|
679
|
+
});
|
|
680
|
+
}
|
|
681
|
+
function provisioningIssueDeserializer(item) {
|
|
682
|
+
return {
|
|
683
|
+
name: item["name"],
|
|
684
|
+
properties: !item["properties"] ? item["properties"] : provisioningIssuePropertiesDeserializer(item["properties"])
|
|
685
|
+
};
|
|
686
|
+
}
|
|
687
|
+
function provisioningIssuePropertiesDeserializer(item) {
|
|
688
|
+
return {
|
|
689
|
+
issueType: item["issueType"],
|
|
690
|
+
severity: item["severity"],
|
|
691
|
+
description: item["description"],
|
|
692
|
+
suggestedResourceIds: !item["suggestedResourceIds"] ? item["suggestedResourceIds"] : item["suggestedResourceIds"].map((p) => {
|
|
693
|
+
return p;
|
|
694
|
+
}),
|
|
695
|
+
suggestedAccessRules: !item["suggestedAccessRules"] ? item["suggestedAccessRules"] : accessRuleArrayDeserializer(item["suggestedAccessRules"])
|
|
696
|
+
};
|
|
697
|
+
}
|
|
698
|
+
var KnownIssueType = /* @__PURE__ */ ((KnownIssueType2) => {
|
|
699
|
+
KnownIssueType2["Unknown"] = "Unknown";
|
|
700
|
+
KnownIssueType2["ConfigurationPropagationFailure"] = "ConfigurationPropagationFailure";
|
|
701
|
+
KnownIssueType2["MissingPerimeterConfiguration"] = "MissingPerimeterConfiguration";
|
|
702
|
+
KnownIssueType2["MissingIdentityConfiguration"] = "MissingIdentityConfiguration";
|
|
703
|
+
return KnownIssueType2;
|
|
704
|
+
})(KnownIssueType || {});
|
|
705
|
+
var KnownSeverity = /* @__PURE__ */ ((KnownSeverity2) => {
|
|
706
|
+
KnownSeverity2["Warning"] = "Warning";
|
|
707
|
+
KnownSeverity2["Error"] = "Error";
|
|
708
|
+
return KnownSeverity2;
|
|
709
|
+
})(KnownSeverity || {});
|
|
710
|
+
function accessRuleArrayDeserializer(result) {
|
|
711
|
+
return result.map((item) => {
|
|
712
|
+
return accessRuleDeserializer(item);
|
|
713
|
+
});
|
|
714
|
+
}
|
|
715
|
+
function accessRuleDeserializer(item) {
|
|
716
|
+
return {
|
|
717
|
+
name: item["name"],
|
|
718
|
+
properties: !item["properties"] ? item["properties"] : accessRulePropertiesDeserializer(item["properties"])
|
|
719
|
+
};
|
|
720
|
+
}
|
|
721
|
+
function accessRulePropertiesDeserializer(item) {
|
|
722
|
+
return {
|
|
723
|
+
direction: item["direction"],
|
|
724
|
+
addressPrefixes: !item["addressPrefixes"] ? item["addressPrefixes"] : item["addressPrefixes"].map((p) => {
|
|
725
|
+
return p;
|
|
726
|
+
}),
|
|
727
|
+
subscriptions: !item["subscriptions"] ? item["subscriptions"] : _accessRulePropertiesSubscriptionArrayDeserializer(item["subscriptions"]),
|
|
728
|
+
networkSecurityPerimeters: !item["networkSecurityPerimeters"] ? item["networkSecurityPerimeters"] : networkSecurityPerimeterArrayDeserializer(item["networkSecurityPerimeters"]),
|
|
729
|
+
fullyQualifiedDomainNames: !item["fullyQualifiedDomainNames"] ? item["fullyQualifiedDomainNames"] : item["fullyQualifiedDomainNames"].map((p) => {
|
|
730
|
+
return p;
|
|
731
|
+
}),
|
|
732
|
+
emailAddresses: !item["emailAddresses"] ? item["emailAddresses"] : item["emailAddresses"].map((p) => {
|
|
733
|
+
return p;
|
|
734
|
+
}),
|
|
735
|
+
phoneNumbers: !item["phoneNumbers"] ? item["phoneNumbers"] : item["phoneNumbers"].map((p) => {
|
|
736
|
+
return p;
|
|
737
|
+
})
|
|
738
|
+
};
|
|
739
|
+
}
|
|
740
|
+
var KnownAccessRuleDirection = /* @__PURE__ */ ((KnownAccessRuleDirection2) => {
|
|
741
|
+
KnownAccessRuleDirection2["Inbound"] = "Inbound";
|
|
742
|
+
KnownAccessRuleDirection2["Outbound"] = "Outbound";
|
|
743
|
+
return KnownAccessRuleDirection2;
|
|
744
|
+
})(KnownAccessRuleDirection || {});
|
|
745
|
+
function _accessRulePropertiesSubscriptionArrayDeserializer(result) {
|
|
746
|
+
return result.map((item) => {
|
|
747
|
+
return _accessRulePropertiesSubscriptionDeserializer(item);
|
|
748
|
+
});
|
|
749
|
+
}
|
|
750
|
+
function _accessRulePropertiesSubscriptionDeserializer(item) {
|
|
751
|
+
return {
|
|
752
|
+
id: item["id"]
|
|
753
|
+
};
|
|
754
|
+
}
|
|
755
|
+
function networkSecurityPerimeterArrayDeserializer(result) {
|
|
756
|
+
return result.map((item) => {
|
|
757
|
+
return networkSecurityPerimeterDeserializer(item);
|
|
758
|
+
});
|
|
759
|
+
}
|
|
760
|
+
function networkSecurityPerimeterDeserializer(item) {
|
|
761
|
+
return {
|
|
762
|
+
id: item["id"],
|
|
763
|
+
perimeterGuid: item["perimeterGuid"],
|
|
764
|
+
location: item["location"]
|
|
765
|
+
};
|
|
766
|
+
}
|
|
767
|
+
function resourceAssociationDeserializer(item) {
|
|
768
|
+
return {
|
|
769
|
+
name: item["name"],
|
|
770
|
+
accessMode: item["accessMode"]
|
|
771
|
+
};
|
|
772
|
+
}
|
|
773
|
+
var KnownResourceAssociationAccessMode = /* @__PURE__ */ ((KnownResourceAssociationAccessMode2) => {
|
|
774
|
+
KnownResourceAssociationAccessMode2["Enforced"] = "Enforced";
|
|
775
|
+
KnownResourceAssociationAccessMode2["Learning"] = "Learning";
|
|
776
|
+
KnownResourceAssociationAccessMode2["Audit"] = "Audit";
|
|
777
|
+
return KnownResourceAssociationAccessMode2;
|
|
778
|
+
})(KnownResourceAssociationAccessMode || {});
|
|
779
|
+
function networkSecurityProfileDeserializer(item) {
|
|
780
|
+
return {
|
|
781
|
+
name: item["name"],
|
|
782
|
+
accessRulesVersion: item["accessRulesVersion"],
|
|
783
|
+
accessRules: !item["accessRules"] ? item["accessRules"] : accessRuleArrayDeserializer(item["accessRules"]),
|
|
784
|
+
diagnosticSettingsVersion: item["diagnosticSettingsVersion"],
|
|
785
|
+
enabledLogCategories: !item["enabledLogCategories"] ? item["enabledLogCategories"] : item["enabledLogCategories"].map((p) => {
|
|
786
|
+
return p;
|
|
787
|
+
})
|
|
788
|
+
};
|
|
789
|
+
}
|
|
790
|
+
function _networkSecurityPerimeterConfigurationListResultDeserializer(item) {
|
|
791
|
+
return {
|
|
792
|
+
value: networkSecurityPerimeterConfigurationArrayDeserializer(item["value"]),
|
|
793
|
+
nextLink: item["nextLink"]
|
|
794
|
+
};
|
|
795
|
+
}
|
|
796
|
+
function networkSecurityPerimeterConfigurationArrayDeserializer(result) {
|
|
797
|
+
return result.map((item) => {
|
|
798
|
+
return networkSecurityPerimeterConfigurationDeserializer(item);
|
|
799
|
+
});
|
|
706
800
|
}
|
|
707
801
|
function privateLinkResourceDeserializer(item) {
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
...(!item["properties"]
|
|
716
|
-
? item["properties"]
|
|
717
|
-
: _privateLinkResourcePropertiesDeserializer(item["properties"])),
|
|
718
|
-
};
|
|
802
|
+
return {
|
|
803
|
+
id: item["id"],
|
|
804
|
+
name: item["name"],
|
|
805
|
+
type: item["type"],
|
|
806
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
807
|
+
...!item["properties"] ? item["properties"] : _privateLinkResourcePropertiesDeserializer(item["properties"])
|
|
808
|
+
};
|
|
719
809
|
}
|
|
720
810
|
function privateLinkResourcePropertiesDeserializer(item) {
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
: item["requiredZoneNames"].map((p) => {
|
|
731
|
-
return p;
|
|
732
|
-
}),
|
|
733
|
-
};
|
|
811
|
+
return {
|
|
812
|
+
groupId: item["groupId"],
|
|
813
|
+
requiredMembers: !item["requiredMembers"] ? item["requiredMembers"] : item["requiredMembers"].map((p) => {
|
|
814
|
+
return p;
|
|
815
|
+
}),
|
|
816
|
+
requiredZoneNames: !item["requiredZoneNames"] ? item["requiredZoneNames"] : item["requiredZoneNames"].map((p) => {
|
|
817
|
+
return p;
|
|
818
|
+
})
|
|
819
|
+
};
|
|
734
820
|
}
|
|
735
821
|
function _privateLinkResourceListResultDeserializer(item) {
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
822
|
+
return {
|
|
823
|
+
value: privateLinkResourceArrayDeserializer(item["value"]),
|
|
824
|
+
nextLink: item["nextLink"]
|
|
825
|
+
};
|
|
740
826
|
}
|
|
741
827
|
function privateLinkResourceArrayDeserializer(result) {
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
828
|
+
return result.map((item) => {
|
|
829
|
+
return privateLinkResourceDeserializer(item);
|
|
830
|
+
});
|
|
745
831
|
}
|
|
746
832
|
function keyValueSerializer(item) {
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
: _keyValuePropertiesSerializer(item),
|
|
751
|
-
};
|
|
833
|
+
return {
|
|
834
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["value", "contentType", "tags"]) ? void 0 : _keyValuePropertiesSerializer(item)
|
|
835
|
+
};
|
|
752
836
|
}
|
|
753
837
|
function keyValueDeserializer(item) {
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
...(!item["properties"]
|
|
762
|
-
? item["properties"]
|
|
763
|
-
: _keyValuePropertiesDeserializer(item["properties"])),
|
|
764
|
-
};
|
|
838
|
+
return {
|
|
839
|
+
id: item["id"],
|
|
840
|
+
name: item["name"],
|
|
841
|
+
type: item["type"],
|
|
842
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
843
|
+
...!item["properties"] ? item["properties"] : _keyValuePropertiesDeserializer(item["properties"])
|
|
844
|
+
};
|
|
765
845
|
}
|
|
766
846
|
function keyValuePropertiesSerializer(item) {
|
|
767
|
-
|
|
847
|
+
return { value: item["value"], contentType: item["contentType"], tags: item["tags"] };
|
|
768
848
|
}
|
|
769
849
|
function keyValuePropertiesDeserializer(item) {
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
781
|
-
};
|
|
850
|
+
return {
|
|
851
|
+
key: item["key"],
|
|
852
|
+
label: item["label"],
|
|
853
|
+
value: item["value"],
|
|
854
|
+
contentType: item["contentType"],
|
|
855
|
+
eTag: item["eTag"],
|
|
856
|
+
lastModified: !item["lastModified"] ? item["lastModified"] : new Date(item["lastModified"]),
|
|
857
|
+
locked: item["locked"],
|
|
858
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p]))
|
|
859
|
+
};
|
|
782
860
|
}
|
|
783
861
|
function replicaSerializer(item) {
|
|
784
|
-
|
|
862
|
+
return {
|
|
863
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, []) ? void 0 : _replicaPropertiesSerializer(item),
|
|
864
|
+
location: item["location"]
|
|
865
|
+
};
|
|
785
866
|
}
|
|
786
867
|
function replicaDeserializer(item) {
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
};
|
|
799
|
-
}
|
|
800
|
-
function replicaPropertiesSerializer(item) {
|
|
801
|
-
return item;
|
|
868
|
+
return {
|
|
869
|
+
id: item["id"],
|
|
870
|
+
name: item["name"],
|
|
871
|
+
type: item["type"],
|
|
872
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
873
|
+
...!item["properties"] ? item["properties"] : _replicaPropertiesDeserializer(item["properties"]),
|
|
874
|
+
location: item["location"]
|
|
875
|
+
};
|
|
876
|
+
}
|
|
877
|
+
function replicaPropertiesSerializer(_item) {
|
|
878
|
+
return {};
|
|
802
879
|
}
|
|
803
880
|
function replicaPropertiesDeserializer(item) {
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
KnownReplicaProvisioningState["Deleting"] = "Deleting";
|
|
818
|
-
/** Failed */
|
|
819
|
-
KnownReplicaProvisioningState["Failed"] = "Failed";
|
|
820
|
-
/** Canceled */
|
|
821
|
-
KnownReplicaProvisioningState["Canceled"] = "Canceled";
|
|
822
|
-
})(KnownReplicaProvisioningState || (exports.KnownReplicaProvisioningState = KnownReplicaProvisioningState = {}));
|
|
881
|
+
return {
|
|
882
|
+
endpoint: item["endpoint"],
|
|
883
|
+
provisioningState: item["provisioningState"]
|
|
884
|
+
};
|
|
885
|
+
}
|
|
886
|
+
var KnownReplicaProvisioningState = /* @__PURE__ */ ((KnownReplicaProvisioningState2) => {
|
|
887
|
+
KnownReplicaProvisioningState2["Creating"] = "Creating";
|
|
888
|
+
KnownReplicaProvisioningState2["Succeeded"] = "Succeeded";
|
|
889
|
+
KnownReplicaProvisioningState2["Deleting"] = "Deleting";
|
|
890
|
+
KnownReplicaProvisioningState2["Failed"] = "Failed";
|
|
891
|
+
KnownReplicaProvisioningState2["Canceled"] = "Canceled";
|
|
892
|
+
return KnownReplicaProvisioningState2;
|
|
893
|
+
})(KnownReplicaProvisioningState || {});
|
|
823
894
|
function _replicaListResultDeserializer(item) {
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
895
|
+
return {
|
|
896
|
+
value: replicaArrayDeserializer(item["value"]),
|
|
897
|
+
nextLink: item["nextLink"]
|
|
898
|
+
};
|
|
828
899
|
}
|
|
829
900
|
function replicaArraySerializer(result) {
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
901
|
+
return result.map((item) => {
|
|
902
|
+
return replicaSerializer(item);
|
|
903
|
+
});
|
|
833
904
|
}
|
|
834
905
|
function replicaArrayDeserializer(result) {
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
906
|
+
return result.map((item) => {
|
|
907
|
+
return replicaDeserializer(item);
|
|
908
|
+
});
|
|
838
909
|
}
|
|
839
910
|
function snapshotSerializer(item) {
|
|
840
|
-
|
|
841
|
-
properties: (0, check_prop_undefined_js_1.areAllPropsUndefined)(item, [
|
|
842
|
-
"filters",
|
|
843
|
-
"compositionType",
|
|
844
|
-
"retentionPeriod",
|
|
845
|
-
"tags",
|
|
846
|
-
])
|
|
847
|
-
? undefined
|
|
848
|
-
: _snapshotPropertiesSerializer(item),
|
|
849
|
-
};
|
|
911
|
+
return { properties: _snapshotPropertiesSerializer(item) };
|
|
850
912
|
}
|
|
851
913
|
function snapshotDeserializer(item) {
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
...(!item["properties"]
|
|
860
|
-
? item["properties"]
|
|
861
|
-
: _snapshotPropertiesDeserializer(item["properties"])),
|
|
862
|
-
};
|
|
914
|
+
return {
|
|
915
|
+
id: item["id"],
|
|
916
|
+
name: item["name"],
|
|
917
|
+
type: item["type"],
|
|
918
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
919
|
+
..._snapshotPropertiesDeserializer(item["properties"])
|
|
920
|
+
};
|
|
863
921
|
}
|
|
864
922
|
function snapshotPropertiesSerializer(item) {
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
923
|
+
return {
|
|
924
|
+
filters: keyValueFilterArraySerializer(item["filters"]),
|
|
925
|
+
compositionType: item["compositionType"],
|
|
926
|
+
retentionPeriod: item["retentionPeriod"],
|
|
927
|
+
tags: item["tags"]
|
|
928
|
+
};
|
|
871
929
|
}
|
|
872
930
|
function snapshotPropertiesDeserializer(item) {
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
/** Ready */
|
|
895
|
-
KnownSnapshotStatus["Ready"] = "Ready";
|
|
896
|
-
/** Archived */
|
|
897
|
-
KnownSnapshotStatus["Archived"] = "Archived";
|
|
898
|
-
/** Failed */
|
|
899
|
-
KnownSnapshotStatus["Failed"] = "Failed";
|
|
900
|
-
})(KnownSnapshotStatus || (exports.KnownSnapshotStatus = KnownSnapshotStatus = {}));
|
|
931
|
+
return {
|
|
932
|
+
provisioningState: item["provisioningState"],
|
|
933
|
+
status: item["status"],
|
|
934
|
+
filters: keyValueFilterArrayDeserializer(item["filters"]),
|
|
935
|
+
compositionType: item["compositionType"],
|
|
936
|
+
created: !item["created"] ? item["created"] : new Date(item["created"]),
|
|
937
|
+
expires: !item["expires"] ? item["expires"] : new Date(item["expires"]),
|
|
938
|
+
retentionPeriod: item["retentionPeriod"],
|
|
939
|
+
size: item["size"],
|
|
940
|
+
itemsCount: item["itemsCount"],
|
|
941
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
942
|
+
etag: item["etag"]
|
|
943
|
+
};
|
|
944
|
+
}
|
|
945
|
+
var KnownSnapshotStatus = /* @__PURE__ */ ((KnownSnapshotStatus2) => {
|
|
946
|
+
KnownSnapshotStatus2["Provisioning"] = "Provisioning";
|
|
947
|
+
KnownSnapshotStatus2["Ready"] = "Ready";
|
|
948
|
+
KnownSnapshotStatus2["Archived"] = "Archived";
|
|
949
|
+
KnownSnapshotStatus2["Failed"] = "Failed";
|
|
950
|
+
return KnownSnapshotStatus2;
|
|
951
|
+
})(KnownSnapshotStatus || {});
|
|
901
952
|
function keyValueFilterArraySerializer(result) {
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
953
|
+
return result.map((item) => {
|
|
954
|
+
return keyValueFilterSerializer(item);
|
|
955
|
+
});
|
|
905
956
|
}
|
|
906
957
|
function keyValueFilterArrayDeserializer(result) {
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
958
|
+
return result.map((item) => {
|
|
959
|
+
return keyValueFilterDeserializer(item);
|
|
960
|
+
});
|
|
910
961
|
}
|
|
911
962
|
function keyValueFilterSerializer(item) {
|
|
912
|
-
|
|
963
|
+
return { key: item["key"], label: item["label"] };
|
|
913
964
|
}
|
|
914
965
|
function keyValueFilterDeserializer(item) {
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
/** Key_Label */
|
|
926
|
-
KnownCompositionType["KeyLabel"] = "Key_Label";
|
|
927
|
-
})(KnownCompositionType || (exports.KnownCompositionType = KnownCompositionType = {}));
|
|
966
|
+
return {
|
|
967
|
+
key: item["key"],
|
|
968
|
+
label: item["label"]
|
|
969
|
+
};
|
|
970
|
+
}
|
|
971
|
+
var KnownCompositionType = /* @__PURE__ */ ((KnownCompositionType2) => {
|
|
972
|
+
KnownCompositionType2["Key"] = "Key";
|
|
973
|
+
KnownCompositionType2["KeyLabel"] = "Key_Label";
|
|
974
|
+
return KnownCompositionType2;
|
|
975
|
+
})(KnownCompositionType || {});
|
|
928
976
|
function _operationDefinitionListResultDeserializer(item) {
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
977
|
+
return {
|
|
978
|
+
value: !item["value"] ? item["value"] : operationDefinitionArrayDeserializer(item["value"]),
|
|
979
|
+
nextLink: item["nextLink"]
|
|
980
|
+
};
|
|
933
981
|
}
|
|
934
982
|
function operationDefinitionArrayDeserializer(result) {
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
983
|
+
return result.map((item) => {
|
|
984
|
+
return operationDefinitionDeserializer(item);
|
|
985
|
+
});
|
|
938
986
|
}
|
|
939
987
|
function operationDefinitionDeserializer(item) {
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
properties: !item["properties"]
|
|
948
|
-
? item["properties"]
|
|
949
|
-
: operationPropertiesDeserializer(item["properties"]),
|
|
950
|
-
};
|
|
988
|
+
return {
|
|
989
|
+
name: item["name"],
|
|
990
|
+
isDataAction: item["isDataAction"],
|
|
991
|
+
display: !item["display"] ? item["display"] : operationDefinitionDisplayDeserializer(item["display"]),
|
|
992
|
+
origin: item["origin"],
|
|
993
|
+
properties: !item["properties"] ? item["properties"] : operationPropertiesDeserializer(item["properties"])
|
|
994
|
+
};
|
|
951
995
|
}
|
|
952
996
|
function operationDefinitionDisplayDeserializer(item) {
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
997
|
+
return {
|
|
998
|
+
provider: item["provider"],
|
|
999
|
+
resource: item["resource"],
|
|
1000
|
+
operation: item["operation"],
|
|
1001
|
+
description: item["description"]
|
|
1002
|
+
};
|
|
959
1003
|
}
|
|
960
1004
|
function operationPropertiesDeserializer(item) {
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
: serviceSpecificationDeserializer(item["serviceSpecification"]),
|
|
965
|
-
};
|
|
1005
|
+
return {
|
|
1006
|
+
serviceSpecification: !item["serviceSpecification"] ? item["serviceSpecification"] : serviceSpecificationDeserializer(item["serviceSpecification"])
|
|
1007
|
+
};
|
|
966
1008
|
}
|
|
967
1009
|
function serviceSpecificationDeserializer(item) {
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
metricSpecifications: !item["metricSpecifications"]
|
|
973
|
-
? item["metricSpecifications"]
|
|
974
|
-
: metricSpecificationArrayDeserializer(item["metricSpecifications"]),
|
|
975
|
-
};
|
|
1010
|
+
return {
|
|
1011
|
+
logSpecifications: !item["logSpecifications"] ? item["logSpecifications"] : logSpecificationArrayDeserializer(item["logSpecifications"]),
|
|
1012
|
+
metricSpecifications: !item["metricSpecifications"] ? item["metricSpecifications"] : metricSpecificationArrayDeserializer(item["metricSpecifications"])
|
|
1013
|
+
};
|
|
976
1014
|
}
|
|
977
1015
|
function logSpecificationArrayDeserializer(result) {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
1016
|
+
return result.map((item) => {
|
|
1017
|
+
return logSpecificationDeserializer(item);
|
|
1018
|
+
});
|
|
981
1019
|
}
|
|
982
1020
|
function logSpecificationDeserializer(item) {
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1021
|
+
return {
|
|
1022
|
+
name: item["name"],
|
|
1023
|
+
displayName: item["displayName"],
|
|
1024
|
+
blobDuration: item["blobDuration"]
|
|
1025
|
+
};
|
|
988
1026
|
}
|
|
989
1027
|
function metricSpecificationArrayDeserializer(result) {
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
1028
|
+
return result.map((item) => {
|
|
1029
|
+
return metricSpecificationDeserializer(item);
|
|
1030
|
+
});
|
|
993
1031
|
}
|
|
994
1032
|
function metricSpecificationDeserializer(item) {
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
fillGapWithZero: item["fillGapWithZero"],
|
|
1006
|
-
};
|
|
1033
|
+
return {
|
|
1034
|
+
name: item["name"],
|
|
1035
|
+
displayName: item["displayName"],
|
|
1036
|
+
displayDescription: item["displayDescription"],
|
|
1037
|
+
unit: item["unit"],
|
|
1038
|
+
aggregationType: item["aggregationType"],
|
|
1039
|
+
internalMetricName: item["internalMetricName"],
|
|
1040
|
+
dimensions: !item["dimensions"] ? item["dimensions"] : metricDimensionArrayDeserializer(item["dimensions"]),
|
|
1041
|
+
fillGapWithZero: item["fillGapWithZero"]
|
|
1042
|
+
};
|
|
1007
1043
|
}
|
|
1008
1044
|
function metricDimensionArrayDeserializer(result) {
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1045
|
+
return result.map((item) => {
|
|
1046
|
+
return metricDimensionDeserializer(item);
|
|
1047
|
+
});
|
|
1012
1048
|
}
|
|
1013
1049
|
function metricDimensionDeserializer(item) {
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1050
|
+
return {
|
|
1051
|
+
name: item["name"],
|
|
1052
|
+
displayName: item["displayName"],
|
|
1053
|
+
internalName: item["internalName"]
|
|
1054
|
+
};
|
|
1019
1055
|
}
|
|
1020
1056
|
function checkNameAvailabilityParametersSerializer(item) {
|
|
1021
|
-
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
KnownConfigurationResourceType["MicrosoftAppConfigurationConfigurationStores"] = "Microsoft.AppConfiguration/configurationStores";
|
|
1028
|
-
})(KnownConfigurationResourceType || (exports.KnownConfigurationResourceType = KnownConfigurationResourceType = {}));
|
|
1057
|
+
return { name: item["name"], type: item["type"] };
|
|
1058
|
+
}
|
|
1059
|
+
var KnownConfigurationResourceType = /* @__PURE__ */ ((KnownConfigurationResourceType2) => {
|
|
1060
|
+
KnownConfigurationResourceType2["MicrosoftAppConfigurationConfigurationStores"] = "Microsoft.AppConfiguration/configurationStores";
|
|
1061
|
+
return KnownConfigurationResourceType2;
|
|
1062
|
+
})(KnownConfigurationResourceType || {});
|
|
1029
1063
|
function nameAvailabilityStatusDeserializer(item) {
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
KnownVersions["V20250601Preview"] = "2025-06-01-preview";
|
|
1043
|
-
})(KnownVersions || (exports.KnownVersions = KnownVersions = {}));
|
|
1064
|
+
return {
|
|
1065
|
+
nameAvailable: item["nameAvailable"],
|
|
1066
|
+
message: item["message"],
|
|
1067
|
+
reason: item["reason"]
|
|
1068
|
+
};
|
|
1069
|
+
}
|
|
1070
|
+
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
1071
|
+
KnownVersions2["V20250201Preview"] = "2025-02-01-preview";
|
|
1072
|
+
KnownVersions2["V20250601Preview"] = "2025-06-01-preview";
|
|
1073
|
+
KnownVersions2["V20250801Preview"] = "2025-08-01-preview";
|
|
1074
|
+
return KnownVersions2;
|
|
1075
|
+
})(KnownVersions || {});
|
|
1044
1076
|
function _privateEndpointConnectionReferencePropertiesSerializer(item) {
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
1050
|
-
? item["privateLinkServiceConnectionState"]
|
|
1051
|
-
: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
1052
|
-
};
|
|
1077
|
+
return {
|
|
1078
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointSerializer(item["privateEndpoint"]),
|
|
1079
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"] ? item["privateLinkServiceConnectionState"] : privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"])
|
|
1080
|
+
};
|
|
1053
1081
|
}
|
|
1054
1082
|
function _privateEndpointConnectionReferencePropertiesDeserializer(item) {
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
1061
|
-
? item["privateLinkServiceConnectionState"]
|
|
1062
|
-
: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
1063
|
-
};
|
|
1083
|
+
return {
|
|
1084
|
+
provisioningState: item["provisioningState"],
|
|
1085
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointDeserializer(item["privateEndpoint"]),
|
|
1086
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"] ? item["privateLinkServiceConnectionState"] : privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"])
|
|
1087
|
+
};
|
|
1064
1088
|
}
|
|
1065
1089
|
function _configurationStorePropertiesSerializer(item) {
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
createMode: item["createMode"],
|
|
1079
|
-
telemetry: !item["telemetry"]
|
|
1080
|
-
? item["telemetry"]
|
|
1081
|
-
: telemetryPropertiesSerializer(item["telemetry"]),
|
|
1082
|
-
azureFrontDoor: !item["azureFrontDoor"]
|
|
1083
|
-
? item["azureFrontDoor"]
|
|
1084
|
-
: azureFrontDoorPropertiesSerializer(item["azureFrontDoor"]),
|
|
1085
|
-
};
|
|
1090
|
+
return {
|
|
1091
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesSerializer(item["encryption"]),
|
|
1092
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1093
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
1094
|
+
softDeleteRetentionInDays: item["softDeleteRetentionInDays"],
|
|
1095
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
1096
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
1097
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesSerializer(item["dataPlaneProxy"]),
|
|
1098
|
+
createMode: item["createMode"],
|
|
1099
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesSerializer(item["telemetry"]),
|
|
1100
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesSerializer(item["azureFrontDoor"])
|
|
1101
|
+
};
|
|
1086
1102
|
}
|
|
1087
1103
|
function _configurationStorePropertiesDeserializer(item) {
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
: dataPlaneProxyPropertiesDeserializer(item["dataPlaneProxy"]),
|
|
1106
|
-
createMode: item["createMode"],
|
|
1107
|
-
telemetry: !item["telemetry"]
|
|
1108
|
-
? item["telemetry"]
|
|
1109
|
-
: telemetryPropertiesDeserializer(item["telemetry"]),
|
|
1110
|
-
managedOnBehalfOfConfiguration: !item["managedOnBehalfOfConfiguration"]
|
|
1111
|
-
? item["managedOnBehalfOfConfiguration"]
|
|
1112
|
-
: managedOnBehalfOfConfigurationDeserializer(item["managedOnBehalfOfConfiguration"]),
|
|
1113
|
-
azureFrontDoor: !item["azureFrontDoor"]
|
|
1114
|
-
? item["azureFrontDoor"]
|
|
1115
|
-
: azureFrontDoorPropertiesDeserializer(item["azureFrontDoor"]),
|
|
1116
|
-
};
|
|
1104
|
+
return {
|
|
1105
|
+
provisioningState: item["provisioningState"],
|
|
1106
|
+
creationDate: !item["creationDate"] ? item["creationDate"] : new Date(item["creationDate"]),
|
|
1107
|
+
endpoint: item["endpoint"],
|
|
1108
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesDeserializer(item["encryption"]),
|
|
1109
|
+
privateEndpointConnections: !item["privateEndpointConnections"] ? item["privateEndpointConnections"] : privateEndpointConnectionReferenceArrayDeserializer(item["privateEndpointConnections"]),
|
|
1110
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1111
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
1112
|
+
softDeleteRetentionInDays: item["softDeleteRetentionInDays"],
|
|
1113
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
1114
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
1115
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesDeserializer(item["dataPlaneProxy"]),
|
|
1116
|
+
createMode: item["createMode"],
|
|
1117
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesDeserializer(item["telemetry"]),
|
|
1118
|
+
managedOnBehalfOfConfiguration: !item["managedOnBehalfOfConfiguration"] ? item["managedOnBehalfOfConfiguration"] : managedOnBehalfOfConfigurationDeserializer(item["managedOnBehalfOfConfiguration"]),
|
|
1119
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesDeserializer(item["azureFrontDoor"])
|
|
1120
|
+
};
|
|
1117
1121
|
}
|
|
1118
1122
|
function _configurationStoreUpdateParametersPropertiesSerializer(item) {
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
1130
|
-
telemetry: !item["telemetry"]
|
|
1131
|
-
? item["telemetry"]
|
|
1132
|
-
: telemetryPropertiesSerializer(item["telemetry"]),
|
|
1133
|
-
azureFrontDoor: !item["azureFrontDoor"]
|
|
1134
|
-
? item["azureFrontDoor"]
|
|
1135
|
-
: azureFrontDoorPropertiesSerializer(item["azureFrontDoor"]),
|
|
1136
|
-
};
|
|
1123
|
+
return {
|
|
1124
|
+
encryption: !item["encryption"] ? item["encryption"] : encryptionPropertiesSerializer(item["encryption"]),
|
|
1125
|
+
disableLocalAuth: item["disableLocalAuth"],
|
|
1126
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1127
|
+
enablePurgeProtection: item["enablePurgeProtection"],
|
|
1128
|
+
dataPlaneProxy: !item["dataPlaneProxy"] ? item["dataPlaneProxy"] : dataPlaneProxyPropertiesSerializer(item["dataPlaneProxy"]),
|
|
1129
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: item["defaultKeyValueRevisionRetentionPeriodInSeconds"],
|
|
1130
|
+
telemetry: !item["telemetry"] ? item["telemetry"] : telemetryPropertiesSerializer(item["telemetry"]),
|
|
1131
|
+
azureFrontDoor: !item["azureFrontDoor"] ? item["azureFrontDoor"] : azureFrontDoorPropertiesSerializer(item["azureFrontDoor"])
|
|
1132
|
+
};
|
|
1137
1133
|
}
|
|
1138
1134
|
function _deletedConfigurationStorePropertiesDeserializer(item) {
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
? item["tags"]
|
|
1148
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1149
|
-
purgeProtectionEnabled: item["purgeProtectionEnabled"],
|
|
1150
|
-
};
|
|
1135
|
+
return {
|
|
1136
|
+
configurationStoreId: item["configurationStoreId"],
|
|
1137
|
+
location: item["location"],
|
|
1138
|
+
deletionDate: !item["deletionDate"] ? item["deletionDate"] : new Date(item["deletionDate"]),
|
|
1139
|
+
scheduledPurgeDate: !item["scheduledPurgeDate"] ? item["scheduledPurgeDate"] : new Date(item["scheduledPurgeDate"]),
|
|
1140
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1141
|
+
purgeProtectionEnabled: item["purgeProtectionEnabled"]
|
|
1142
|
+
};
|
|
1151
1143
|
}
|
|
1152
1144
|
function _privateEndpointConnectionPropertiesSerializer(item) {
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
1158
|
-
? item["privateLinkServiceConnectionState"]
|
|
1159
|
-
: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
1160
|
-
};
|
|
1145
|
+
return {
|
|
1146
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointSerializer(item["privateEndpoint"]),
|
|
1147
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"] ? item["privateLinkServiceConnectionState"] : privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"])
|
|
1148
|
+
};
|
|
1161
1149
|
}
|
|
1162
1150
|
function _privateEndpointConnectionPropertiesDeserializer(item) {
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
1169
|
-
? item["privateLinkServiceConnectionState"]
|
|
1170
|
-
: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
1171
|
-
};
|
|
1151
|
+
return {
|
|
1152
|
+
provisioningState: item["provisioningState"],
|
|
1153
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointDeserializer(item["privateEndpoint"]),
|
|
1154
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"] ? item["privateLinkServiceConnectionState"] : privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"])
|
|
1155
|
+
};
|
|
1172
1156
|
}
|
|
1173
1157
|
function _privateLinkResourcePropertiesDeserializer(item) {
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
: item["requiredZoneNames"].map((p) => {
|
|
1184
|
-
return p;
|
|
1185
|
-
}),
|
|
1186
|
-
};
|
|
1158
|
+
return {
|
|
1159
|
+
groupId: item["groupId"],
|
|
1160
|
+
requiredMembers: !item["requiredMembers"] ? item["requiredMembers"] : item["requiredMembers"].map((p) => {
|
|
1161
|
+
return p;
|
|
1162
|
+
}),
|
|
1163
|
+
requiredZoneNames: !item["requiredZoneNames"] ? item["requiredZoneNames"] : item["requiredZoneNames"].map((p) => {
|
|
1164
|
+
return p;
|
|
1165
|
+
})
|
|
1166
|
+
};
|
|
1187
1167
|
}
|
|
1188
1168
|
function _keyValuePropertiesSerializer(item) {
|
|
1189
|
-
|
|
1169
|
+
return { value: item["value"], contentType: item["contentType"], tags: item["tags"] };
|
|
1190
1170
|
}
|
|
1191
1171
|
function _keyValuePropertiesDeserializer(item) {
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
}
|
|
1205
|
-
function _replicaPropertiesSerializer(item) {
|
|
1206
|
-
return item;
|
|
1172
|
+
return {
|
|
1173
|
+
key: item["key"],
|
|
1174
|
+
label: item["label"],
|
|
1175
|
+
value: item["value"],
|
|
1176
|
+
contentType: item["contentType"],
|
|
1177
|
+
eTag: item["eTag"],
|
|
1178
|
+
lastModified: !item["lastModified"] ? item["lastModified"] : new Date(item["lastModified"]),
|
|
1179
|
+
locked: item["locked"],
|
|
1180
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p]))
|
|
1181
|
+
};
|
|
1182
|
+
}
|
|
1183
|
+
function _replicaPropertiesSerializer(_item) {
|
|
1184
|
+
return {};
|
|
1207
1185
|
}
|
|
1208
1186
|
function _replicaPropertiesDeserializer(item) {
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1187
|
+
return {
|
|
1188
|
+
endpoint: item["endpoint"],
|
|
1189
|
+
provisioningState: item["provisioningState"]
|
|
1190
|
+
};
|
|
1213
1191
|
}
|
|
1214
1192
|
function _snapshotPropertiesSerializer(item) {
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1193
|
+
return {
|
|
1194
|
+
filters: keyValueFilterArraySerializer(item["filters"]),
|
|
1195
|
+
compositionType: item["compositionType"],
|
|
1196
|
+
retentionPeriod: item["retentionPeriod"],
|
|
1197
|
+
tags: item["tags"]
|
|
1198
|
+
};
|
|
1221
1199
|
}
|
|
1222
1200
|
function _snapshotPropertiesDeserializer(item) {
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1201
|
+
return {
|
|
1202
|
+
provisioningState: item["provisioningState"],
|
|
1203
|
+
status: item["status"],
|
|
1204
|
+
filters: keyValueFilterArrayDeserializer(item["filters"]),
|
|
1205
|
+
compositionType: item["compositionType"],
|
|
1206
|
+
created: !item["created"] ? item["created"] : new Date(item["created"]),
|
|
1207
|
+
expires: !item["expires"] ? item["expires"] : new Date(item["expires"]),
|
|
1208
|
+
retentionPeriod: item["retentionPeriod"],
|
|
1209
|
+
size: item["size"],
|
|
1210
|
+
itemsCount: item["itemsCount"],
|
|
1211
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1212
|
+
etag: item["etag"]
|
|
1213
|
+
};
|
|
1214
|
+
}
|
|
1215
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1216
|
+
0 && (module.exports = {
|
|
1217
|
+
KnownAccessRuleDirection,
|
|
1218
|
+
KnownActionsRequired,
|
|
1219
|
+
KnownAuthenticationMode,
|
|
1220
|
+
KnownCompositionType,
|
|
1221
|
+
KnownConfigurationResourceType,
|
|
1222
|
+
KnownConnectionStatus,
|
|
1223
|
+
KnownCreatedByType,
|
|
1224
|
+
KnownIdentityType,
|
|
1225
|
+
KnownIssueType,
|
|
1226
|
+
KnownNetworkSecurityPerimeterConfigurationProvisioningState,
|
|
1227
|
+
KnownPrivateLinkDelegation,
|
|
1228
|
+
KnownProvisioningState,
|
|
1229
|
+
KnownPublicNetworkAccess,
|
|
1230
|
+
KnownReplicaProvisioningState,
|
|
1231
|
+
KnownResourceAssociationAccessMode,
|
|
1232
|
+
KnownSeverity,
|
|
1233
|
+
KnownSnapshotStatus,
|
|
1234
|
+
KnownVersions,
|
|
1235
|
+
_accessRulePropertiesSubscriptionArrayDeserializer,
|
|
1236
|
+
_accessRulePropertiesSubscriptionDeserializer,
|
|
1237
|
+
_apiKeyListResultDeserializer,
|
|
1238
|
+
_configurationStoreListResultDeserializer,
|
|
1239
|
+
_configurationStorePropertiesDeserializer,
|
|
1240
|
+
_configurationStorePropertiesSerializer,
|
|
1241
|
+
_configurationStoreUpdateParametersPropertiesSerializer,
|
|
1242
|
+
_deletedConfigurationStoreListResultDeserializer,
|
|
1243
|
+
_deletedConfigurationStorePropertiesDeserializer,
|
|
1244
|
+
_keyValuePropertiesDeserializer,
|
|
1245
|
+
_keyValuePropertiesSerializer,
|
|
1246
|
+
_networkSecurityPerimeterConfigurationListResultDeserializer,
|
|
1247
|
+
_operationDefinitionListResultDeserializer,
|
|
1248
|
+
_privateEndpointConnectionListResultDeserializer,
|
|
1249
|
+
_privateEndpointConnectionPropertiesDeserializer,
|
|
1250
|
+
_privateEndpointConnectionPropertiesSerializer,
|
|
1251
|
+
_privateEndpointConnectionReferencePropertiesDeserializer,
|
|
1252
|
+
_privateEndpointConnectionReferencePropertiesSerializer,
|
|
1253
|
+
_privateLinkResourceListResultDeserializer,
|
|
1254
|
+
_privateLinkResourcePropertiesDeserializer,
|
|
1255
|
+
_replicaListResultDeserializer,
|
|
1256
|
+
_replicaPropertiesDeserializer,
|
|
1257
|
+
_replicaPropertiesSerializer,
|
|
1258
|
+
_snapshotPropertiesDeserializer,
|
|
1259
|
+
_snapshotPropertiesSerializer,
|
|
1260
|
+
accessRuleArrayDeserializer,
|
|
1261
|
+
accessRuleDeserializer,
|
|
1262
|
+
accessRulePropertiesDeserializer,
|
|
1263
|
+
apiKeyArrayDeserializer,
|
|
1264
|
+
apiKeyDeserializer,
|
|
1265
|
+
azureFrontDoorPropertiesDeserializer,
|
|
1266
|
+
azureFrontDoorPropertiesSerializer,
|
|
1267
|
+
checkNameAvailabilityParametersSerializer,
|
|
1268
|
+
configurationStoreArrayDeserializer,
|
|
1269
|
+
configurationStoreArraySerializer,
|
|
1270
|
+
configurationStoreDeserializer,
|
|
1271
|
+
configurationStorePropertiesDeserializer,
|
|
1272
|
+
configurationStorePropertiesSerializer,
|
|
1273
|
+
configurationStorePropertiesUpdateParametersSerializer,
|
|
1274
|
+
configurationStoreSerializer,
|
|
1275
|
+
configurationStoreUpdateParametersSerializer,
|
|
1276
|
+
dataPlaneProxyPropertiesDeserializer,
|
|
1277
|
+
dataPlaneProxyPropertiesSerializer,
|
|
1278
|
+
deletedConfigurationStoreArrayDeserializer,
|
|
1279
|
+
deletedConfigurationStoreDeserializer,
|
|
1280
|
+
deletedConfigurationStorePropertiesDeserializer,
|
|
1281
|
+
encryptionPropertiesDeserializer,
|
|
1282
|
+
encryptionPropertiesSerializer,
|
|
1283
|
+
errorAdditionalInfoArrayDeserializer,
|
|
1284
|
+
errorAdditionalInfoDeserializer,
|
|
1285
|
+
errorDetailArrayDeserializer,
|
|
1286
|
+
errorDetailDeserializer,
|
|
1287
|
+
errorResponseDeserializer,
|
|
1288
|
+
keyValueDeserializer,
|
|
1289
|
+
keyValueFilterArrayDeserializer,
|
|
1290
|
+
keyValueFilterArraySerializer,
|
|
1291
|
+
keyValueFilterDeserializer,
|
|
1292
|
+
keyValueFilterSerializer,
|
|
1293
|
+
keyValuePropertiesDeserializer,
|
|
1294
|
+
keyValuePropertiesSerializer,
|
|
1295
|
+
keyValueSerializer,
|
|
1296
|
+
keyVaultPropertiesDeserializer,
|
|
1297
|
+
keyVaultPropertiesSerializer,
|
|
1298
|
+
logSpecificationArrayDeserializer,
|
|
1299
|
+
logSpecificationDeserializer,
|
|
1300
|
+
managedOnBehalfOfConfigurationDeserializer,
|
|
1301
|
+
metricDimensionArrayDeserializer,
|
|
1302
|
+
metricDimensionDeserializer,
|
|
1303
|
+
metricSpecificationArrayDeserializer,
|
|
1304
|
+
metricSpecificationDeserializer,
|
|
1305
|
+
moboBrokerResourceArrayDeserializer,
|
|
1306
|
+
moboBrokerResourceDeserializer,
|
|
1307
|
+
nameAvailabilityStatusDeserializer,
|
|
1308
|
+
networkSecurityPerimeterArrayDeserializer,
|
|
1309
|
+
networkSecurityPerimeterConfigurationArrayDeserializer,
|
|
1310
|
+
networkSecurityPerimeterConfigurationDeserializer,
|
|
1311
|
+
networkSecurityPerimeterConfigurationPropertiesDeserializer,
|
|
1312
|
+
networkSecurityPerimeterDeserializer,
|
|
1313
|
+
networkSecurityProfileDeserializer,
|
|
1314
|
+
operationDefinitionArrayDeserializer,
|
|
1315
|
+
operationDefinitionDeserializer,
|
|
1316
|
+
operationDefinitionDisplayDeserializer,
|
|
1317
|
+
operationPropertiesDeserializer,
|
|
1318
|
+
privateEndpointConnectionArrayDeserializer,
|
|
1319
|
+
privateEndpointConnectionArraySerializer,
|
|
1320
|
+
privateEndpointConnectionDeserializer,
|
|
1321
|
+
privateEndpointConnectionPropertiesDeserializer,
|
|
1322
|
+
privateEndpointConnectionPropertiesSerializer,
|
|
1323
|
+
privateEndpointConnectionReferenceArrayDeserializer,
|
|
1324
|
+
privateEndpointConnectionReferenceDeserializer,
|
|
1325
|
+
privateEndpointConnectionSerializer,
|
|
1326
|
+
privateEndpointDeserializer,
|
|
1327
|
+
privateEndpointSerializer,
|
|
1328
|
+
privateLinkResourceArrayDeserializer,
|
|
1329
|
+
privateLinkResourceDeserializer,
|
|
1330
|
+
privateLinkResourcePropertiesDeserializer,
|
|
1331
|
+
privateLinkServiceConnectionStateDeserializer,
|
|
1332
|
+
privateLinkServiceConnectionStateSerializer,
|
|
1333
|
+
provisioningIssueArrayDeserializer,
|
|
1334
|
+
provisioningIssueDeserializer,
|
|
1335
|
+
provisioningIssuePropertiesDeserializer,
|
|
1336
|
+
proxyResourceDeserializer,
|
|
1337
|
+
proxyResourceSerializer,
|
|
1338
|
+
regenerateKeyParametersSerializer,
|
|
1339
|
+
replicaArrayDeserializer,
|
|
1340
|
+
replicaArraySerializer,
|
|
1341
|
+
replicaDeserializer,
|
|
1342
|
+
replicaPropertiesDeserializer,
|
|
1343
|
+
replicaPropertiesSerializer,
|
|
1344
|
+
replicaSerializer,
|
|
1345
|
+
resourceAssociationDeserializer,
|
|
1346
|
+
resourceDeserializer,
|
|
1347
|
+
resourceIdentityDeserializer,
|
|
1348
|
+
resourceIdentitySerializer,
|
|
1349
|
+
resourceSerializer,
|
|
1350
|
+
serviceSpecificationDeserializer,
|
|
1351
|
+
skuDeserializer,
|
|
1352
|
+
skuSerializer,
|
|
1353
|
+
snapshotDeserializer,
|
|
1354
|
+
snapshotPropertiesDeserializer,
|
|
1355
|
+
snapshotPropertiesSerializer,
|
|
1356
|
+
snapshotSerializer,
|
|
1357
|
+
systemDataDeserializer,
|
|
1358
|
+
telemetryPropertiesDeserializer,
|
|
1359
|
+
telemetryPropertiesSerializer,
|
|
1360
|
+
trackedResourceDeserializer,
|
|
1361
|
+
trackedResourceSerializer,
|
|
1362
|
+
userIdentityDeserializer,
|
|
1363
|
+
userIdentityRecordDeserializer,
|
|
1364
|
+
userIdentityRecordSerializer,
|
|
1365
|
+
userIdentitySerializer
|
|
1366
|
+
});
|
|
1367
|
+
//# sourceMappingURL=models.js.map
|