@azure/arm-kusto 8.2.1-alpha.20250717.1 → 8.2.1-alpha.20250718.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/kustoManagementClient.js +29 -5
- package/dist/browser/kustoManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +443 -211
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/browser/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/browser/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/browser/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/browser/operations/clusters.js +228 -321
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/dataConnections.js +54 -51
- package/dist/browser/operations/dataConnections.js.map +1 -1
- package/dist/browser/operations/databaseOperations.js +1 -0
- package/dist/browser/operations/databaseOperations.js.map +1 -1
- package/dist/browser/operations/databasePrincipalAssignments.js +32 -39
- package/dist/browser/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/browser/operations/databases.js +65 -84
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/managedPrivateEndpoints.js +43 -45
- package/dist/browser/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/operationsResults.js +1 -0
- package/dist/browser/operations/operationsResults.js.map +1 -1
- package/dist/browser/operations/operationsResultsLocation.js +1 -0
- package/dist/browser/operations/operationsResultsLocation.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +32 -39
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +10 -27
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/sandboxCustomImages.js +43 -45
- package/dist/browser/operations/sandboxCustomImages.js.map +1 -1
- package/dist/browser/operations/scripts.js +43 -45
- package/dist/browser/operations/scripts.js.map +1 -1
- package/dist/browser/operations/skus.js +10 -27
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/kustoManagementClient.js +29 -5
- package/dist/commonjs/kustoManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +443 -211
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/attachedDatabaseConfigurations.js +32 -38
- package/dist/commonjs/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/commonjs/operations/clusterPrincipalAssignments.js +32 -38
- package/dist/commonjs/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +228 -320
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/dataConnections.js +54 -50
- package/dist/commonjs/operations/dataConnections.js.map +1 -1
- package/dist/commonjs/operations/databaseOperations.js +1 -0
- package/dist/commonjs/operations/databaseOperations.js.map +1 -1
- package/dist/commonjs/operations/databasePrincipalAssignments.js +32 -38
- package/dist/commonjs/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/commonjs/operations/databases.js +65 -83
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/managedPrivateEndpoints.js +43 -44
- package/dist/commonjs/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/operationsResults.js +1 -0
- package/dist/commonjs/operations/operationsResults.js.map +1 -1
- package/dist/commonjs/operations/operationsResultsLocation.js +1 -0
- package/dist/commonjs/operations/operationsResultsLocation.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +32 -38
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +10 -26
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/sandboxCustomImages.js +43 -44
- package/dist/commonjs/operations/sandboxCustomImages.js.map +1 -1
- package/dist/commonjs/operations/scripts.js +43 -44
- package/dist/commonjs/operations/scripts.js.map +1 -1
- package/dist/commonjs/operations/skus.js +10 -26
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/kustoManagementClient.js +29 -5
- package/dist/esm/kustoManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +443 -211
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/esm/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/esm/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/esm/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/esm/operations/clusters.js +228 -321
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/dataConnections.js +54 -51
- package/dist/esm/operations/dataConnections.js.map +1 -1
- package/dist/esm/operations/databaseOperations.js +1 -0
- package/dist/esm/operations/databaseOperations.js.map +1 -1
- package/dist/esm/operations/databasePrincipalAssignments.js +32 -39
- package/dist/esm/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/esm/operations/databases.js +65 -84
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/managedPrivateEndpoints.js +43 -45
- package/dist/esm/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/operationsResults.js +1 -0
- package/dist/esm/operations/operationsResults.js.map +1 -1
- package/dist/esm/operations/operationsResultsLocation.js +1 -0
- package/dist/esm/operations/operationsResultsLocation.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +32 -39
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +10 -27
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/sandboxCustomImages.js +43 -45
- package/dist/esm/operations/sandboxCustomImages.js.map +1 -1
- package/dist/esm/operations/scripts.js +43 -45
- package/dist/esm/operations/scripts.js.map +1 -1
- package/dist/esm/operations/skus.js +10 -27
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/kustoManagementClient.js +29 -5
- package/dist/react-native/kustoManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +443 -211
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/react-native/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/react-native/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/react-native/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/react-native/operations/clusters.js +228 -321
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/dataConnections.js +54 -51
- package/dist/react-native/operations/dataConnections.js.map +1 -1
- package/dist/react-native/operations/databaseOperations.js +1 -0
- package/dist/react-native/operations/databaseOperations.js.map +1 -1
- package/dist/react-native/operations/databasePrincipalAssignments.js +32 -39
- package/dist/react-native/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/react-native/operations/databases.js +65 -84
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/managedPrivateEndpoints.js +43 -45
- package/dist/react-native/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/operationsResults.js +1 -0
- package/dist/react-native/operations/operationsResults.js.map +1 -1
- package/dist/react-native/operations/operationsResultsLocation.js +1 -0
- package/dist/react-native/operations/operationsResultsLocation.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +32 -39
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +10 -27
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/sandboxCustomImages.js +43 -45
- package/dist/react-native/operations/sandboxCustomImages.js.map +1 -1
- package/dist/react-native/operations/scripts.js +43 -45
- package/dist/react-native/operations/scripts.js.map +1 -1
- package/dist/react-native/operations/skus.js +10 -27
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-kusto-node.api.md +2342 -2342
|
@@ -2055,50 +2055,61 @@ export const ProxyResource = {
|
|
|
2055
2055
|
type: {
|
|
2056
2056
|
name: "Composite",
|
|
2057
2057
|
className: "ProxyResource",
|
|
2058
|
-
modelProperties:
|
|
2058
|
+
modelProperties: {
|
|
2059
|
+
...Resource.type.modelProperties,
|
|
2060
|
+
},
|
|
2059
2061
|
},
|
|
2060
2062
|
};
|
|
2061
2063
|
export const TrackedResource = {
|
|
2062
2064
|
type: {
|
|
2063
2065
|
name: "Composite",
|
|
2064
2066
|
className: "TrackedResource",
|
|
2065
|
-
modelProperties:
|
|
2067
|
+
modelProperties: {
|
|
2068
|
+
...Resource.type.modelProperties,
|
|
2069
|
+
tags: {
|
|
2066
2070
|
serializedName: "tags",
|
|
2067
2071
|
type: {
|
|
2068
2072
|
name: "Dictionary",
|
|
2069
2073
|
value: { type: { name: "String" } },
|
|
2070
2074
|
},
|
|
2071
|
-
},
|
|
2075
|
+
},
|
|
2076
|
+
location: {
|
|
2072
2077
|
serializedName: "location",
|
|
2073
2078
|
required: true,
|
|
2074
2079
|
type: {
|
|
2075
2080
|
name: "String",
|
|
2076
2081
|
},
|
|
2077
|
-
}
|
|
2082
|
+
},
|
|
2083
|
+
},
|
|
2078
2084
|
},
|
|
2079
2085
|
};
|
|
2080
2086
|
export const ClusterUpdate = {
|
|
2081
2087
|
type: {
|
|
2082
2088
|
name: "Composite",
|
|
2083
2089
|
className: "ClusterUpdate",
|
|
2084
|
-
modelProperties:
|
|
2090
|
+
modelProperties: {
|
|
2091
|
+
...Resource.type.modelProperties,
|
|
2092
|
+
tags: {
|
|
2085
2093
|
serializedName: "tags",
|
|
2086
2094
|
type: {
|
|
2087
2095
|
name: "Dictionary",
|
|
2088
2096
|
value: { type: { name: "String" } },
|
|
2089
2097
|
},
|
|
2090
|
-
},
|
|
2098
|
+
},
|
|
2099
|
+
location: {
|
|
2091
2100
|
serializedName: "location",
|
|
2092
2101
|
type: {
|
|
2093
2102
|
name: "String",
|
|
2094
2103
|
},
|
|
2095
|
-
},
|
|
2104
|
+
},
|
|
2105
|
+
sku: {
|
|
2096
2106
|
serializedName: "sku",
|
|
2097
2107
|
type: {
|
|
2098
2108
|
name: "Composite",
|
|
2099
2109
|
className: "AzureSku",
|
|
2100
2110
|
},
|
|
2101
|
-
},
|
|
2111
|
+
},
|
|
2112
|
+
zones: {
|
|
2102
2113
|
serializedName: "zones",
|
|
2103
2114
|
type: {
|
|
2104
2115
|
name: "Sequence",
|
|
@@ -2108,43 +2119,50 @@ export const ClusterUpdate = {
|
|
|
2108
2119
|
},
|
|
2109
2120
|
},
|
|
2110
2121
|
},
|
|
2111
|
-
},
|
|
2122
|
+
},
|
|
2123
|
+
identity: {
|
|
2112
2124
|
serializedName: "identity",
|
|
2113
2125
|
type: {
|
|
2114
2126
|
name: "Composite",
|
|
2115
2127
|
className: "Identity",
|
|
2116
2128
|
},
|
|
2117
|
-
},
|
|
2129
|
+
},
|
|
2130
|
+
state: {
|
|
2118
2131
|
serializedName: "properties.state",
|
|
2119
2132
|
readOnly: true,
|
|
2120
2133
|
type: {
|
|
2121
2134
|
name: "String",
|
|
2122
2135
|
},
|
|
2123
|
-
},
|
|
2136
|
+
},
|
|
2137
|
+
provisioningState: {
|
|
2124
2138
|
serializedName: "properties.provisioningState",
|
|
2125
2139
|
readOnly: true,
|
|
2126
2140
|
type: {
|
|
2127
2141
|
name: "String",
|
|
2128
2142
|
},
|
|
2129
|
-
},
|
|
2143
|
+
},
|
|
2144
|
+
uri: {
|
|
2130
2145
|
serializedName: "properties.uri",
|
|
2131
2146
|
readOnly: true,
|
|
2132
2147
|
type: {
|
|
2133
2148
|
name: "String",
|
|
2134
2149
|
},
|
|
2135
|
-
},
|
|
2150
|
+
},
|
|
2151
|
+
dataIngestionUri: {
|
|
2136
2152
|
serializedName: "properties.dataIngestionUri",
|
|
2137
2153
|
readOnly: true,
|
|
2138
2154
|
type: {
|
|
2139
2155
|
name: "String",
|
|
2140
2156
|
},
|
|
2141
|
-
},
|
|
2157
|
+
},
|
|
2158
|
+
stateReason: {
|
|
2142
2159
|
serializedName: "properties.stateReason",
|
|
2143
2160
|
readOnly: true,
|
|
2144
2161
|
type: {
|
|
2145
2162
|
name: "String",
|
|
2146
2163
|
},
|
|
2147
|
-
},
|
|
2164
|
+
},
|
|
2165
|
+
trustedExternalTenants: {
|
|
2148
2166
|
serializedName: "properties.trustedExternalTenants",
|
|
2149
2167
|
type: {
|
|
2150
2168
|
name: "Sequence",
|
|
@@ -2155,61 +2173,71 @@ export const ClusterUpdate = {
|
|
|
2155
2173
|
},
|
|
2156
2174
|
},
|
|
2157
2175
|
},
|
|
2158
|
-
},
|
|
2176
|
+
},
|
|
2177
|
+
optimizedAutoscale: {
|
|
2159
2178
|
serializedName: "properties.optimizedAutoscale",
|
|
2160
2179
|
type: {
|
|
2161
2180
|
name: "Composite",
|
|
2162
2181
|
className: "OptimizedAutoscale",
|
|
2163
2182
|
},
|
|
2164
|
-
},
|
|
2183
|
+
},
|
|
2184
|
+
enableDiskEncryption: {
|
|
2165
2185
|
defaultValue: false,
|
|
2166
2186
|
serializedName: "properties.enableDiskEncryption",
|
|
2167
2187
|
type: {
|
|
2168
2188
|
name: "Boolean",
|
|
2169
2189
|
},
|
|
2170
|
-
},
|
|
2190
|
+
},
|
|
2191
|
+
enableStreamingIngest: {
|
|
2171
2192
|
defaultValue: false,
|
|
2172
2193
|
serializedName: "properties.enableStreamingIngest",
|
|
2173
2194
|
type: {
|
|
2174
2195
|
name: "Boolean",
|
|
2175
2196
|
},
|
|
2176
|
-
},
|
|
2197
|
+
},
|
|
2198
|
+
virtualNetworkConfiguration: {
|
|
2177
2199
|
serializedName: "properties.virtualNetworkConfiguration",
|
|
2178
2200
|
type: {
|
|
2179
2201
|
name: "Composite",
|
|
2180
2202
|
className: "VirtualNetworkConfiguration",
|
|
2181
2203
|
},
|
|
2182
|
-
},
|
|
2204
|
+
},
|
|
2205
|
+
keyVaultProperties: {
|
|
2183
2206
|
serializedName: "properties.keyVaultProperties",
|
|
2184
2207
|
type: {
|
|
2185
2208
|
name: "Composite",
|
|
2186
2209
|
className: "KeyVaultProperties",
|
|
2187
2210
|
},
|
|
2188
|
-
},
|
|
2211
|
+
},
|
|
2212
|
+
enablePurge: {
|
|
2189
2213
|
defaultValue: false,
|
|
2190
2214
|
serializedName: "properties.enablePurge",
|
|
2191
2215
|
type: {
|
|
2192
2216
|
name: "Boolean",
|
|
2193
2217
|
},
|
|
2194
|
-
},
|
|
2218
|
+
},
|
|
2219
|
+
languageExtensions: {
|
|
2195
2220
|
serializedName: "properties.languageExtensions",
|
|
2196
2221
|
type: {
|
|
2197
2222
|
name: "Composite",
|
|
2198
2223
|
className: "LanguageExtensionsList",
|
|
2199
2224
|
},
|
|
2200
|
-
},
|
|
2225
|
+
},
|
|
2226
|
+
enableDoubleEncryption: {
|
|
2201
2227
|
defaultValue: false,
|
|
2202
2228
|
serializedName: "properties.enableDoubleEncryption",
|
|
2203
2229
|
type: {
|
|
2204
2230
|
name: "Boolean",
|
|
2205
2231
|
},
|
|
2206
|
-
},
|
|
2232
|
+
},
|
|
2233
|
+
publicNetworkAccess: {
|
|
2207
2234
|
defaultValue: "Enabled",
|
|
2208
2235
|
serializedName: "properties.publicNetworkAccess",
|
|
2209
2236
|
type: {
|
|
2210
2237
|
name: "String",
|
|
2211
2238
|
},
|
|
2212
|
-
},
|
|
2239
|
+
},
|
|
2240
|
+
allowedIpRangeList: {
|
|
2213
2241
|
serializedName: "properties.allowedIpRangeList",
|
|
2214
2242
|
type: {
|
|
2215
2243
|
name: "Sequence",
|
|
@@ -2219,13 +2247,15 @@ export const ClusterUpdate = {
|
|
|
2219
2247
|
},
|
|
2220
2248
|
},
|
|
2221
2249
|
},
|
|
2222
|
-
},
|
|
2250
|
+
},
|
|
2251
|
+
engineType: {
|
|
2223
2252
|
defaultValue: "V3",
|
|
2224
2253
|
serializedName: "properties.engineType",
|
|
2225
2254
|
type: {
|
|
2226
2255
|
name: "String",
|
|
2227
2256
|
},
|
|
2228
|
-
},
|
|
2257
|
+
},
|
|
2258
|
+
acceptedAudiences: {
|
|
2229
2259
|
serializedName: "properties.acceptedAudiences",
|
|
2230
2260
|
type: {
|
|
2231
2261
|
name: "Sequence",
|
|
@@ -2236,19 +2266,22 @@ export const ClusterUpdate = {
|
|
|
2236
2266
|
},
|
|
2237
2267
|
},
|
|
2238
2268
|
},
|
|
2239
|
-
},
|
|
2269
|
+
},
|
|
2270
|
+
enableAutoStop: {
|
|
2240
2271
|
defaultValue: true,
|
|
2241
2272
|
serializedName: "properties.enableAutoStop",
|
|
2242
2273
|
type: {
|
|
2243
2274
|
name: "Boolean",
|
|
2244
2275
|
},
|
|
2245
|
-
},
|
|
2276
|
+
},
|
|
2277
|
+
restrictOutboundNetworkAccess: {
|
|
2246
2278
|
defaultValue: "Disabled",
|
|
2247
2279
|
serializedName: "properties.restrictOutboundNetworkAccess",
|
|
2248
2280
|
type: {
|
|
2249
2281
|
name: "String",
|
|
2250
2282
|
},
|
|
2251
|
-
},
|
|
2283
|
+
},
|
|
2284
|
+
allowedFqdnList: {
|
|
2252
2285
|
serializedName: "properties.allowedFqdnList",
|
|
2253
2286
|
type: {
|
|
2254
2287
|
name: "Sequence",
|
|
@@ -2258,7 +2291,8 @@ export const ClusterUpdate = {
|
|
|
2258
2291
|
},
|
|
2259
2292
|
},
|
|
2260
2293
|
},
|
|
2261
|
-
},
|
|
2294
|
+
},
|
|
2295
|
+
calloutPolicies: {
|
|
2262
2296
|
serializedName: "properties.calloutPolicies",
|
|
2263
2297
|
type: {
|
|
2264
2298
|
name: "Sequence",
|
|
@@ -2269,18 +2303,21 @@ export const ClusterUpdate = {
|
|
|
2269
2303
|
},
|
|
2270
2304
|
},
|
|
2271
2305
|
},
|
|
2272
|
-
},
|
|
2306
|
+
},
|
|
2307
|
+
publicIPType: {
|
|
2273
2308
|
defaultValue: "IPv4",
|
|
2274
2309
|
serializedName: "properties.publicIPType",
|
|
2275
2310
|
type: {
|
|
2276
2311
|
name: "String",
|
|
2277
2312
|
},
|
|
2278
|
-
},
|
|
2313
|
+
},
|
|
2314
|
+
virtualClusterGraduationProperties: {
|
|
2279
2315
|
serializedName: "properties.virtualClusterGraduationProperties",
|
|
2280
2316
|
type: {
|
|
2281
2317
|
name: "String",
|
|
2282
2318
|
},
|
|
2283
|
-
},
|
|
2319
|
+
},
|
|
2320
|
+
privateEndpointConnections: {
|
|
2284
2321
|
serializedName: "properties.privateEndpointConnections",
|
|
2285
2322
|
readOnly: true,
|
|
2286
2323
|
type: {
|
|
@@ -2292,38 +2329,45 @@ export const ClusterUpdate = {
|
|
|
2292
2329
|
},
|
|
2293
2330
|
},
|
|
2294
2331
|
},
|
|
2295
|
-
},
|
|
2332
|
+
},
|
|
2333
|
+
migrationCluster: {
|
|
2296
2334
|
serializedName: "properties.migrationCluster",
|
|
2297
2335
|
type: {
|
|
2298
2336
|
name: "Composite",
|
|
2299
2337
|
className: "MigrationClusterProperties",
|
|
2300
2338
|
},
|
|
2301
|
-
},
|
|
2339
|
+
},
|
|
2340
|
+
zoneStatus: {
|
|
2302
2341
|
serializedName: "properties.zoneStatus",
|
|
2303
2342
|
readOnly: true,
|
|
2304
2343
|
type: {
|
|
2305
2344
|
name: "String",
|
|
2306
2345
|
},
|
|
2307
|
-
}
|
|
2346
|
+
},
|
|
2347
|
+
},
|
|
2308
2348
|
},
|
|
2309
2349
|
};
|
|
2310
2350
|
export const PrivateLinkResource = {
|
|
2311
2351
|
type: {
|
|
2312
2352
|
name: "Composite",
|
|
2313
2353
|
className: "PrivateLinkResource",
|
|
2314
|
-
modelProperties:
|
|
2354
|
+
modelProperties: {
|
|
2355
|
+
...Resource.type.modelProperties,
|
|
2356
|
+
systemData: {
|
|
2315
2357
|
serializedName: "systemData",
|
|
2316
2358
|
type: {
|
|
2317
2359
|
name: "Composite",
|
|
2318
2360
|
className: "SystemData",
|
|
2319
2361
|
},
|
|
2320
|
-
},
|
|
2362
|
+
},
|
|
2363
|
+
groupId: {
|
|
2321
2364
|
serializedName: "properties.groupId",
|
|
2322
2365
|
readOnly: true,
|
|
2323
2366
|
type: {
|
|
2324
2367
|
name: "String",
|
|
2325
2368
|
},
|
|
2326
|
-
},
|
|
2369
|
+
},
|
|
2370
|
+
requiredMembers: {
|
|
2327
2371
|
serializedName: "properties.requiredMembers",
|
|
2328
2372
|
readOnly: true,
|
|
2329
2373
|
type: {
|
|
@@ -2334,7 +2378,8 @@ export const PrivateLinkResource = {
|
|
|
2334
2378
|
},
|
|
2335
2379
|
},
|
|
2336
2380
|
},
|
|
2337
|
-
},
|
|
2381
|
+
},
|
|
2382
|
+
requiredZoneNames: {
|
|
2338
2383
|
serializedName: "properties.requiredZoneNames",
|
|
2339
2384
|
readOnly: true,
|
|
2340
2385
|
type: {
|
|
@@ -2345,95 +2390,113 @@ export const PrivateLinkResource = {
|
|
|
2345
2390
|
},
|
|
2346
2391
|
},
|
|
2347
2392
|
},
|
|
2348
|
-
}
|
|
2393
|
+
},
|
|
2394
|
+
},
|
|
2349
2395
|
},
|
|
2350
2396
|
};
|
|
2351
2397
|
export const PrivateEndpointConnection = {
|
|
2352
2398
|
type: {
|
|
2353
2399
|
name: "Composite",
|
|
2354
2400
|
className: "PrivateEndpointConnection",
|
|
2355
|
-
modelProperties:
|
|
2401
|
+
modelProperties: {
|
|
2402
|
+
...ProxyResource.type.modelProperties,
|
|
2403
|
+
systemData: {
|
|
2356
2404
|
serializedName: "systemData",
|
|
2357
2405
|
type: {
|
|
2358
2406
|
name: "Composite",
|
|
2359
2407
|
className: "SystemData",
|
|
2360
2408
|
},
|
|
2361
|
-
},
|
|
2409
|
+
},
|
|
2410
|
+
privateEndpoint: {
|
|
2362
2411
|
serializedName: "properties.privateEndpoint",
|
|
2363
2412
|
type: {
|
|
2364
2413
|
name: "Composite",
|
|
2365
2414
|
className: "PrivateEndpointProperty",
|
|
2366
2415
|
},
|
|
2367
|
-
},
|
|
2416
|
+
},
|
|
2417
|
+
privateLinkServiceConnectionState: {
|
|
2368
2418
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2369
2419
|
type: {
|
|
2370
2420
|
name: "Composite",
|
|
2371
2421
|
className: "PrivateLinkServiceConnectionStateProperty",
|
|
2372
2422
|
},
|
|
2373
|
-
},
|
|
2423
|
+
},
|
|
2424
|
+
groupId: {
|
|
2374
2425
|
serializedName: "properties.groupId",
|
|
2375
2426
|
readOnly: true,
|
|
2376
2427
|
type: {
|
|
2377
2428
|
name: "String",
|
|
2378
2429
|
},
|
|
2379
|
-
},
|
|
2430
|
+
},
|
|
2431
|
+
provisioningState: {
|
|
2380
2432
|
serializedName: "properties.provisioningState",
|
|
2381
2433
|
readOnly: true,
|
|
2382
2434
|
type: {
|
|
2383
2435
|
name: "String",
|
|
2384
2436
|
},
|
|
2385
|
-
}
|
|
2437
|
+
},
|
|
2438
|
+
},
|
|
2386
2439
|
},
|
|
2387
2440
|
};
|
|
2388
2441
|
export const ClusterPrincipalAssignment = {
|
|
2389
2442
|
type: {
|
|
2390
2443
|
name: "Composite",
|
|
2391
2444
|
className: "ClusterPrincipalAssignment",
|
|
2392
|
-
modelProperties:
|
|
2445
|
+
modelProperties: {
|
|
2446
|
+
...ProxyResource.type.modelProperties,
|
|
2447
|
+
principalId: {
|
|
2393
2448
|
serializedName: "properties.principalId",
|
|
2394
2449
|
type: {
|
|
2395
2450
|
name: "String",
|
|
2396
2451
|
},
|
|
2397
|
-
},
|
|
2452
|
+
},
|
|
2453
|
+
role: {
|
|
2398
2454
|
serializedName: "properties.role",
|
|
2399
2455
|
type: {
|
|
2400
2456
|
name: "String",
|
|
2401
2457
|
},
|
|
2402
|
-
},
|
|
2458
|
+
},
|
|
2459
|
+
tenantId: {
|
|
2403
2460
|
serializedName: "properties.tenantId",
|
|
2404
2461
|
type: {
|
|
2405
2462
|
name: "String",
|
|
2406
2463
|
},
|
|
2407
|
-
},
|
|
2464
|
+
},
|
|
2465
|
+
principalType: {
|
|
2408
2466
|
serializedName: "properties.principalType",
|
|
2409
2467
|
type: {
|
|
2410
2468
|
name: "String",
|
|
2411
2469
|
},
|
|
2412
|
-
},
|
|
2470
|
+
},
|
|
2471
|
+
tenantName: {
|
|
2413
2472
|
serializedName: "properties.tenantName",
|
|
2414
2473
|
readOnly: true,
|
|
2415
2474
|
type: {
|
|
2416
2475
|
name: "String",
|
|
2417
2476
|
},
|
|
2418
|
-
},
|
|
2477
|
+
},
|
|
2478
|
+
principalName: {
|
|
2419
2479
|
serializedName: "properties.principalName",
|
|
2420
2480
|
readOnly: true,
|
|
2421
2481
|
type: {
|
|
2422
2482
|
name: "String",
|
|
2423
2483
|
},
|
|
2424
|
-
},
|
|
2484
|
+
},
|
|
2485
|
+
provisioningState: {
|
|
2425
2486
|
serializedName: "properties.provisioningState",
|
|
2426
2487
|
readOnly: true,
|
|
2427
2488
|
type: {
|
|
2428
2489
|
name: "String",
|
|
2429
2490
|
},
|
|
2430
|
-
},
|
|
2491
|
+
},
|
|
2492
|
+
aadObjectId: {
|
|
2431
2493
|
serializedName: "properties.aadObjectId",
|
|
2432
2494
|
readOnly: true,
|
|
2433
2495
|
type: {
|
|
2434
2496
|
name: "String",
|
|
2435
2497
|
},
|
|
2436
|
-
}
|
|
2498
|
+
},
|
|
2499
|
+
},
|
|
2437
2500
|
},
|
|
2438
2501
|
};
|
|
2439
2502
|
export const Database = {
|
|
@@ -2446,214 +2509,258 @@ export const Database = {
|
|
|
2446
2509
|
serializedName: "kind",
|
|
2447
2510
|
clientName: "kind",
|
|
2448
2511
|
},
|
|
2449
|
-
modelProperties:
|
|
2512
|
+
modelProperties: {
|
|
2513
|
+
...ProxyResource.type.modelProperties,
|
|
2514
|
+
location: {
|
|
2450
2515
|
serializedName: "location",
|
|
2451
2516
|
type: {
|
|
2452
2517
|
name: "String",
|
|
2453
2518
|
},
|
|
2454
|
-
},
|
|
2519
|
+
},
|
|
2520
|
+
kind: {
|
|
2455
2521
|
serializedName: "kind",
|
|
2456
2522
|
required: true,
|
|
2457
2523
|
type: {
|
|
2458
2524
|
name: "String",
|
|
2459
2525
|
},
|
|
2460
|
-
}
|
|
2526
|
+
},
|
|
2527
|
+
},
|
|
2461
2528
|
},
|
|
2462
2529
|
};
|
|
2463
2530
|
export const DatabasePrincipalAssignment = {
|
|
2464
2531
|
type: {
|
|
2465
2532
|
name: "Composite",
|
|
2466
2533
|
className: "DatabasePrincipalAssignment",
|
|
2467
|
-
modelProperties:
|
|
2534
|
+
modelProperties: {
|
|
2535
|
+
...ProxyResource.type.modelProperties,
|
|
2536
|
+
principalId: {
|
|
2468
2537
|
serializedName: "properties.principalId",
|
|
2469
2538
|
type: {
|
|
2470
2539
|
name: "String",
|
|
2471
2540
|
},
|
|
2472
|
-
},
|
|
2541
|
+
},
|
|
2542
|
+
role: {
|
|
2473
2543
|
serializedName: "properties.role",
|
|
2474
2544
|
type: {
|
|
2475
2545
|
name: "String",
|
|
2476
2546
|
},
|
|
2477
|
-
},
|
|
2547
|
+
},
|
|
2548
|
+
tenantId: {
|
|
2478
2549
|
serializedName: "properties.tenantId",
|
|
2479
2550
|
type: {
|
|
2480
2551
|
name: "String",
|
|
2481
2552
|
},
|
|
2482
|
-
},
|
|
2553
|
+
},
|
|
2554
|
+
principalType: {
|
|
2483
2555
|
serializedName: "properties.principalType",
|
|
2484
2556
|
type: {
|
|
2485
2557
|
name: "String",
|
|
2486
2558
|
},
|
|
2487
|
-
},
|
|
2559
|
+
},
|
|
2560
|
+
tenantName: {
|
|
2488
2561
|
serializedName: "properties.tenantName",
|
|
2489
2562
|
readOnly: true,
|
|
2490
2563
|
type: {
|
|
2491
2564
|
name: "String",
|
|
2492
2565
|
},
|
|
2493
|
-
},
|
|
2566
|
+
},
|
|
2567
|
+
principalName: {
|
|
2494
2568
|
serializedName: "properties.principalName",
|
|
2495
2569
|
readOnly: true,
|
|
2496
2570
|
type: {
|
|
2497
2571
|
name: "String",
|
|
2498
2572
|
},
|
|
2499
|
-
},
|
|
2573
|
+
},
|
|
2574
|
+
provisioningState: {
|
|
2500
2575
|
serializedName: "properties.provisioningState",
|
|
2501
2576
|
readOnly: true,
|
|
2502
2577
|
type: {
|
|
2503
2578
|
name: "String",
|
|
2504
2579
|
},
|
|
2505
|
-
},
|
|
2580
|
+
},
|
|
2581
|
+
aadObjectId: {
|
|
2506
2582
|
serializedName: "properties.aadObjectId",
|
|
2507
2583
|
readOnly: true,
|
|
2508
2584
|
type: {
|
|
2509
2585
|
name: "String",
|
|
2510
2586
|
},
|
|
2511
|
-
}
|
|
2587
|
+
},
|
|
2588
|
+
},
|
|
2512
2589
|
},
|
|
2513
2590
|
};
|
|
2514
2591
|
export const Script = {
|
|
2515
2592
|
type: {
|
|
2516
2593
|
name: "Composite",
|
|
2517
2594
|
className: "Script",
|
|
2518
|
-
modelProperties:
|
|
2595
|
+
modelProperties: {
|
|
2596
|
+
...ProxyResource.type.modelProperties,
|
|
2597
|
+
systemData: {
|
|
2519
2598
|
serializedName: "systemData",
|
|
2520
2599
|
type: {
|
|
2521
2600
|
name: "Composite",
|
|
2522
2601
|
className: "SystemData",
|
|
2523
2602
|
},
|
|
2524
|
-
},
|
|
2603
|
+
},
|
|
2604
|
+
scriptUrl: {
|
|
2525
2605
|
serializedName: "properties.scriptUrl",
|
|
2526
2606
|
type: {
|
|
2527
2607
|
name: "String",
|
|
2528
2608
|
},
|
|
2529
|
-
},
|
|
2609
|
+
},
|
|
2610
|
+
scriptUrlSasToken: {
|
|
2530
2611
|
serializedName: "properties.scriptUrlSasToken",
|
|
2531
2612
|
type: {
|
|
2532
2613
|
name: "String",
|
|
2533
2614
|
},
|
|
2534
|
-
},
|
|
2615
|
+
},
|
|
2616
|
+
scriptContent: {
|
|
2535
2617
|
serializedName: "properties.scriptContent",
|
|
2536
2618
|
type: {
|
|
2537
2619
|
name: "String",
|
|
2538
2620
|
},
|
|
2539
|
-
},
|
|
2621
|
+
},
|
|
2622
|
+
forceUpdateTag: {
|
|
2540
2623
|
serializedName: "properties.forceUpdateTag",
|
|
2541
2624
|
type: {
|
|
2542
2625
|
name: "String",
|
|
2543
2626
|
},
|
|
2544
|
-
},
|
|
2627
|
+
},
|
|
2628
|
+
continueOnErrors: {
|
|
2545
2629
|
defaultValue: false,
|
|
2546
2630
|
serializedName: "properties.continueOnErrors",
|
|
2547
2631
|
type: {
|
|
2548
2632
|
name: "Boolean",
|
|
2549
2633
|
},
|
|
2550
|
-
},
|
|
2634
|
+
},
|
|
2635
|
+
provisioningState: {
|
|
2551
2636
|
serializedName: "properties.provisioningState",
|
|
2552
2637
|
readOnly: true,
|
|
2553
2638
|
type: {
|
|
2554
2639
|
name: "String",
|
|
2555
2640
|
},
|
|
2556
|
-
},
|
|
2641
|
+
},
|
|
2642
|
+
scriptLevel: {
|
|
2557
2643
|
serializedName: "properties.scriptLevel",
|
|
2558
2644
|
type: {
|
|
2559
2645
|
name: "String",
|
|
2560
2646
|
},
|
|
2561
|
-
},
|
|
2647
|
+
},
|
|
2648
|
+
principalPermissionsAction: {
|
|
2562
2649
|
serializedName: "properties.principalPermissionsAction",
|
|
2563
2650
|
type: {
|
|
2564
2651
|
name: "String",
|
|
2565
2652
|
},
|
|
2566
|
-
}
|
|
2653
|
+
},
|
|
2654
|
+
},
|
|
2567
2655
|
},
|
|
2568
2656
|
};
|
|
2569
2657
|
export const SandboxCustomImage = {
|
|
2570
2658
|
type: {
|
|
2571
2659
|
name: "Composite",
|
|
2572
2660
|
className: "SandboxCustomImage",
|
|
2573
|
-
modelProperties:
|
|
2661
|
+
modelProperties: {
|
|
2662
|
+
...ProxyResource.type.modelProperties,
|
|
2663
|
+
language: {
|
|
2574
2664
|
serializedName: "properties.language",
|
|
2575
2665
|
type: {
|
|
2576
2666
|
name: "String",
|
|
2577
2667
|
},
|
|
2578
|
-
},
|
|
2668
|
+
},
|
|
2669
|
+
languageVersion: {
|
|
2579
2670
|
serializedName: "properties.languageVersion",
|
|
2580
2671
|
type: {
|
|
2581
2672
|
name: "String",
|
|
2582
2673
|
},
|
|
2583
|
-
},
|
|
2674
|
+
},
|
|
2675
|
+
baseImageName: {
|
|
2584
2676
|
serializedName: "properties.baseImageName",
|
|
2585
2677
|
type: {
|
|
2586
2678
|
name: "String",
|
|
2587
2679
|
},
|
|
2588
|
-
},
|
|
2680
|
+
},
|
|
2681
|
+
requirementsFileContent: {
|
|
2589
2682
|
serializedName: "properties.requirementsFileContent",
|
|
2590
2683
|
type: {
|
|
2591
2684
|
name: "String",
|
|
2592
2685
|
},
|
|
2593
|
-
},
|
|
2686
|
+
},
|
|
2687
|
+
provisioningState: {
|
|
2594
2688
|
serializedName: "properties.provisioningState",
|
|
2595
2689
|
readOnly: true,
|
|
2596
2690
|
type: {
|
|
2597
2691
|
name: "String",
|
|
2598
2692
|
},
|
|
2599
|
-
}
|
|
2693
|
+
},
|
|
2694
|
+
},
|
|
2600
2695
|
},
|
|
2601
2696
|
};
|
|
2602
2697
|
export const ManagedPrivateEndpoint = {
|
|
2603
2698
|
type: {
|
|
2604
2699
|
name: "Composite",
|
|
2605
2700
|
className: "ManagedPrivateEndpoint",
|
|
2606
|
-
modelProperties:
|
|
2701
|
+
modelProperties: {
|
|
2702
|
+
...ProxyResource.type.modelProperties,
|
|
2703
|
+
systemData: {
|
|
2607
2704
|
serializedName: "systemData",
|
|
2608
2705
|
type: {
|
|
2609
2706
|
name: "Composite",
|
|
2610
2707
|
className: "SystemData",
|
|
2611
2708
|
},
|
|
2612
|
-
},
|
|
2709
|
+
},
|
|
2710
|
+
privateLinkResourceId: {
|
|
2613
2711
|
serializedName: "properties.privateLinkResourceId",
|
|
2614
2712
|
type: {
|
|
2615
2713
|
name: "String",
|
|
2616
2714
|
},
|
|
2617
|
-
},
|
|
2715
|
+
},
|
|
2716
|
+
privateLinkResourceRegion: {
|
|
2618
2717
|
serializedName: "properties.privateLinkResourceRegion",
|
|
2619
2718
|
type: {
|
|
2620
2719
|
name: "String",
|
|
2621
2720
|
},
|
|
2622
|
-
},
|
|
2721
|
+
},
|
|
2722
|
+
groupId: {
|
|
2623
2723
|
serializedName: "properties.groupId",
|
|
2624
2724
|
type: {
|
|
2625
2725
|
name: "String",
|
|
2626
2726
|
},
|
|
2627
|
-
},
|
|
2727
|
+
},
|
|
2728
|
+
requestMessage: {
|
|
2628
2729
|
serializedName: "properties.requestMessage",
|
|
2629
2730
|
type: {
|
|
2630
2731
|
name: "String",
|
|
2631
2732
|
},
|
|
2632
|
-
},
|
|
2733
|
+
},
|
|
2734
|
+
provisioningState: {
|
|
2633
2735
|
serializedName: "properties.provisioningState",
|
|
2634
2736
|
readOnly: true,
|
|
2635
2737
|
type: {
|
|
2636
2738
|
name: "String",
|
|
2637
2739
|
},
|
|
2638
|
-
}
|
|
2740
|
+
},
|
|
2741
|
+
},
|
|
2639
2742
|
},
|
|
2640
2743
|
};
|
|
2641
2744
|
export const OutboundNetworkDependenciesEndpoint = {
|
|
2642
2745
|
type: {
|
|
2643
2746
|
name: "Composite",
|
|
2644
2747
|
className: "OutboundNetworkDependenciesEndpoint",
|
|
2645
|
-
modelProperties:
|
|
2748
|
+
modelProperties: {
|
|
2749
|
+
...ProxyResource.type.modelProperties,
|
|
2750
|
+
etag: {
|
|
2646
2751
|
serializedName: "etag",
|
|
2647
2752
|
readOnly: true,
|
|
2648
2753
|
type: {
|
|
2649
2754
|
name: "String",
|
|
2650
2755
|
},
|
|
2651
|
-
},
|
|
2756
|
+
},
|
|
2757
|
+
category: {
|
|
2652
2758
|
serializedName: "properties.category",
|
|
2653
2759
|
type: {
|
|
2654
2760
|
name: "String",
|
|
2655
2761
|
},
|
|
2656
|
-
},
|
|
2762
|
+
},
|
|
2763
|
+
endpoints: {
|
|
2657
2764
|
serializedName: "properties.endpoints",
|
|
2658
2765
|
type: {
|
|
2659
2766
|
name: "Sequence",
|
|
@@ -2664,41 +2771,49 @@ export const OutboundNetworkDependenciesEndpoint = {
|
|
|
2664
2771
|
},
|
|
2665
2772
|
},
|
|
2666
2773
|
},
|
|
2667
|
-
},
|
|
2774
|
+
},
|
|
2775
|
+
provisioningState: {
|
|
2668
2776
|
serializedName: "properties.provisioningState",
|
|
2669
2777
|
readOnly: true,
|
|
2670
2778
|
type: {
|
|
2671
2779
|
name: "String",
|
|
2672
2780
|
},
|
|
2673
|
-
}
|
|
2781
|
+
},
|
|
2782
|
+
},
|
|
2674
2783
|
},
|
|
2675
2784
|
};
|
|
2676
2785
|
export const AttachedDatabaseConfiguration = {
|
|
2677
2786
|
type: {
|
|
2678
2787
|
name: "Composite",
|
|
2679
2788
|
className: "AttachedDatabaseConfiguration",
|
|
2680
|
-
modelProperties:
|
|
2789
|
+
modelProperties: {
|
|
2790
|
+
...ProxyResource.type.modelProperties,
|
|
2791
|
+
location: {
|
|
2681
2792
|
serializedName: "location",
|
|
2682
2793
|
type: {
|
|
2683
2794
|
name: "String",
|
|
2684
2795
|
},
|
|
2685
|
-
},
|
|
2796
|
+
},
|
|
2797
|
+
provisioningState: {
|
|
2686
2798
|
serializedName: "properties.provisioningState",
|
|
2687
2799
|
readOnly: true,
|
|
2688
2800
|
type: {
|
|
2689
2801
|
name: "String",
|
|
2690
2802
|
},
|
|
2691
|
-
},
|
|
2803
|
+
},
|
|
2804
|
+
databaseName: {
|
|
2692
2805
|
serializedName: "properties.databaseName",
|
|
2693
2806
|
type: {
|
|
2694
2807
|
name: "String",
|
|
2695
2808
|
},
|
|
2696
|
-
},
|
|
2809
|
+
},
|
|
2810
|
+
clusterResourceId: {
|
|
2697
2811
|
serializedName: "properties.clusterResourceId",
|
|
2698
2812
|
type: {
|
|
2699
2813
|
name: "String",
|
|
2700
2814
|
},
|
|
2701
|
-
},
|
|
2815
|
+
},
|
|
2816
|
+
attachedDatabaseNames: {
|
|
2702
2817
|
serializedName: "properties.attachedDatabaseNames",
|
|
2703
2818
|
readOnly: true,
|
|
2704
2819
|
type: {
|
|
@@ -2709,28 +2824,33 @@ export const AttachedDatabaseConfiguration = {
|
|
|
2709
2824
|
},
|
|
2710
2825
|
},
|
|
2711
2826
|
},
|
|
2712
|
-
},
|
|
2827
|
+
},
|
|
2828
|
+
defaultPrincipalsModificationKind: {
|
|
2713
2829
|
serializedName: "properties.defaultPrincipalsModificationKind",
|
|
2714
2830
|
type: {
|
|
2715
2831
|
name: "String",
|
|
2716
2832
|
},
|
|
2717
|
-
},
|
|
2833
|
+
},
|
|
2834
|
+
tableLevelSharingProperties: {
|
|
2718
2835
|
serializedName: "properties.tableLevelSharingProperties",
|
|
2719
2836
|
type: {
|
|
2720
2837
|
name: "Composite",
|
|
2721
2838
|
className: "TableLevelSharingProperties",
|
|
2722
2839
|
},
|
|
2723
|
-
},
|
|
2840
|
+
},
|
|
2841
|
+
databaseNameOverride: {
|
|
2724
2842
|
serializedName: "properties.databaseNameOverride",
|
|
2725
2843
|
type: {
|
|
2726
2844
|
name: "String",
|
|
2727
2845
|
},
|
|
2728
|
-
},
|
|
2846
|
+
},
|
|
2847
|
+
databaseNamePrefix: {
|
|
2729
2848
|
serializedName: "properties.databaseNamePrefix",
|
|
2730
2849
|
type: {
|
|
2731
2850
|
name: "String",
|
|
2732
2851
|
},
|
|
2733
|
-
}
|
|
2852
|
+
},
|
|
2853
|
+
},
|
|
2734
2854
|
},
|
|
2735
2855
|
};
|
|
2736
2856
|
export const DataConnection = {
|
|
@@ -2743,37 +2863,45 @@ export const DataConnection = {
|
|
|
2743
2863
|
serializedName: "kind",
|
|
2744
2864
|
clientName: "kind",
|
|
2745
2865
|
},
|
|
2746
|
-
modelProperties:
|
|
2866
|
+
modelProperties: {
|
|
2867
|
+
...ProxyResource.type.modelProperties,
|
|
2868
|
+
location: {
|
|
2747
2869
|
serializedName: "location",
|
|
2748
2870
|
type: {
|
|
2749
2871
|
name: "String",
|
|
2750
2872
|
},
|
|
2751
|
-
},
|
|
2873
|
+
},
|
|
2874
|
+
kind: {
|
|
2752
2875
|
serializedName: "kind",
|
|
2753
2876
|
required: true,
|
|
2754
2877
|
type: {
|
|
2755
2878
|
name: "String",
|
|
2756
2879
|
},
|
|
2757
|
-
}
|
|
2880
|
+
},
|
|
2881
|
+
},
|
|
2758
2882
|
},
|
|
2759
2883
|
};
|
|
2760
2884
|
export const Cluster = {
|
|
2761
2885
|
type: {
|
|
2762
2886
|
name: "Composite",
|
|
2763
2887
|
className: "Cluster",
|
|
2764
|
-
modelProperties:
|
|
2888
|
+
modelProperties: {
|
|
2889
|
+
...TrackedResource.type.modelProperties,
|
|
2890
|
+
sku: {
|
|
2765
2891
|
serializedName: "sku",
|
|
2766
2892
|
type: {
|
|
2767
2893
|
name: "Composite",
|
|
2768
2894
|
className: "AzureSku",
|
|
2769
2895
|
},
|
|
2770
|
-
},
|
|
2896
|
+
},
|
|
2897
|
+
systemData: {
|
|
2771
2898
|
serializedName: "systemData",
|
|
2772
2899
|
type: {
|
|
2773
2900
|
name: "Composite",
|
|
2774
2901
|
className: "SystemData",
|
|
2775
2902
|
},
|
|
2776
|
-
},
|
|
2903
|
+
},
|
|
2904
|
+
zones: {
|
|
2777
2905
|
serializedName: "zones",
|
|
2778
2906
|
type: {
|
|
2779
2907
|
name: "Sequence",
|
|
@@ -2783,49 +2911,57 @@ export const Cluster = {
|
|
|
2783
2911
|
},
|
|
2784
2912
|
},
|
|
2785
2913
|
},
|
|
2786
|
-
},
|
|
2914
|
+
},
|
|
2915
|
+
identity: {
|
|
2787
2916
|
serializedName: "identity",
|
|
2788
2917
|
type: {
|
|
2789
2918
|
name: "Composite",
|
|
2790
2919
|
className: "Identity",
|
|
2791
2920
|
},
|
|
2792
|
-
},
|
|
2921
|
+
},
|
|
2922
|
+
etag: {
|
|
2793
2923
|
serializedName: "etag",
|
|
2794
2924
|
readOnly: true,
|
|
2795
2925
|
type: {
|
|
2796
2926
|
name: "String",
|
|
2797
2927
|
},
|
|
2798
|
-
},
|
|
2928
|
+
},
|
|
2929
|
+
state: {
|
|
2799
2930
|
serializedName: "properties.state",
|
|
2800
2931
|
readOnly: true,
|
|
2801
2932
|
type: {
|
|
2802
2933
|
name: "String",
|
|
2803
2934
|
},
|
|
2804
|
-
},
|
|
2935
|
+
},
|
|
2936
|
+
provisioningState: {
|
|
2805
2937
|
serializedName: "properties.provisioningState",
|
|
2806
2938
|
readOnly: true,
|
|
2807
2939
|
type: {
|
|
2808
2940
|
name: "String",
|
|
2809
2941
|
},
|
|
2810
|
-
},
|
|
2942
|
+
},
|
|
2943
|
+
uri: {
|
|
2811
2944
|
serializedName: "properties.uri",
|
|
2812
2945
|
readOnly: true,
|
|
2813
2946
|
type: {
|
|
2814
2947
|
name: "String",
|
|
2815
2948
|
},
|
|
2816
|
-
},
|
|
2949
|
+
},
|
|
2950
|
+
dataIngestionUri: {
|
|
2817
2951
|
serializedName: "properties.dataIngestionUri",
|
|
2818
2952
|
readOnly: true,
|
|
2819
2953
|
type: {
|
|
2820
2954
|
name: "String",
|
|
2821
2955
|
},
|
|
2822
|
-
},
|
|
2956
|
+
},
|
|
2957
|
+
stateReason: {
|
|
2823
2958
|
serializedName: "properties.stateReason",
|
|
2824
2959
|
readOnly: true,
|
|
2825
2960
|
type: {
|
|
2826
2961
|
name: "String",
|
|
2827
2962
|
},
|
|
2828
|
-
},
|
|
2963
|
+
},
|
|
2964
|
+
trustedExternalTenants: {
|
|
2829
2965
|
serializedName: "properties.trustedExternalTenants",
|
|
2830
2966
|
type: {
|
|
2831
2967
|
name: "Sequence",
|
|
@@ -2836,61 +2972,71 @@ export const Cluster = {
|
|
|
2836
2972
|
},
|
|
2837
2973
|
},
|
|
2838
2974
|
},
|
|
2839
|
-
},
|
|
2975
|
+
},
|
|
2976
|
+
optimizedAutoscale: {
|
|
2840
2977
|
serializedName: "properties.optimizedAutoscale",
|
|
2841
2978
|
type: {
|
|
2842
2979
|
name: "Composite",
|
|
2843
2980
|
className: "OptimizedAutoscale",
|
|
2844
2981
|
},
|
|
2845
|
-
},
|
|
2982
|
+
},
|
|
2983
|
+
enableDiskEncryption: {
|
|
2846
2984
|
defaultValue: false,
|
|
2847
2985
|
serializedName: "properties.enableDiskEncryption",
|
|
2848
2986
|
type: {
|
|
2849
2987
|
name: "Boolean",
|
|
2850
2988
|
},
|
|
2851
|
-
},
|
|
2989
|
+
},
|
|
2990
|
+
enableStreamingIngest: {
|
|
2852
2991
|
defaultValue: false,
|
|
2853
2992
|
serializedName: "properties.enableStreamingIngest",
|
|
2854
2993
|
type: {
|
|
2855
2994
|
name: "Boolean",
|
|
2856
2995
|
},
|
|
2857
|
-
},
|
|
2996
|
+
},
|
|
2997
|
+
virtualNetworkConfiguration: {
|
|
2858
2998
|
serializedName: "properties.virtualNetworkConfiguration",
|
|
2859
2999
|
type: {
|
|
2860
3000
|
name: "Composite",
|
|
2861
3001
|
className: "VirtualNetworkConfiguration",
|
|
2862
3002
|
},
|
|
2863
|
-
},
|
|
3003
|
+
},
|
|
3004
|
+
keyVaultProperties: {
|
|
2864
3005
|
serializedName: "properties.keyVaultProperties",
|
|
2865
3006
|
type: {
|
|
2866
3007
|
name: "Composite",
|
|
2867
3008
|
className: "KeyVaultProperties",
|
|
2868
3009
|
},
|
|
2869
|
-
},
|
|
3010
|
+
},
|
|
3011
|
+
enablePurge: {
|
|
2870
3012
|
defaultValue: false,
|
|
2871
3013
|
serializedName: "properties.enablePurge",
|
|
2872
3014
|
type: {
|
|
2873
3015
|
name: "Boolean",
|
|
2874
3016
|
},
|
|
2875
|
-
},
|
|
3017
|
+
},
|
|
3018
|
+
languageExtensions: {
|
|
2876
3019
|
serializedName: "properties.languageExtensions",
|
|
2877
3020
|
type: {
|
|
2878
3021
|
name: "Composite",
|
|
2879
3022
|
className: "LanguageExtensionsList",
|
|
2880
3023
|
},
|
|
2881
|
-
},
|
|
3024
|
+
},
|
|
3025
|
+
enableDoubleEncryption: {
|
|
2882
3026
|
defaultValue: false,
|
|
2883
3027
|
serializedName: "properties.enableDoubleEncryption",
|
|
2884
3028
|
type: {
|
|
2885
3029
|
name: "Boolean",
|
|
2886
3030
|
},
|
|
2887
|
-
},
|
|
3031
|
+
},
|
|
3032
|
+
publicNetworkAccess: {
|
|
2888
3033
|
defaultValue: "Enabled",
|
|
2889
3034
|
serializedName: "properties.publicNetworkAccess",
|
|
2890
3035
|
type: {
|
|
2891
3036
|
name: "String",
|
|
2892
3037
|
},
|
|
2893
|
-
},
|
|
3038
|
+
},
|
|
3039
|
+
allowedIpRangeList: {
|
|
2894
3040
|
serializedName: "properties.allowedIpRangeList",
|
|
2895
3041
|
type: {
|
|
2896
3042
|
name: "Sequence",
|
|
@@ -2900,13 +3046,15 @@ export const Cluster = {
|
|
|
2900
3046
|
},
|
|
2901
3047
|
},
|
|
2902
3048
|
},
|
|
2903
|
-
},
|
|
3049
|
+
},
|
|
3050
|
+
engineType: {
|
|
2904
3051
|
defaultValue: "V3",
|
|
2905
3052
|
serializedName: "properties.engineType",
|
|
2906
3053
|
type: {
|
|
2907
3054
|
name: "String",
|
|
2908
3055
|
},
|
|
2909
|
-
},
|
|
3056
|
+
},
|
|
3057
|
+
acceptedAudiences: {
|
|
2910
3058
|
serializedName: "properties.acceptedAudiences",
|
|
2911
3059
|
type: {
|
|
2912
3060
|
name: "Sequence",
|
|
@@ -2917,19 +3065,22 @@ export const Cluster = {
|
|
|
2917
3065
|
},
|
|
2918
3066
|
},
|
|
2919
3067
|
},
|
|
2920
|
-
},
|
|
3068
|
+
},
|
|
3069
|
+
enableAutoStop: {
|
|
2921
3070
|
defaultValue: true,
|
|
2922
3071
|
serializedName: "properties.enableAutoStop",
|
|
2923
3072
|
type: {
|
|
2924
3073
|
name: "Boolean",
|
|
2925
3074
|
},
|
|
2926
|
-
},
|
|
3075
|
+
},
|
|
3076
|
+
restrictOutboundNetworkAccess: {
|
|
2927
3077
|
defaultValue: "Disabled",
|
|
2928
3078
|
serializedName: "properties.restrictOutboundNetworkAccess",
|
|
2929
3079
|
type: {
|
|
2930
3080
|
name: "String",
|
|
2931
3081
|
},
|
|
2932
|
-
},
|
|
3082
|
+
},
|
|
3083
|
+
allowedFqdnList: {
|
|
2933
3084
|
serializedName: "properties.allowedFqdnList",
|
|
2934
3085
|
type: {
|
|
2935
3086
|
name: "Sequence",
|
|
@@ -2939,7 +3090,8 @@ export const Cluster = {
|
|
|
2939
3090
|
},
|
|
2940
3091
|
},
|
|
2941
3092
|
},
|
|
2942
|
-
},
|
|
3093
|
+
},
|
|
3094
|
+
calloutPolicies: {
|
|
2943
3095
|
serializedName: "properties.calloutPolicies",
|
|
2944
3096
|
type: {
|
|
2945
3097
|
name: "Sequence",
|
|
@@ -2950,18 +3102,21 @@ export const Cluster = {
|
|
|
2950
3102
|
},
|
|
2951
3103
|
},
|
|
2952
3104
|
},
|
|
2953
|
-
},
|
|
3105
|
+
},
|
|
3106
|
+
publicIPType: {
|
|
2954
3107
|
defaultValue: "IPv4",
|
|
2955
3108
|
serializedName: "properties.publicIPType",
|
|
2956
3109
|
type: {
|
|
2957
3110
|
name: "String",
|
|
2958
3111
|
},
|
|
2959
|
-
},
|
|
3112
|
+
},
|
|
3113
|
+
virtualClusterGraduationProperties: {
|
|
2960
3114
|
serializedName: "properties.virtualClusterGraduationProperties",
|
|
2961
3115
|
type: {
|
|
2962
3116
|
name: "String",
|
|
2963
3117
|
},
|
|
2964
|
-
},
|
|
3118
|
+
},
|
|
3119
|
+
privateEndpointConnections: {
|
|
2965
3120
|
serializedName: "properties.privateEndpointConnections",
|
|
2966
3121
|
readOnly: true,
|
|
2967
3122
|
type: {
|
|
@@ -2973,19 +3128,22 @@ export const Cluster = {
|
|
|
2973
3128
|
},
|
|
2974
3129
|
},
|
|
2975
3130
|
},
|
|
2976
|
-
},
|
|
3131
|
+
},
|
|
3132
|
+
migrationCluster: {
|
|
2977
3133
|
serializedName: "properties.migrationCluster",
|
|
2978
3134
|
type: {
|
|
2979
3135
|
name: "Composite",
|
|
2980
3136
|
className: "MigrationClusterProperties",
|
|
2981
3137
|
},
|
|
2982
|
-
},
|
|
3138
|
+
},
|
|
3139
|
+
zoneStatus: {
|
|
2983
3140
|
serializedName: "properties.zoneStatus",
|
|
2984
3141
|
readOnly: true,
|
|
2985
3142
|
type: {
|
|
2986
3143
|
name: "String",
|
|
2987
3144
|
},
|
|
2988
|
-
}
|
|
3145
|
+
},
|
|
3146
|
+
},
|
|
2989
3147
|
},
|
|
2990
3148
|
};
|
|
2991
3149
|
export const ReadWriteDatabase = {
|
|
@@ -2995,47 +3153,56 @@ export const ReadWriteDatabase = {
|
|
|
2995
3153
|
className: "ReadWriteDatabase",
|
|
2996
3154
|
uberParent: "Database",
|
|
2997
3155
|
polymorphicDiscriminator: Database.type.polymorphicDiscriminator,
|
|
2998
|
-
modelProperties:
|
|
3156
|
+
modelProperties: {
|
|
3157
|
+
...Database.type.modelProperties,
|
|
3158
|
+
provisioningState: {
|
|
2999
3159
|
serializedName: "properties.provisioningState",
|
|
3000
3160
|
readOnly: true,
|
|
3001
3161
|
type: {
|
|
3002
3162
|
name: "String",
|
|
3003
3163
|
},
|
|
3004
|
-
},
|
|
3164
|
+
},
|
|
3165
|
+
softDeletePeriod: {
|
|
3005
3166
|
serializedName: "properties.softDeletePeriod",
|
|
3006
3167
|
type: {
|
|
3007
3168
|
name: "TimeSpan",
|
|
3008
3169
|
},
|
|
3009
|
-
},
|
|
3170
|
+
},
|
|
3171
|
+
hotCachePeriod: {
|
|
3010
3172
|
serializedName: "properties.hotCachePeriod",
|
|
3011
3173
|
type: {
|
|
3012
3174
|
name: "TimeSpan",
|
|
3013
3175
|
},
|
|
3014
|
-
},
|
|
3176
|
+
},
|
|
3177
|
+
statistics: {
|
|
3015
3178
|
serializedName: "properties.statistics",
|
|
3016
3179
|
type: {
|
|
3017
3180
|
name: "Composite",
|
|
3018
3181
|
className: "DatabaseStatistics",
|
|
3019
3182
|
},
|
|
3020
|
-
},
|
|
3183
|
+
},
|
|
3184
|
+
isFollowed: {
|
|
3021
3185
|
serializedName: "properties.isFollowed",
|
|
3022
3186
|
readOnly: true,
|
|
3023
3187
|
type: {
|
|
3024
3188
|
name: "Boolean",
|
|
3025
3189
|
},
|
|
3026
|
-
},
|
|
3190
|
+
},
|
|
3191
|
+
keyVaultProperties: {
|
|
3027
3192
|
serializedName: "properties.keyVaultProperties",
|
|
3028
3193
|
type: {
|
|
3029
3194
|
name: "Composite",
|
|
3030
3195
|
className: "KeyVaultProperties",
|
|
3031
3196
|
},
|
|
3032
|
-
},
|
|
3197
|
+
},
|
|
3198
|
+
suspensionDetails: {
|
|
3033
3199
|
serializedName: "properties.suspensionDetails",
|
|
3034
3200
|
type: {
|
|
3035
3201
|
name: "Composite",
|
|
3036
3202
|
className: "SuspensionDetails",
|
|
3037
3203
|
},
|
|
3038
|
-
}
|
|
3204
|
+
},
|
|
3205
|
+
},
|
|
3039
3206
|
},
|
|
3040
3207
|
};
|
|
3041
3208
|
export const ReadOnlyFollowingDatabase = {
|
|
@@ -3045,72 +3212,85 @@ export const ReadOnlyFollowingDatabase = {
|
|
|
3045
3212
|
className: "ReadOnlyFollowingDatabase",
|
|
3046
3213
|
uberParent: "Database",
|
|
3047
3214
|
polymorphicDiscriminator: Database.type.polymorphicDiscriminator,
|
|
3048
|
-
modelProperties:
|
|
3215
|
+
modelProperties: {
|
|
3216
|
+
...Database.type.modelProperties,
|
|
3217
|
+
provisioningState: {
|
|
3049
3218
|
serializedName: "properties.provisioningState",
|
|
3050
3219
|
readOnly: true,
|
|
3051
3220
|
type: {
|
|
3052
3221
|
name: "String",
|
|
3053
3222
|
},
|
|
3054
|
-
},
|
|
3223
|
+
},
|
|
3224
|
+
softDeletePeriod: {
|
|
3055
3225
|
serializedName: "properties.softDeletePeriod",
|
|
3056
3226
|
readOnly: true,
|
|
3057
3227
|
type: {
|
|
3058
3228
|
name: "TimeSpan",
|
|
3059
3229
|
},
|
|
3060
|
-
},
|
|
3230
|
+
},
|
|
3231
|
+
hotCachePeriod: {
|
|
3061
3232
|
serializedName: "properties.hotCachePeriod",
|
|
3062
3233
|
type: {
|
|
3063
3234
|
name: "TimeSpan",
|
|
3064
3235
|
},
|
|
3065
|
-
},
|
|
3236
|
+
},
|
|
3237
|
+
statistics: {
|
|
3066
3238
|
serializedName: "properties.statistics",
|
|
3067
3239
|
type: {
|
|
3068
3240
|
name: "Composite",
|
|
3069
3241
|
className: "DatabaseStatistics",
|
|
3070
3242
|
},
|
|
3071
|
-
},
|
|
3243
|
+
},
|
|
3244
|
+
leaderClusterResourceId: {
|
|
3072
3245
|
serializedName: "properties.leaderClusterResourceId",
|
|
3073
3246
|
readOnly: true,
|
|
3074
3247
|
type: {
|
|
3075
3248
|
name: "String",
|
|
3076
3249
|
},
|
|
3077
|
-
},
|
|
3250
|
+
},
|
|
3251
|
+
attachedDatabaseConfigurationName: {
|
|
3078
3252
|
serializedName: "properties.attachedDatabaseConfigurationName",
|
|
3079
3253
|
readOnly: true,
|
|
3080
3254
|
type: {
|
|
3081
3255
|
name: "String",
|
|
3082
3256
|
},
|
|
3083
|
-
},
|
|
3257
|
+
},
|
|
3258
|
+
principalsModificationKind: {
|
|
3084
3259
|
serializedName: "properties.principalsModificationKind",
|
|
3085
3260
|
readOnly: true,
|
|
3086
3261
|
type: {
|
|
3087
3262
|
name: "String",
|
|
3088
3263
|
},
|
|
3089
|
-
},
|
|
3264
|
+
},
|
|
3265
|
+
tableLevelSharingProperties: {
|
|
3090
3266
|
serializedName: "properties.tableLevelSharingProperties",
|
|
3091
3267
|
type: {
|
|
3092
3268
|
name: "Composite",
|
|
3093
3269
|
className: "TableLevelSharingProperties",
|
|
3094
3270
|
},
|
|
3095
|
-
},
|
|
3271
|
+
},
|
|
3272
|
+
originalDatabaseName: {
|
|
3096
3273
|
serializedName: "properties.originalDatabaseName",
|
|
3097
3274
|
readOnly: true,
|
|
3098
3275
|
type: {
|
|
3099
3276
|
name: "String",
|
|
3100
3277
|
},
|
|
3101
|
-
},
|
|
3278
|
+
},
|
|
3279
|
+
databaseShareOrigin: {
|
|
3102
3280
|
serializedName: "properties.databaseShareOrigin",
|
|
3103
3281
|
readOnly: true,
|
|
3104
3282
|
type: {
|
|
3105
3283
|
name: "String",
|
|
3106
3284
|
},
|
|
3107
|
-
},
|
|
3285
|
+
},
|
|
3286
|
+
suspensionDetails: {
|
|
3108
3287
|
serializedName: "properties.suspensionDetails",
|
|
3109
3288
|
type: {
|
|
3110
3289
|
name: "Composite",
|
|
3111
3290
|
className: "SuspensionDetails",
|
|
3112
3291
|
},
|
|
3113
|
-
}
|
|
3292
|
+
},
|
|
3293
|
+
},
|
|
3114
3294
|
},
|
|
3115
3295
|
};
|
|
3116
3296
|
export const EventHubDataConnection = {
|
|
@@ -3120,32 +3300,39 @@ export const EventHubDataConnection = {
|
|
|
3120
3300
|
className: "EventHubDataConnection",
|
|
3121
3301
|
uberParent: "DataConnection",
|
|
3122
3302
|
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
3123
|
-
modelProperties:
|
|
3303
|
+
modelProperties: {
|
|
3304
|
+
...DataConnection.type.modelProperties,
|
|
3305
|
+
eventHubResourceId: {
|
|
3124
3306
|
serializedName: "properties.eventHubResourceId",
|
|
3125
3307
|
type: {
|
|
3126
3308
|
name: "String",
|
|
3127
3309
|
},
|
|
3128
|
-
},
|
|
3310
|
+
},
|
|
3311
|
+
consumerGroup: {
|
|
3129
3312
|
serializedName: "properties.consumerGroup",
|
|
3130
3313
|
type: {
|
|
3131
3314
|
name: "String",
|
|
3132
3315
|
},
|
|
3133
|
-
},
|
|
3316
|
+
},
|
|
3317
|
+
tableName: {
|
|
3134
3318
|
serializedName: "properties.tableName",
|
|
3135
3319
|
type: {
|
|
3136
3320
|
name: "String",
|
|
3137
3321
|
},
|
|
3138
|
-
},
|
|
3322
|
+
},
|
|
3323
|
+
mappingRuleName: {
|
|
3139
3324
|
serializedName: "properties.mappingRuleName",
|
|
3140
3325
|
type: {
|
|
3141
3326
|
name: "String",
|
|
3142
3327
|
},
|
|
3143
|
-
},
|
|
3328
|
+
},
|
|
3329
|
+
dataFormat: {
|
|
3144
3330
|
serializedName: "properties.dataFormat",
|
|
3145
3331
|
type: {
|
|
3146
3332
|
name: "String",
|
|
3147
3333
|
},
|
|
3148
|
-
},
|
|
3334
|
+
},
|
|
3335
|
+
eventSystemProperties: {
|
|
3149
3336
|
serializedName: "properties.eventSystemProperties",
|
|
3150
3337
|
type: {
|
|
3151
3338
|
name: "Sequence",
|
|
@@ -3155,40 +3342,47 @@ export const EventHubDataConnection = {
|
|
|
3155
3342
|
},
|
|
3156
3343
|
},
|
|
3157
3344
|
},
|
|
3158
|
-
},
|
|
3345
|
+
},
|
|
3346
|
+
compression: {
|
|
3159
3347
|
defaultValue: "None",
|
|
3160
3348
|
serializedName: "properties.compression",
|
|
3161
3349
|
type: {
|
|
3162
3350
|
name: "String",
|
|
3163
3351
|
},
|
|
3164
|
-
},
|
|
3352
|
+
},
|
|
3353
|
+
provisioningState: {
|
|
3165
3354
|
serializedName: "properties.provisioningState",
|
|
3166
3355
|
readOnly: true,
|
|
3167
3356
|
type: {
|
|
3168
3357
|
name: "String",
|
|
3169
3358
|
},
|
|
3170
|
-
},
|
|
3359
|
+
},
|
|
3360
|
+
managedIdentityResourceId: {
|
|
3171
3361
|
serializedName: "properties.managedIdentityResourceId",
|
|
3172
3362
|
type: {
|
|
3173
3363
|
name: "String",
|
|
3174
3364
|
},
|
|
3175
|
-
},
|
|
3365
|
+
},
|
|
3366
|
+
managedIdentityObjectId: {
|
|
3176
3367
|
serializedName: "properties.managedIdentityObjectId",
|
|
3177
3368
|
readOnly: true,
|
|
3178
3369
|
type: {
|
|
3179
3370
|
name: "String",
|
|
3180
3371
|
},
|
|
3181
|
-
},
|
|
3372
|
+
},
|
|
3373
|
+
databaseRouting: {
|
|
3182
3374
|
serializedName: "properties.databaseRouting",
|
|
3183
3375
|
type: {
|
|
3184
3376
|
name: "String",
|
|
3185
3377
|
},
|
|
3186
|
-
},
|
|
3378
|
+
},
|
|
3379
|
+
retrievalStartDate: {
|
|
3187
3380
|
serializedName: "properties.retrievalStartDate",
|
|
3188
3381
|
type: {
|
|
3189
3382
|
name: "DateTime",
|
|
3190
3383
|
},
|
|
3191
|
-
}
|
|
3384
|
+
},
|
|
3385
|
+
},
|
|
3192
3386
|
},
|
|
3193
3387
|
};
|
|
3194
3388
|
export const IotHubDataConnection = {
|
|
@@ -3198,32 +3392,39 @@ export const IotHubDataConnection = {
|
|
|
3198
3392
|
className: "IotHubDataConnection",
|
|
3199
3393
|
uberParent: "DataConnection",
|
|
3200
3394
|
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
3201
|
-
modelProperties:
|
|
3395
|
+
modelProperties: {
|
|
3396
|
+
...DataConnection.type.modelProperties,
|
|
3397
|
+
iotHubResourceId: {
|
|
3202
3398
|
serializedName: "properties.iotHubResourceId",
|
|
3203
3399
|
type: {
|
|
3204
3400
|
name: "String",
|
|
3205
3401
|
},
|
|
3206
|
-
},
|
|
3402
|
+
},
|
|
3403
|
+
consumerGroup: {
|
|
3207
3404
|
serializedName: "properties.consumerGroup",
|
|
3208
3405
|
type: {
|
|
3209
3406
|
name: "String",
|
|
3210
3407
|
},
|
|
3211
|
-
},
|
|
3408
|
+
},
|
|
3409
|
+
tableName: {
|
|
3212
3410
|
serializedName: "properties.tableName",
|
|
3213
3411
|
type: {
|
|
3214
3412
|
name: "String",
|
|
3215
3413
|
},
|
|
3216
|
-
},
|
|
3414
|
+
},
|
|
3415
|
+
mappingRuleName: {
|
|
3217
3416
|
serializedName: "properties.mappingRuleName",
|
|
3218
3417
|
type: {
|
|
3219
3418
|
name: "String",
|
|
3220
3419
|
},
|
|
3221
|
-
},
|
|
3420
|
+
},
|
|
3421
|
+
dataFormat: {
|
|
3222
3422
|
serializedName: "properties.dataFormat",
|
|
3223
3423
|
type: {
|
|
3224
3424
|
name: "String",
|
|
3225
3425
|
},
|
|
3226
|
-
},
|
|
3426
|
+
},
|
|
3427
|
+
eventSystemProperties: {
|
|
3227
3428
|
serializedName: "properties.eventSystemProperties",
|
|
3228
3429
|
type: {
|
|
3229
3430
|
name: "Sequence",
|
|
@@ -3233,28 +3434,33 @@ export const IotHubDataConnection = {
|
|
|
3233
3434
|
},
|
|
3234
3435
|
},
|
|
3235
3436
|
},
|
|
3236
|
-
},
|
|
3437
|
+
},
|
|
3438
|
+
sharedAccessPolicyName: {
|
|
3237
3439
|
serializedName: "properties.sharedAccessPolicyName",
|
|
3238
3440
|
type: {
|
|
3239
3441
|
name: "String",
|
|
3240
3442
|
},
|
|
3241
|
-
},
|
|
3443
|
+
},
|
|
3444
|
+
databaseRouting: {
|
|
3242
3445
|
serializedName: "properties.databaseRouting",
|
|
3243
3446
|
type: {
|
|
3244
3447
|
name: "String",
|
|
3245
3448
|
},
|
|
3246
|
-
},
|
|
3449
|
+
},
|
|
3450
|
+
retrievalStartDate: {
|
|
3247
3451
|
serializedName: "properties.retrievalStartDate",
|
|
3248
3452
|
type: {
|
|
3249
3453
|
name: "DateTime",
|
|
3250
3454
|
},
|
|
3251
|
-
},
|
|
3455
|
+
},
|
|
3456
|
+
provisioningState: {
|
|
3252
3457
|
serializedName: "properties.provisioningState",
|
|
3253
3458
|
readOnly: true,
|
|
3254
3459
|
type: {
|
|
3255
3460
|
name: "String",
|
|
3256
3461
|
},
|
|
3257
|
-
}
|
|
3462
|
+
},
|
|
3463
|
+
},
|
|
3258
3464
|
},
|
|
3259
3465
|
};
|
|
3260
3466
|
export const EventGridDataConnection = {
|
|
@@ -3264,74 +3470,89 @@ export const EventGridDataConnection = {
|
|
|
3264
3470
|
className: "EventGridDataConnection",
|
|
3265
3471
|
uberParent: "DataConnection",
|
|
3266
3472
|
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
3267
|
-
modelProperties:
|
|
3473
|
+
modelProperties: {
|
|
3474
|
+
...DataConnection.type.modelProperties,
|
|
3475
|
+
storageAccountResourceId: {
|
|
3268
3476
|
serializedName: "properties.storageAccountResourceId",
|
|
3269
3477
|
type: {
|
|
3270
3478
|
name: "String",
|
|
3271
3479
|
},
|
|
3272
|
-
},
|
|
3480
|
+
},
|
|
3481
|
+
eventGridResourceId: {
|
|
3273
3482
|
serializedName: "properties.eventGridResourceId",
|
|
3274
3483
|
type: {
|
|
3275
3484
|
name: "String",
|
|
3276
3485
|
},
|
|
3277
|
-
},
|
|
3486
|
+
},
|
|
3487
|
+
eventHubResourceId: {
|
|
3278
3488
|
serializedName: "properties.eventHubResourceId",
|
|
3279
3489
|
type: {
|
|
3280
3490
|
name: "String",
|
|
3281
3491
|
},
|
|
3282
|
-
},
|
|
3492
|
+
},
|
|
3493
|
+
consumerGroup: {
|
|
3283
3494
|
serializedName: "properties.consumerGroup",
|
|
3284
3495
|
type: {
|
|
3285
3496
|
name: "String",
|
|
3286
3497
|
},
|
|
3287
|
-
},
|
|
3498
|
+
},
|
|
3499
|
+
tableName: {
|
|
3288
3500
|
serializedName: "properties.tableName",
|
|
3289
3501
|
type: {
|
|
3290
3502
|
name: "String",
|
|
3291
3503
|
},
|
|
3292
|
-
},
|
|
3504
|
+
},
|
|
3505
|
+
mappingRuleName: {
|
|
3293
3506
|
serializedName: "properties.mappingRuleName",
|
|
3294
3507
|
type: {
|
|
3295
3508
|
name: "String",
|
|
3296
3509
|
},
|
|
3297
|
-
},
|
|
3510
|
+
},
|
|
3511
|
+
dataFormat: {
|
|
3298
3512
|
serializedName: "properties.dataFormat",
|
|
3299
3513
|
type: {
|
|
3300
3514
|
name: "String",
|
|
3301
3515
|
},
|
|
3302
|
-
},
|
|
3516
|
+
},
|
|
3517
|
+
ignoreFirstRecord: {
|
|
3303
3518
|
serializedName: "properties.ignoreFirstRecord",
|
|
3304
3519
|
type: {
|
|
3305
3520
|
name: "Boolean",
|
|
3306
3521
|
},
|
|
3307
|
-
},
|
|
3522
|
+
},
|
|
3523
|
+
blobStorageEventType: {
|
|
3308
3524
|
serializedName: "properties.blobStorageEventType",
|
|
3309
3525
|
type: {
|
|
3310
3526
|
name: "String",
|
|
3311
3527
|
},
|
|
3312
|
-
},
|
|
3528
|
+
},
|
|
3529
|
+
managedIdentityResourceId: {
|
|
3313
3530
|
serializedName: "properties.managedIdentityResourceId",
|
|
3314
3531
|
type: {
|
|
3315
3532
|
name: "String",
|
|
3316
3533
|
},
|
|
3317
|
-
},
|
|
3534
|
+
},
|
|
3535
|
+
managedIdentityObjectId: {
|
|
3318
3536
|
serializedName: "properties.managedIdentityObjectId",
|
|
3319
3537
|
readOnly: true,
|
|
3320
3538
|
type: {
|
|
3321
3539
|
name: "String",
|
|
3322
3540
|
},
|
|
3323
|
-
},
|
|
3541
|
+
},
|
|
3542
|
+
databaseRouting: {
|
|
3324
3543
|
serializedName: "properties.databaseRouting",
|
|
3325
3544
|
type: {
|
|
3326
3545
|
name: "String",
|
|
3327
3546
|
},
|
|
3328
|
-
},
|
|
3547
|
+
},
|
|
3548
|
+
provisioningState: {
|
|
3329
3549
|
serializedName: "properties.provisioningState",
|
|
3330
3550
|
readOnly: true,
|
|
3331
3551
|
type: {
|
|
3332
3552
|
name: "String",
|
|
3333
3553
|
},
|
|
3334
|
-
}
|
|
3554
|
+
},
|
|
3555
|
+
},
|
|
3335
3556
|
},
|
|
3336
3557
|
};
|
|
3337
3558
|
export const CosmosDbDataConnection = {
|
|
@@ -3341,54 +3562,65 @@ export const CosmosDbDataConnection = {
|
|
|
3341
3562
|
className: "CosmosDbDataConnection",
|
|
3342
3563
|
uberParent: "DataConnection",
|
|
3343
3564
|
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
3344
|
-
modelProperties:
|
|
3565
|
+
modelProperties: {
|
|
3566
|
+
...DataConnection.type.modelProperties,
|
|
3567
|
+
tableName: {
|
|
3345
3568
|
serializedName: "properties.tableName",
|
|
3346
3569
|
type: {
|
|
3347
3570
|
name: "String",
|
|
3348
3571
|
},
|
|
3349
|
-
},
|
|
3572
|
+
},
|
|
3573
|
+
mappingRuleName: {
|
|
3350
3574
|
serializedName: "properties.mappingRuleName",
|
|
3351
3575
|
type: {
|
|
3352
3576
|
name: "String",
|
|
3353
3577
|
},
|
|
3354
|
-
},
|
|
3578
|
+
},
|
|
3579
|
+
managedIdentityResourceId: {
|
|
3355
3580
|
serializedName: "properties.managedIdentityResourceId",
|
|
3356
3581
|
type: {
|
|
3357
3582
|
name: "String",
|
|
3358
3583
|
},
|
|
3359
|
-
},
|
|
3584
|
+
},
|
|
3585
|
+
managedIdentityObjectId: {
|
|
3360
3586
|
serializedName: "properties.managedIdentityObjectId",
|
|
3361
3587
|
readOnly: true,
|
|
3362
3588
|
type: {
|
|
3363
3589
|
name: "String",
|
|
3364
3590
|
},
|
|
3365
|
-
},
|
|
3591
|
+
},
|
|
3592
|
+
cosmosDbAccountResourceId: {
|
|
3366
3593
|
serializedName: "properties.cosmosDbAccountResourceId",
|
|
3367
3594
|
type: {
|
|
3368
3595
|
name: "String",
|
|
3369
3596
|
},
|
|
3370
|
-
},
|
|
3597
|
+
},
|
|
3598
|
+
cosmosDbDatabase: {
|
|
3371
3599
|
serializedName: "properties.cosmosDbDatabase",
|
|
3372
3600
|
type: {
|
|
3373
3601
|
name: "String",
|
|
3374
3602
|
},
|
|
3375
|
-
},
|
|
3603
|
+
},
|
|
3604
|
+
cosmosDbContainer: {
|
|
3376
3605
|
serializedName: "properties.cosmosDbContainer",
|
|
3377
3606
|
type: {
|
|
3378
3607
|
name: "String",
|
|
3379
3608
|
},
|
|
3380
|
-
},
|
|
3609
|
+
},
|
|
3610
|
+
retrievalStartDate: {
|
|
3381
3611
|
serializedName: "properties.retrievalStartDate",
|
|
3382
3612
|
type: {
|
|
3383
3613
|
name: "DateTime",
|
|
3384
3614
|
},
|
|
3385
|
-
},
|
|
3615
|
+
},
|
|
3616
|
+
provisioningState: {
|
|
3386
3617
|
serializedName: "properties.provisioningState",
|
|
3387
3618
|
readOnly: true,
|
|
3388
3619
|
type: {
|
|
3389
3620
|
name: "String",
|
|
3390
3621
|
},
|
|
3391
|
-
}
|
|
3622
|
+
},
|
|
3623
|
+
},
|
|
3392
3624
|
},
|
|
3393
3625
|
};
|
|
3394
3626
|
export const ClustersUpdateHeaders = {
|