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