@azure/arm-search 3.2.0 → 3.3.0-beta.1
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/CHANGELOG.md +53 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +1805 -777
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/adminKeysGetSample.js +3 -3
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +54 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +3 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +8 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +2 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +1 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +3 -3
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +81 -19
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +68 -18
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +1 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +3 -3
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +508 -113
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +90 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1028 -411
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +85 -57
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/adminKeys.d.ts +5 -5
- package/dist-esm/src/operations/adminKeys.js +15 -15
- package/dist-esm/src/operations/adminKeys.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +289 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +19 -19
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +49 -49
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +10 -10
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/queryKeys.d.ts +12 -12
- package/dist-esm/src/operations/queryKeys.js +32 -32
- package/dist-esm/src/operations/queryKeys.js.map +1 -1
- package/dist-esm/src/operations/services.d.ts +17 -17
- package/dist-esm/src/operations/services.d.ts.map +1 -1
- package/dist-esm/src/operations/services.js +75 -75
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +21 -21
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +62 -62
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/usages.d.ts +2 -2
- package/dist-esm/src/operations/usages.js +13 -13
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/services.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/usages.d.ts +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/searchManagementClient.d.ts +3 -2
- package/dist-esm/src/searchManagementClient.d.ts.map +1 -1
- package/dist-esm/src/searchManagementClient.js +17 -15
- package/dist-esm/src/searchManagementClient.js.map +1 -1
- package/dist-esm/test/search_examples.js.map +1 -1
- package/package.json +12 -11
- package/review/arm-search.api.md +270 -6
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +573 -140
- package/src/models/mappers.ts +1217 -561
- package/src/models/parameters.ts +90 -58
- package/src/operations/adminKeys.ts +22 -24
- package/src/operations/index.ts +1 -0
- package/src/operations/networkSecurityPerimeterConfigurations.ts +400 -0
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +74 -77
- package/src/operations/privateLinkResources.ts +21 -22
- package/src/operations/queryKeys.ts +52 -55
- package/src/operations/services.ts +118 -126
- package/src/operations/sharedPrivateLinkResources.ts +103 -108
- package/src/operations/usages.ts +24 -25
- package/src/operationsInterfaces/adminKeys.ts +8 -8
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +90 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +20 -20
- package/src/operationsInterfaces/privateLinkResources.ts +4 -4
- package/src/operationsInterfaces/queryKeys.ts +11 -11
- package/src/operationsInterfaces/services.ts +26 -26
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +24 -24
- package/src/operationsInterfaces/usages.ts +3 -3
- package/src/pagingHelper.ts +1 -1
- package/src/searchManagementClient.ts +33 -28
- package/types/arm-search.d.ts +650 -171
- package/types/tsdoc-metadata.json +1 -1
package/src/models/mappers.ts
CHANGED
|
@@ -21,20 +21,20 @@ export const OperationListResult: coreClient.CompositeMapper = {
|
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "Operation"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
24
|
+
className: "Operation",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
31
|
readOnly: true,
|
|
32
32
|
type: {
|
|
33
|
-
name: "String"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
33
|
+
name: "String",
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
export const Operation: coreClient.CompositeMapper = {
|
|
@@ -46,18 +46,40 @@ export const Operation: coreClient.CompositeMapper = {
|
|
|
46
46
|
serializedName: "name",
|
|
47
47
|
readOnly: true,
|
|
48
48
|
type: {
|
|
49
|
-
name: "String"
|
|
50
|
-
}
|
|
49
|
+
name: "String",
|
|
50
|
+
},
|
|
51
51
|
},
|
|
52
52
|
display: {
|
|
53
53
|
serializedName: "display",
|
|
54
54
|
type: {
|
|
55
55
|
name: "Composite",
|
|
56
|
-
className: "OperationDisplay"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
className: "OperationDisplay",
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
isDataAction: {
|
|
60
|
+
serializedName: "isDataAction",
|
|
61
|
+
readOnly: true,
|
|
62
|
+
nullable: true,
|
|
63
|
+
type: {
|
|
64
|
+
name: "Boolean",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
origin: {
|
|
68
|
+
serializedName: "origin",
|
|
69
|
+
readOnly: true,
|
|
70
|
+
type: {
|
|
71
|
+
name: "String",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
properties: {
|
|
75
|
+
serializedName: "properties",
|
|
76
|
+
type: {
|
|
77
|
+
name: "Composite",
|
|
78
|
+
className: "OperationProperties",
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
},
|
|
61
83
|
};
|
|
62
84
|
|
|
63
85
|
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
@@ -69,32 +91,229 @@ export const OperationDisplay: coreClient.CompositeMapper = {
|
|
|
69
91
|
serializedName: "provider",
|
|
70
92
|
readOnly: true,
|
|
71
93
|
type: {
|
|
72
|
-
name: "String"
|
|
73
|
-
}
|
|
94
|
+
name: "String",
|
|
95
|
+
},
|
|
74
96
|
},
|
|
75
97
|
operation: {
|
|
76
98
|
serializedName: "operation",
|
|
77
99
|
readOnly: true,
|
|
78
100
|
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
101
|
+
name: "String",
|
|
102
|
+
},
|
|
81
103
|
},
|
|
82
104
|
resource: {
|
|
83
105
|
serializedName: "resource",
|
|
84
106
|
readOnly: true,
|
|
85
107
|
type: {
|
|
86
|
-
name: "String"
|
|
87
|
-
}
|
|
108
|
+
name: "String",
|
|
109
|
+
},
|
|
88
110
|
},
|
|
89
111
|
description: {
|
|
90
112
|
serializedName: "description",
|
|
91
113
|
readOnly: true,
|
|
92
114
|
type: {
|
|
93
|
-
name: "String"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
115
|
+
name: "String",
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
export const OperationProperties: coreClient.CompositeMapper = {
|
|
123
|
+
type: {
|
|
124
|
+
name: "Composite",
|
|
125
|
+
className: "OperationProperties",
|
|
126
|
+
modelProperties: {
|
|
127
|
+
serviceSpecification: {
|
|
128
|
+
serializedName: "serviceSpecification",
|
|
129
|
+
type: {
|
|
130
|
+
name: "Composite",
|
|
131
|
+
className: "OperationServiceSpecification",
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export const OperationServiceSpecification: coreClient.CompositeMapper = {
|
|
139
|
+
type: {
|
|
140
|
+
name: "Composite",
|
|
141
|
+
className: "OperationServiceSpecification",
|
|
142
|
+
modelProperties: {
|
|
143
|
+
metricSpecifications: {
|
|
144
|
+
serializedName: "metricSpecifications",
|
|
145
|
+
readOnly: true,
|
|
146
|
+
type: {
|
|
147
|
+
name: "Sequence",
|
|
148
|
+
element: {
|
|
149
|
+
type: {
|
|
150
|
+
name: "Composite",
|
|
151
|
+
className: "OperationMetricsSpecification",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
logSpecifications: {
|
|
157
|
+
serializedName: "logSpecifications",
|
|
158
|
+
readOnly: true,
|
|
159
|
+
type: {
|
|
160
|
+
name: "Sequence",
|
|
161
|
+
element: {
|
|
162
|
+
type: {
|
|
163
|
+
name: "Composite",
|
|
164
|
+
className: "OperationLogsSpecification",
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
export const OperationMetricsSpecification: coreClient.CompositeMapper = {
|
|
174
|
+
type: {
|
|
175
|
+
name: "Composite",
|
|
176
|
+
className: "OperationMetricsSpecification",
|
|
177
|
+
modelProperties: {
|
|
178
|
+
name: {
|
|
179
|
+
serializedName: "name",
|
|
180
|
+
readOnly: true,
|
|
181
|
+
type: {
|
|
182
|
+
name: "String",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
displayName: {
|
|
186
|
+
serializedName: "displayName",
|
|
187
|
+
readOnly: true,
|
|
188
|
+
type: {
|
|
189
|
+
name: "String",
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
displayDescription: {
|
|
193
|
+
serializedName: "displayDescription",
|
|
194
|
+
readOnly: true,
|
|
195
|
+
type: {
|
|
196
|
+
name: "String",
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
unit: {
|
|
200
|
+
serializedName: "unit",
|
|
201
|
+
readOnly: true,
|
|
202
|
+
type: {
|
|
203
|
+
name: "String",
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
aggregationType: {
|
|
207
|
+
serializedName: "aggregationType",
|
|
208
|
+
readOnly: true,
|
|
209
|
+
type: {
|
|
210
|
+
name: "String",
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
dimensions: {
|
|
214
|
+
serializedName: "dimensions",
|
|
215
|
+
readOnly: true,
|
|
216
|
+
type: {
|
|
217
|
+
name: "Sequence",
|
|
218
|
+
element: {
|
|
219
|
+
type: {
|
|
220
|
+
name: "Composite",
|
|
221
|
+
className: "OperationMetricDimension",
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
availabilities: {
|
|
227
|
+
serializedName: "availabilities",
|
|
228
|
+
readOnly: true,
|
|
229
|
+
type: {
|
|
230
|
+
name: "Sequence",
|
|
231
|
+
element: {
|
|
232
|
+
type: {
|
|
233
|
+
name: "Composite",
|
|
234
|
+
className: "OperationAvailability",
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
export const OperationMetricDimension: coreClient.CompositeMapper = {
|
|
244
|
+
type: {
|
|
245
|
+
name: "Composite",
|
|
246
|
+
className: "OperationMetricDimension",
|
|
247
|
+
modelProperties: {
|
|
248
|
+
name: {
|
|
249
|
+
serializedName: "name",
|
|
250
|
+
readOnly: true,
|
|
251
|
+
type: {
|
|
252
|
+
name: "String",
|
|
253
|
+
},
|
|
254
|
+
},
|
|
255
|
+
displayName: {
|
|
256
|
+
serializedName: "displayName",
|
|
257
|
+
readOnly: true,
|
|
258
|
+
type: {
|
|
259
|
+
name: "String",
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
export const OperationAvailability: coreClient.CompositeMapper = {
|
|
267
|
+
type: {
|
|
268
|
+
name: "Composite",
|
|
269
|
+
className: "OperationAvailability",
|
|
270
|
+
modelProperties: {
|
|
271
|
+
timeGrain: {
|
|
272
|
+
serializedName: "timeGrain",
|
|
273
|
+
readOnly: true,
|
|
274
|
+
type: {
|
|
275
|
+
name: "String",
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
blobDuration: {
|
|
279
|
+
serializedName: "blobDuration",
|
|
280
|
+
readOnly: true,
|
|
281
|
+
type: {
|
|
282
|
+
name: "String",
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
export const OperationLogsSpecification: coreClient.CompositeMapper = {
|
|
290
|
+
type: {
|
|
291
|
+
name: "Composite",
|
|
292
|
+
className: "OperationLogsSpecification",
|
|
293
|
+
modelProperties: {
|
|
294
|
+
name: {
|
|
295
|
+
serializedName: "name",
|
|
296
|
+
readOnly: true,
|
|
297
|
+
type: {
|
|
298
|
+
name: "String",
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
displayName: {
|
|
302
|
+
serializedName: "displayName",
|
|
303
|
+
readOnly: true,
|
|
304
|
+
type: {
|
|
305
|
+
name: "String",
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
blobDuration: {
|
|
309
|
+
serializedName: "blobDuration",
|
|
310
|
+
readOnly: true,
|
|
311
|
+
type: {
|
|
312
|
+
name: "String",
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
},
|
|
98
317
|
};
|
|
99
318
|
|
|
100
319
|
export const CloudError: coreClient.CompositeMapper = {
|
|
@@ -106,11 +325,17 @@ export const CloudError: coreClient.CompositeMapper = {
|
|
|
106
325
|
serializedName: "error",
|
|
107
326
|
type: {
|
|
108
327
|
name: "Composite",
|
|
109
|
-
className: "CloudErrorBody"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
328
|
+
className: "CloudErrorBody",
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
message: {
|
|
332
|
+
serializedName: "message",
|
|
333
|
+
type: {
|
|
334
|
+
name: "String",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
},
|
|
114
339
|
};
|
|
115
340
|
|
|
116
341
|
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
@@ -121,20 +346,20 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
121
346
|
code: {
|
|
122
347
|
serializedName: "code",
|
|
123
348
|
type: {
|
|
124
|
-
name: "String"
|
|
125
|
-
}
|
|
349
|
+
name: "String",
|
|
350
|
+
},
|
|
126
351
|
},
|
|
127
352
|
message: {
|
|
128
353
|
serializedName: "message",
|
|
129
354
|
type: {
|
|
130
|
-
name: "String"
|
|
131
|
-
}
|
|
355
|
+
name: "String",
|
|
356
|
+
},
|
|
132
357
|
},
|
|
133
358
|
target: {
|
|
134
359
|
serializedName: "target",
|
|
135
360
|
type: {
|
|
136
|
-
name: "String"
|
|
137
|
-
}
|
|
361
|
+
name: "String",
|
|
362
|
+
},
|
|
138
363
|
},
|
|
139
364
|
details: {
|
|
140
365
|
serializedName: "details",
|
|
@@ -143,13 +368,13 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
143
368
|
element: {
|
|
144
369
|
type: {
|
|
145
370
|
name: "Composite",
|
|
146
|
-
className: "CloudErrorBody"
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
371
|
+
className: "CloudErrorBody",
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
},
|
|
153
378
|
};
|
|
154
379
|
|
|
155
380
|
export const AdminKeyResult: coreClient.CompositeMapper = {
|
|
@@ -161,18 +386,18 @@ export const AdminKeyResult: coreClient.CompositeMapper = {
|
|
|
161
386
|
serializedName: "primaryKey",
|
|
162
387
|
readOnly: true,
|
|
163
388
|
type: {
|
|
164
|
-
name: "String"
|
|
165
|
-
}
|
|
389
|
+
name: "String",
|
|
390
|
+
},
|
|
166
391
|
},
|
|
167
392
|
secondaryKey: {
|
|
168
393
|
serializedName: "secondaryKey",
|
|
169
394
|
readOnly: true,
|
|
170
395
|
type: {
|
|
171
|
-
name: "String"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
396
|
+
name: "String",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
|
+
},
|
|
176
401
|
};
|
|
177
402
|
|
|
178
403
|
export const QueryKey: coreClient.CompositeMapper = {
|
|
@@ -184,18 +409,18 @@ export const QueryKey: coreClient.CompositeMapper = {
|
|
|
184
409
|
serializedName: "name",
|
|
185
410
|
readOnly: true,
|
|
186
411
|
type: {
|
|
187
|
-
name: "String"
|
|
188
|
-
}
|
|
412
|
+
name: "String",
|
|
413
|
+
},
|
|
189
414
|
},
|
|
190
415
|
key: {
|
|
191
416
|
serializedName: "key",
|
|
192
417
|
readOnly: true,
|
|
193
418
|
type: {
|
|
194
|
-
name: "String"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
419
|
+
name: "String",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
},
|
|
199
424
|
};
|
|
200
425
|
|
|
201
426
|
export const ListQueryKeysResult: coreClient.CompositeMapper = {
|
|
@@ -211,20 +436,20 @@ export const ListQueryKeysResult: coreClient.CompositeMapper = {
|
|
|
211
436
|
element: {
|
|
212
437
|
type: {
|
|
213
438
|
name: "Composite",
|
|
214
|
-
className: "QueryKey"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
439
|
+
className: "QueryKey",
|
|
440
|
+
},
|
|
441
|
+
},
|
|
442
|
+
},
|
|
218
443
|
},
|
|
219
444
|
nextLink: {
|
|
220
445
|
serializedName: "nextLink",
|
|
221
446
|
readOnly: true,
|
|
222
447
|
type: {
|
|
223
|
-
name: "String"
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
}
|
|
448
|
+
name: "String",
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
},
|
|
452
|
+
},
|
|
228
453
|
};
|
|
229
454
|
|
|
230
455
|
export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
@@ -239,13 +464,19 @@ export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
|
239
464
|
element: {
|
|
240
465
|
type: {
|
|
241
466
|
name: "Composite",
|
|
242
|
-
className: "IpRule"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
467
|
+
className: "IpRule",
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
},
|
|
471
|
+
},
|
|
472
|
+
bypass: {
|
|
473
|
+
serializedName: "bypass",
|
|
474
|
+
type: {
|
|
475
|
+
name: "String",
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
},
|
|
479
|
+
},
|
|
249
480
|
};
|
|
250
481
|
|
|
251
482
|
export const IpRule: coreClient.CompositeMapper = {
|
|
@@ -256,11 +487,11 @@ export const IpRule: coreClient.CompositeMapper = {
|
|
|
256
487
|
value: {
|
|
257
488
|
serializedName: "value",
|
|
258
489
|
type: {
|
|
259
|
-
name: "String"
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
490
|
+
name: "String",
|
|
491
|
+
},
|
|
492
|
+
},
|
|
493
|
+
},
|
|
494
|
+
},
|
|
264
495
|
};
|
|
265
496
|
|
|
266
497
|
export const EncryptionWithCmk: coreClient.CompositeMapper = {
|
|
@@ -272,19 +503,19 @@ export const EncryptionWithCmk: coreClient.CompositeMapper = {
|
|
|
272
503
|
serializedName: "enforcement",
|
|
273
504
|
type: {
|
|
274
505
|
name: "Enum",
|
|
275
|
-
allowedValues: ["Disabled", "Enabled", "Unspecified"]
|
|
276
|
-
}
|
|
506
|
+
allowedValues: ["Disabled", "Enabled", "Unspecified"],
|
|
507
|
+
},
|
|
277
508
|
},
|
|
278
509
|
encryptionComplianceStatus: {
|
|
279
510
|
serializedName: "encryptionComplianceStatus",
|
|
280
511
|
readOnly: true,
|
|
281
512
|
type: {
|
|
282
513
|
name: "Enum",
|
|
283
|
-
allowedValues: ["Compliant", "NonCompliant"]
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
}
|
|
514
|
+
allowedValues: ["Compliant", "NonCompliant"],
|
|
515
|
+
},
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
},
|
|
288
519
|
};
|
|
289
520
|
|
|
290
521
|
export const DataPlaneAuthOptions: coreClient.CompositeMapper = {
|
|
@@ -296,18 +527,18 @@ export const DataPlaneAuthOptions: coreClient.CompositeMapper = {
|
|
|
296
527
|
serializedName: "apiKeyOnly",
|
|
297
528
|
type: {
|
|
298
529
|
name: "Dictionary",
|
|
299
|
-
value: { type: { name: "any" } }
|
|
300
|
-
}
|
|
530
|
+
value: { type: { name: "any" } },
|
|
531
|
+
},
|
|
301
532
|
},
|
|
302
533
|
aadOrApiKey: {
|
|
303
534
|
serializedName: "aadOrApiKey",
|
|
304
535
|
type: {
|
|
305
536
|
name: "Composite",
|
|
306
|
-
className: "DataPlaneAadOrApiKeyAuthOption"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
537
|
+
className: "DataPlaneAadOrApiKeyAuthOption",
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
},
|
|
311
542
|
};
|
|
312
543
|
|
|
313
544
|
export const DataPlaneAadOrApiKeyAuthOption: coreClient.CompositeMapper = {
|
|
@@ -319,11 +550,11 @@ export const DataPlaneAadOrApiKeyAuthOption: coreClient.CompositeMapper = {
|
|
|
319
550
|
serializedName: "aadAuthFailureMode",
|
|
320
551
|
type: {
|
|
321
552
|
name: "Enum",
|
|
322
|
-
allowedValues: ["http403", "http401WithBearerChallenge"]
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
}
|
|
553
|
+
allowedValues: ["http403", "http401WithBearerChallenge"],
|
|
554
|
+
},
|
|
555
|
+
},
|
|
556
|
+
},
|
|
557
|
+
},
|
|
327
558
|
};
|
|
328
559
|
|
|
329
560
|
export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
@@ -335,77 +566,79 @@ export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
|
335
566
|
serializedName: "privateEndpoint",
|
|
336
567
|
type: {
|
|
337
568
|
name: "Composite",
|
|
338
|
-
className: "PrivateEndpointConnectionPropertiesPrivateEndpoint"
|
|
339
|
-
}
|
|
569
|
+
className: "PrivateEndpointConnectionPropertiesPrivateEndpoint",
|
|
570
|
+
},
|
|
340
571
|
},
|
|
341
572
|
privateLinkServiceConnectionState: {
|
|
342
573
|
serializedName: "privateLinkServiceConnectionState",
|
|
343
574
|
type: {
|
|
344
575
|
name: "Composite",
|
|
345
576
|
className:
|
|
346
|
-
"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState"
|
|
347
|
-
}
|
|
577
|
+
"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState",
|
|
578
|
+
},
|
|
348
579
|
},
|
|
349
580
|
groupId: {
|
|
350
581
|
serializedName: "groupId",
|
|
351
582
|
type: {
|
|
352
|
-
name: "String"
|
|
353
|
-
}
|
|
583
|
+
name: "String",
|
|
584
|
+
},
|
|
354
585
|
},
|
|
355
586
|
provisioningState: {
|
|
356
587
|
serializedName: "provisioningState",
|
|
357
588
|
type: {
|
|
358
|
-
name: "String"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
};
|
|
364
|
-
|
|
365
|
-
export const PrivateEndpointConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper = {
|
|
366
|
-
type: {
|
|
367
|
-
name: "Composite",
|
|
368
|
-
className: "PrivateEndpointConnectionPropertiesPrivateEndpoint",
|
|
369
|
-
modelProperties: {
|
|
370
|
-
id: {
|
|
371
|
-
serializedName: "id",
|
|
372
|
-
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
589
|
+
name: "String",
|
|
590
|
+
},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
593
|
+
},
|
|
378
594
|
};
|
|
379
595
|
|
|
380
|
-
export const
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
596
|
+
export const PrivateEndpointConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper =
|
|
597
|
+
{
|
|
598
|
+
type: {
|
|
599
|
+
name: "Composite",
|
|
600
|
+
className: "PrivateEndpointConnectionPropertiesPrivateEndpoint",
|
|
601
|
+
modelProperties: {
|
|
602
|
+
id: {
|
|
603
|
+
serializedName: "id",
|
|
604
|
+
type: {
|
|
605
|
+
name: "String",
|
|
606
|
+
},
|
|
607
|
+
},
|
|
392
608
|
},
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
609
|
+
},
|
|
610
|
+
};
|
|
611
|
+
|
|
612
|
+
export const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper =
|
|
613
|
+
{
|
|
614
|
+
type: {
|
|
615
|
+
name: "Composite",
|
|
616
|
+
className:
|
|
617
|
+
"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState",
|
|
618
|
+
modelProperties: {
|
|
619
|
+
status: {
|
|
620
|
+
serializedName: "status",
|
|
621
|
+
type: {
|
|
622
|
+
name: "Enum",
|
|
623
|
+
allowedValues: ["Pending", "Approved", "Rejected", "Disconnected"],
|
|
624
|
+
},
|
|
625
|
+
},
|
|
626
|
+
description: {
|
|
627
|
+
serializedName: "description",
|
|
628
|
+
type: {
|
|
629
|
+
name: "String",
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
actionsRequired: {
|
|
633
|
+
defaultValue: "None",
|
|
634
|
+
serializedName: "actionsRequired",
|
|
635
|
+
type: {
|
|
636
|
+
name: "String",
|
|
637
|
+
},
|
|
638
|
+
},
|
|
398
639
|
},
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
serializedName: "actionsRequired",
|
|
402
|
-
type: {
|
|
403
|
-
name: "String"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
};
|
|
640
|
+
},
|
|
641
|
+
};
|
|
409
642
|
|
|
410
643
|
export const Resource: coreClient.CompositeMapper = {
|
|
411
644
|
type: {
|
|
@@ -416,25 +649,25 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
416
649
|
serializedName: "id",
|
|
417
650
|
readOnly: true,
|
|
418
651
|
type: {
|
|
419
|
-
name: "String"
|
|
420
|
-
}
|
|
652
|
+
name: "String",
|
|
653
|
+
},
|
|
421
654
|
},
|
|
422
655
|
name: {
|
|
423
656
|
serializedName: "name",
|
|
424
657
|
readOnly: true,
|
|
425
658
|
type: {
|
|
426
|
-
name: "String"
|
|
427
|
-
}
|
|
659
|
+
name: "String",
|
|
660
|
+
},
|
|
428
661
|
},
|
|
429
662
|
type: {
|
|
430
663
|
serializedName: "type",
|
|
431
664
|
readOnly: true,
|
|
432
665
|
type: {
|
|
433
|
-
name: "String"
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
}
|
|
666
|
+
name: "String",
|
|
667
|
+
},
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
},
|
|
438
671
|
};
|
|
439
672
|
|
|
440
673
|
export const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
@@ -445,49 +678,41 @@ export const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
|
445
678
|
privateLinkResourceId: {
|
|
446
679
|
serializedName: "privateLinkResourceId",
|
|
447
680
|
type: {
|
|
448
|
-
name: "String"
|
|
449
|
-
}
|
|
681
|
+
name: "String",
|
|
682
|
+
},
|
|
450
683
|
},
|
|
451
684
|
groupId: {
|
|
452
685
|
serializedName: "groupId",
|
|
453
686
|
type: {
|
|
454
|
-
name: "String"
|
|
455
|
-
}
|
|
687
|
+
name: "String",
|
|
688
|
+
},
|
|
456
689
|
},
|
|
457
690
|
requestMessage: {
|
|
458
691
|
serializedName: "requestMessage",
|
|
459
692
|
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
693
|
+
name: "String",
|
|
694
|
+
},
|
|
462
695
|
},
|
|
463
696
|
resourceRegion: {
|
|
464
697
|
serializedName: "resourceRegion",
|
|
465
698
|
type: {
|
|
466
|
-
name: "String"
|
|
467
|
-
}
|
|
699
|
+
name: "String",
|
|
700
|
+
},
|
|
468
701
|
},
|
|
469
702
|
status: {
|
|
470
703
|
serializedName: "status",
|
|
471
704
|
type: {
|
|
472
|
-
name: "
|
|
473
|
-
|
|
474
|
-
}
|
|
705
|
+
name: "String",
|
|
706
|
+
},
|
|
475
707
|
},
|
|
476
708
|
provisioningState: {
|
|
477
709
|
serializedName: "provisioningState",
|
|
478
710
|
type: {
|
|
479
|
-
name: "
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"Succeeded",
|
|
485
|
-
"Incomplete"
|
|
486
|
-
]
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
711
|
+
name: "String",
|
|
712
|
+
},
|
|
713
|
+
},
|
|
714
|
+
},
|
|
715
|
+
},
|
|
491
716
|
};
|
|
492
717
|
|
|
493
718
|
export const Sku: coreClient.CompositeMapper = {
|
|
@@ -498,20 +723,11 @@ export const Sku: coreClient.CompositeMapper = {
|
|
|
498
723
|
name: {
|
|
499
724
|
serializedName: "name",
|
|
500
725
|
type: {
|
|
501
|
-
name: "
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
"standard2",
|
|
507
|
-
"standard3",
|
|
508
|
-
"storage_optimized_l1",
|
|
509
|
-
"storage_optimized_l2"
|
|
510
|
-
]
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
}
|
|
726
|
+
name: "String",
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
},
|
|
515
731
|
};
|
|
516
732
|
|
|
517
733
|
export const Identity: coreClient.CompositeMapper = {
|
|
@@ -523,26 +739,60 @@ export const Identity: coreClient.CompositeMapper = {
|
|
|
523
739
|
serializedName: "principalId",
|
|
524
740
|
readOnly: true,
|
|
525
741
|
type: {
|
|
526
|
-
name: "String"
|
|
527
|
-
}
|
|
742
|
+
name: "String",
|
|
743
|
+
},
|
|
528
744
|
},
|
|
529
745
|
tenantId: {
|
|
530
746
|
serializedName: "tenantId",
|
|
531
747
|
readOnly: true,
|
|
532
748
|
type: {
|
|
533
|
-
name: "String"
|
|
534
|
-
}
|
|
749
|
+
name: "String",
|
|
750
|
+
},
|
|
535
751
|
},
|
|
536
752
|
type: {
|
|
537
753
|
serializedName: "type",
|
|
538
754
|
required: true,
|
|
539
755
|
type: {
|
|
540
|
-
name: "
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
756
|
+
name: "String",
|
|
757
|
+
},
|
|
758
|
+
},
|
|
759
|
+
userAssignedIdentities: {
|
|
760
|
+
serializedName: "userAssignedIdentities",
|
|
761
|
+
type: {
|
|
762
|
+
name: "Dictionary",
|
|
763
|
+
value: {
|
|
764
|
+
type: {
|
|
765
|
+
name: "Composite",
|
|
766
|
+
className: "UserAssignedManagedIdentity",
|
|
767
|
+
},
|
|
768
|
+
},
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
export const UserAssignedManagedIdentity: coreClient.CompositeMapper = {
|
|
776
|
+
type: {
|
|
777
|
+
name: "Composite",
|
|
778
|
+
className: "UserAssignedManagedIdentity",
|
|
779
|
+
modelProperties: {
|
|
780
|
+
principalId: {
|
|
781
|
+
serializedName: "principalId",
|
|
782
|
+
readOnly: true,
|
|
783
|
+
type: {
|
|
784
|
+
name: "String",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
clientId: {
|
|
788
|
+
serializedName: "clientId",
|
|
789
|
+
readOnly: true,
|
|
790
|
+
type: {
|
|
791
|
+
name: "String",
|
|
792
|
+
},
|
|
793
|
+
},
|
|
794
|
+
},
|
|
795
|
+
},
|
|
546
796
|
};
|
|
547
797
|
|
|
548
798
|
export const SearchServiceListResult: coreClient.CompositeMapper = {
|
|
@@ -558,20 +808,20 @@ export const SearchServiceListResult: coreClient.CompositeMapper = {
|
|
|
558
808
|
element: {
|
|
559
809
|
type: {
|
|
560
810
|
name: "Composite",
|
|
561
|
-
className: "SearchService"
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
811
|
+
className: "SearchService",
|
|
812
|
+
},
|
|
813
|
+
},
|
|
814
|
+
},
|
|
565
815
|
},
|
|
566
816
|
nextLink: {
|
|
567
817
|
serializedName: "nextLink",
|
|
568
818
|
readOnly: true,
|
|
569
819
|
type: {
|
|
570
|
-
name: "String"
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
}
|
|
820
|
+
name: "String",
|
|
821
|
+
},
|
|
822
|
+
},
|
|
823
|
+
},
|
|
824
|
+
},
|
|
575
825
|
};
|
|
576
826
|
|
|
577
827
|
export const PrivateLinkResourcesResult: coreClient.CompositeMapper = {
|
|
@@ -587,13 +837,13 @@ export const PrivateLinkResourcesResult: coreClient.CompositeMapper = {
|
|
|
587
837
|
element: {
|
|
588
838
|
type: {
|
|
589
839
|
name: "Composite",
|
|
590
|
-
className: "PrivateLinkResource"
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
}
|
|
840
|
+
className: "PrivateLinkResource",
|
|
841
|
+
},
|
|
842
|
+
},
|
|
843
|
+
},
|
|
844
|
+
},
|
|
845
|
+
},
|
|
846
|
+
},
|
|
597
847
|
};
|
|
598
848
|
|
|
599
849
|
export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
@@ -605,8 +855,8 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
|
605
855
|
serializedName: "groupId",
|
|
606
856
|
readOnly: true,
|
|
607
857
|
type: {
|
|
608
|
-
name: "String"
|
|
609
|
-
}
|
|
858
|
+
name: "String",
|
|
859
|
+
},
|
|
610
860
|
},
|
|
611
861
|
requiredMembers: {
|
|
612
862
|
serializedName: "requiredMembers",
|
|
@@ -615,10 +865,10 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
|
615
865
|
name: "Sequence",
|
|
616
866
|
element: {
|
|
617
867
|
type: {
|
|
618
|
-
name: "String"
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
868
|
+
name: "String",
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
},
|
|
622
872
|
},
|
|
623
873
|
requiredZoneNames: {
|
|
624
874
|
serializedName: "requiredZoneNames",
|
|
@@ -627,10 +877,10 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
|
627
877
|
name: "Sequence",
|
|
628
878
|
element: {
|
|
629
879
|
type: {
|
|
630
|
-
name: "String"
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
}
|
|
880
|
+
name: "String",
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
},
|
|
634
884
|
},
|
|
635
885
|
shareablePrivateLinkResourceTypes: {
|
|
636
886
|
serializedName: "shareablePrivateLinkResourceTypes",
|
|
@@ -640,267 +890,560 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
|
640
890
|
element: {
|
|
641
891
|
type: {
|
|
642
892
|
name: "Composite",
|
|
643
|
-
className: "ShareablePrivateLinkResourceType"
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
}
|
|
893
|
+
className: "ShareablePrivateLinkResourceType",
|
|
894
|
+
},
|
|
895
|
+
},
|
|
896
|
+
},
|
|
897
|
+
},
|
|
898
|
+
},
|
|
899
|
+
},
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
export const ShareablePrivateLinkResourceType: coreClient.CompositeMapper = {
|
|
903
|
+
type: {
|
|
904
|
+
name: "Composite",
|
|
905
|
+
className: "ShareablePrivateLinkResourceType",
|
|
906
|
+
modelProperties: {
|
|
907
|
+
name: {
|
|
908
|
+
serializedName: "name",
|
|
909
|
+
readOnly: true,
|
|
910
|
+
type: {
|
|
911
|
+
name: "String",
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
properties: {
|
|
915
|
+
serializedName: "properties",
|
|
916
|
+
type: {
|
|
917
|
+
name: "Composite",
|
|
918
|
+
className: "ShareablePrivateLinkResourceProperties",
|
|
919
|
+
},
|
|
920
|
+
},
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
};
|
|
924
|
+
|
|
925
|
+
export const ShareablePrivateLinkResourceProperties: coreClient.CompositeMapper =
|
|
926
|
+
{
|
|
927
|
+
type: {
|
|
928
|
+
name: "Composite",
|
|
929
|
+
className: "ShareablePrivateLinkResourceProperties",
|
|
930
|
+
modelProperties: {
|
|
931
|
+
type: {
|
|
932
|
+
serializedName: "type",
|
|
933
|
+
readOnly: true,
|
|
934
|
+
type: {
|
|
935
|
+
name: "String",
|
|
936
|
+
},
|
|
937
|
+
},
|
|
938
|
+
groupId: {
|
|
939
|
+
serializedName: "groupId",
|
|
940
|
+
readOnly: true,
|
|
941
|
+
type: {
|
|
942
|
+
name: "String",
|
|
943
|
+
},
|
|
944
|
+
},
|
|
945
|
+
description: {
|
|
946
|
+
serializedName: "description",
|
|
947
|
+
readOnly: true,
|
|
948
|
+
type: {
|
|
949
|
+
name: "String",
|
|
950
|
+
},
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
957
|
+
type: {
|
|
958
|
+
name: "Composite",
|
|
959
|
+
className: "PrivateEndpointConnectionListResult",
|
|
960
|
+
modelProperties: {
|
|
961
|
+
value: {
|
|
962
|
+
serializedName: "value",
|
|
963
|
+
readOnly: true,
|
|
964
|
+
type: {
|
|
965
|
+
name: "Sequence",
|
|
966
|
+
element: {
|
|
967
|
+
type: {
|
|
968
|
+
name: "Composite",
|
|
969
|
+
className: "PrivateEndpointConnection",
|
|
970
|
+
},
|
|
971
|
+
},
|
|
972
|
+
},
|
|
973
|
+
},
|
|
974
|
+
nextLink: {
|
|
975
|
+
serializedName: "nextLink",
|
|
976
|
+
readOnly: true,
|
|
977
|
+
type: {
|
|
978
|
+
name: "String",
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
},
|
|
982
|
+
},
|
|
983
|
+
};
|
|
984
|
+
|
|
985
|
+
export const SharedPrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
986
|
+
type: {
|
|
987
|
+
name: "Composite",
|
|
988
|
+
className: "SharedPrivateLinkResourceListResult",
|
|
989
|
+
modelProperties: {
|
|
990
|
+
value: {
|
|
991
|
+
serializedName: "value",
|
|
992
|
+
readOnly: true,
|
|
993
|
+
type: {
|
|
994
|
+
name: "Sequence",
|
|
995
|
+
element: {
|
|
996
|
+
type: {
|
|
997
|
+
name: "Composite",
|
|
998
|
+
className: "SharedPrivateLinkResource",
|
|
999
|
+
},
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
nextLink: {
|
|
1004
|
+
serializedName: "nextLink",
|
|
1005
|
+
type: {
|
|
1006
|
+
name: "String",
|
|
1007
|
+
},
|
|
1008
|
+
},
|
|
1009
|
+
},
|
|
1010
|
+
},
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
|
|
1014
|
+
type: {
|
|
1015
|
+
name: "Composite",
|
|
1016
|
+
className: "CheckNameAvailabilityInput",
|
|
1017
|
+
modelProperties: {
|
|
1018
|
+
name: {
|
|
1019
|
+
serializedName: "name",
|
|
1020
|
+
required: true,
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "String",
|
|
1023
|
+
},
|
|
1024
|
+
},
|
|
1025
|
+
typeParam: {
|
|
1026
|
+
defaultValue: "searchServices",
|
|
1027
|
+
isConstant: true,
|
|
1028
|
+
serializedName: "type",
|
|
1029
|
+
type: {
|
|
1030
|
+
name: "String",
|
|
1031
|
+
},
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
1034
|
+
},
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1037
|
+
export const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {
|
|
1038
|
+
type: {
|
|
1039
|
+
name: "Composite",
|
|
1040
|
+
className: "CheckNameAvailabilityOutput",
|
|
1041
|
+
modelProperties: {
|
|
1042
|
+
isNameAvailable: {
|
|
1043
|
+
serializedName: "nameAvailable",
|
|
1044
|
+
readOnly: true,
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "Boolean",
|
|
1047
|
+
},
|
|
1048
|
+
},
|
|
1049
|
+
reason: {
|
|
1050
|
+
serializedName: "reason",
|
|
1051
|
+
readOnly: true,
|
|
1052
|
+
type: {
|
|
1053
|
+
name: "String",
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
1056
|
+
message: {
|
|
1057
|
+
serializedName: "message",
|
|
1058
|
+
readOnly: true,
|
|
1059
|
+
type: {
|
|
1060
|
+
name: "String",
|
|
1061
|
+
},
|
|
1062
|
+
},
|
|
1063
|
+
},
|
|
1064
|
+
},
|
|
1065
|
+
};
|
|
1066
|
+
|
|
1067
|
+
export const QuotaUsagesListResult: coreClient.CompositeMapper = {
|
|
1068
|
+
type: {
|
|
1069
|
+
name: "Composite",
|
|
1070
|
+
className: "QuotaUsagesListResult",
|
|
1071
|
+
modelProperties: {
|
|
1072
|
+
value: {
|
|
1073
|
+
serializedName: "value",
|
|
1074
|
+
readOnly: true,
|
|
1075
|
+
type: {
|
|
1076
|
+
name: "Sequence",
|
|
1077
|
+
element: {
|
|
1078
|
+
type: {
|
|
1079
|
+
name: "Composite",
|
|
1080
|
+
className: "QuotaUsageResult",
|
|
1081
|
+
},
|
|
1082
|
+
},
|
|
1083
|
+
},
|
|
1084
|
+
},
|
|
1085
|
+
nextLink: {
|
|
1086
|
+
serializedName: "nextLink",
|
|
1087
|
+
readOnly: true,
|
|
1088
|
+
type: {
|
|
1089
|
+
name: "String",
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
|
+
},
|
|
1094
|
+
};
|
|
1095
|
+
|
|
1096
|
+
export const QuotaUsageResult: coreClient.CompositeMapper = {
|
|
1097
|
+
type: {
|
|
1098
|
+
name: "Composite",
|
|
1099
|
+
className: "QuotaUsageResult",
|
|
1100
|
+
modelProperties: {
|
|
1101
|
+
id: {
|
|
1102
|
+
serializedName: "id",
|
|
1103
|
+
type: {
|
|
1104
|
+
name: "String",
|
|
1105
|
+
},
|
|
1106
|
+
},
|
|
1107
|
+
unit: {
|
|
1108
|
+
serializedName: "unit",
|
|
1109
|
+
type: {
|
|
1110
|
+
name: "String",
|
|
1111
|
+
},
|
|
1112
|
+
},
|
|
1113
|
+
currentValue: {
|
|
1114
|
+
serializedName: "currentValue",
|
|
1115
|
+
type: {
|
|
1116
|
+
name: "Number",
|
|
1117
|
+
},
|
|
1118
|
+
},
|
|
1119
|
+
limit: {
|
|
1120
|
+
serializedName: "limit",
|
|
1121
|
+
type: {
|
|
1122
|
+
name: "Number",
|
|
1123
|
+
},
|
|
1124
|
+
},
|
|
1125
|
+
name: {
|
|
1126
|
+
serializedName: "name",
|
|
1127
|
+
type: {
|
|
1128
|
+
name: "Composite",
|
|
1129
|
+
className: "QuotaUsageResultName",
|
|
1130
|
+
},
|
|
1131
|
+
},
|
|
1132
|
+
},
|
|
1133
|
+
},
|
|
1134
|
+
};
|
|
1135
|
+
|
|
1136
|
+
export const QuotaUsageResultName: coreClient.CompositeMapper = {
|
|
1137
|
+
type: {
|
|
1138
|
+
name: "Composite",
|
|
1139
|
+
className: "QuotaUsageResultName",
|
|
1140
|
+
modelProperties: {
|
|
1141
|
+
value: {
|
|
1142
|
+
serializedName: "value",
|
|
1143
|
+
type: {
|
|
1144
|
+
name: "String",
|
|
1145
|
+
},
|
|
1146
|
+
},
|
|
1147
|
+
localizedValue: {
|
|
1148
|
+
serializedName: "localizedValue",
|
|
1149
|
+
type: {
|
|
1150
|
+
name: "String",
|
|
1151
|
+
},
|
|
1152
|
+
},
|
|
1153
|
+
},
|
|
1154
|
+
},
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
export const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper =
|
|
1158
|
+
{
|
|
1159
|
+
type: {
|
|
1160
|
+
name: "Composite",
|
|
1161
|
+
className: "NetworkSecurityPerimeterConfigurationListResult",
|
|
1162
|
+
modelProperties: {
|
|
1163
|
+
value: {
|
|
1164
|
+
serializedName: "value",
|
|
1165
|
+
readOnly: true,
|
|
1166
|
+
type: {
|
|
1167
|
+
name: "Sequence",
|
|
1168
|
+
element: {
|
|
1169
|
+
type: {
|
|
1170
|
+
name: "Composite",
|
|
1171
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
1172
|
+
},
|
|
1173
|
+
},
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1176
|
+
nextLink: {
|
|
1177
|
+
serializedName: "nextLink",
|
|
1178
|
+
readOnly: true,
|
|
1179
|
+
type: {
|
|
1180
|
+
name: "String",
|
|
1181
|
+
},
|
|
1182
|
+
},
|
|
1183
|
+
},
|
|
1184
|
+
},
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
export const NSPConfigPerimeter: coreClient.CompositeMapper = {
|
|
1188
|
+
type: {
|
|
1189
|
+
name: "Composite",
|
|
1190
|
+
className: "NSPConfigPerimeter",
|
|
1191
|
+
modelProperties: {
|
|
1192
|
+
id: {
|
|
1193
|
+
serializedName: "id",
|
|
1194
|
+
type: {
|
|
1195
|
+
name: "String",
|
|
1196
|
+
},
|
|
1197
|
+
},
|
|
1198
|
+
perimeterGuid: {
|
|
1199
|
+
serializedName: "perimeterGuid",
|
|
1200
|
+
type: {
|
|
1201
|
+
name: "String",
|
|
1202
|
+
},
|
|
1203
|
+
},
|
|
1204
|
+
location: {
|
|
1205
|
+
serializedName: "location",
|
|
1206
|
+
type: {
|
|
1207
|
+
name: "String",
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
|
+
},
|
|
1211
|
+
},
|
|
1212
|
+
};
|
|
1213
|
+
|
|
1214
|
+
export const NSPConfigAssociation: coreClient.CompositeMapper = {
|
|
1215
|
+
type: {
|
|
1216
|
+
name: "Composite",
|
|
1217
|
+
className: "NSPConfigAssociation",
|
|
1218
|
+
modelProperties: {
|
|
1219
|
+
name: {
|
|
1220
|
+
serializedName: "name",
|
|
1221
|
+
type: {
|
|
1222
|
+
name: "String",
|
|
1223
|
+
},
|
|
1224
|
+
},
|
|
1225
|
+
accessMode: {
|
|
1226
|
+
serializedName: "accessMode",
|
|
1227
|
+
type: {
|
|
1228
|
+
name: "String",
|
|
1229
|
+
},
|
|
1230
|
+
},
|
|
1231
|
+
},
|
|
1232
|
+
},
|
|
1233
|
+
};
|
|
1234
|
+
|
|
1235
|
+
export const NSPConfigProfile: coreClient.CompositeMapper = {
|
|
1236
|
+
type: {
|
|
1237
|
+
name: "Composite",
|
|
1238
|
+
className: "NSPConfigProfile",
|
|
1239
|
+
modelProperties: {
|
|
1240
|
+
name: {
|
|
1241
|
+
serializedName: "name",
|
|
1242
|
+
type: {
|
|
1243
|
+
name: "String",
|
|
1244
|
+
},
|
|
1245
|
+
},
|
|
1246
|
+
accessRulesVersion: {
|
|
1247
|
+
serializedName: "accessRulesVersion",
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "String",
|
|
1250
|
+
},
|
|
1251
|
+
},
|
|
1252
|
+
accessRules: {
|
|
1253
|
+
serializedName: "accessRules",
|
|
1254
|
+
type: {
|
|
1255
|
+
name: "Sequence",
|
|
1256
|
+
element: {
|
|
1257
|
+
type: {
|
|
1258
|
+
name: "Composite",
|
|
1259
|
+
className: "NSPConfigAccessRule",
|
|
1260
|
+
},
|
|
1261
|
+
},
|
|
1262
|
+
},
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1265
|
+
},
|
|
650
1266
|
};
|
|
651
1267
|
|
|
652
|
-
export const
|
|
1268
|
+
export const NSPConfigAccessRule: coreClient.CompositeMapper = {
|
|
653
1269
|
type: {
|
|
654
1270
|
name: "Composite",
|
|
655
|
-
className: "
|
|
1271
|
+
className: "NSPConfigAccessRule",
|
|
656
1272
|
modelProperties: {
|
|
657
1273
|
name: {
|
|
658
1274
|
serializedName: "name",
|
|
659
|
-
readOnly: true,
|
|
660
1275
|
type: {
|
|
661
|
-
name: "String"
|
|
662
|
-
}
|
|
1276
|
+
name: "String",
|
|
1277
|
+
},
|
|
663
1278
|
},
|
|
664
1279
|
properties: {
|
|
665
1280
|
serializedName: "properties",
|
|
666
1281
|
type: {
|
|
667
1282
|
name: "Composite",
|
|
668
|
-
className: "
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
1283
|
+
className: "NSPConfigAccessRuleProperties",
|
|
1284
|
+
},
|
|
1285
|
+
},
|
|
1286
|
+
},
|
|
1287
|
+
},
|
|
673
1288
|
};
|
|
674
1289
|
|
|
675
|
-
export const
|
|
1290
|
+
export const NSPConfigAccessRuleProperties: coreClient.CompositeMapper = {
|
|
676
1291
|
type: {
|
|
677
1292
|
name: "Composite",
|
|
678
|
-
className: "
|
|
1293
|
+
className: "NSPConfigAccessRuleProperties",
|
|
679
1294
|
modelProperties: {
|
|
680
|
-
|
|
681
|
-
serializedName: "
|
|
682
|
-
readOnly: true,
|
|
1295
|
+
direction: {
|
|
1296
|
+
serializedName: "direction",
|
|
683
1297
|
type: {
|
|
684
|
-
name: "String"
|
|
685
|
-
}
|
|
1298
|
+
name: "String",
|
|
1299
|
+
},
|
|
686
1300
|
},
|
|
687
|
-
|
|
688
|
-
serializedName: "
|
|
689
|
-
readOnly: true,
|
|
1301
|
+
addressPrefixes: {
|
|
1302
|
+
serializedName: "addressPrefixes",
|
|
690
1303
|
type: {
|
|
691
|
-
name: "
|
|
692
|
-
|
|
1304
|
+
name: "Sequence",
|
|
1305
|
+
element: {
|
|
1306
|
+
type: {
|
|
1307
|
+
name: "String",
|
|
1308
|
+
},
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
693
1311
|
},
|
|
694
|
-
|
|
695
|
-
serializedName: "
|
|
696
|
-
readOnly: true,
|
|
697
|
-
type: {
|
|
698
|
-
name: "String"
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
};
|
|
704
|
-
|
|
705
|
-
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
706
|
-
type: {
|
|
707
|
-
name: "Composite",
|
|
708
|
-
className: "PrivateEndpointConnectionListResult",
|
|
709
|
-
modelProperties: {
|
|
710
|
-
value: {
|
|
711
|
-
serializedName: "value",
|
|
712
|
-
readOnly: true,
|
|
1312
|
+
fullyQualifiedDomainNames: {
|
|
1313
|
+
serializedName: "fullyQualifiedDomainNames",
|
|
713
1314
|
type: {
|
|
714
1315
|
name: "Sequence",
|
|
715
1316
|
element: {
|
|
716
1317
|
type: {
|
|
717
|
-
name: "
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
}
|
|
1318
|
+
name: "String",
|
|
1319
|
+
},
|
|
1320
|
+
},
|
|
1321
|
+
},
|
|
722
1322
|
},
|
|
723
|
-
|
|
724
|
-
serializedName: "
|
|
725
|
-
readOnly: true,
|
|
1323
|
+
subscriptions: {
|
|
1324
|
+
serializedName: "subscriptions",
|
|
726
1325
|
type: {
|
|
727
|
-
name: "
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
className: "SharedPrivateLinkResourceListResult",
|
|
738
|
-
modelProperties: {
|
|
739
|
-
value: {
|
|
740
|
-
serializedName: "value",
|
|
741
|
-
readOnly: true,
|
|
1326
|
+
name: "Sequence",
|
|
1327
|
+
element: {
|
|
1328
|
+
type: {
|
|
1329
|
+
name: "String",
|
|
1330
|
+
},
|
|
1331
|
+
},
|
|
1332
|
+
},
|
|
1333
|
+
},
|
|
1334
|
+
networkSecurityPerimeters: {
|
|
1335
|
+
serializedName: "networkSecurityPerimeters",
|
|
742
1336
|
type: {
|
|
743
1337
|
name: "Sequence",
|
|
744
1338
|
element: {
|
|
745
1339
|
type: {
|
|
746
1340
|
name: "Composite",
|
|
747
|
-
className: "
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
}
|
|
1341
|
+
className: "NSPConfigNetworkSecurityPerimeterRule",
|
|
1342
|
+
},
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
751
1345
|
},
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
type: {
|
|
755
|
-
name: "String"
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
}
|
|
1346
|
+
},
|
|
1347
|
+
},
|
|
760
1348
|
};
|
|
761
1349
|
|
|
762
|
-
export const
|
|
1350
|
+
export const NSPConfigNetworkSecurityPerimeterRule: coreClient.CompositeMapper =
|
|
1351
|
+
{
|
|
1352
|
+
type: {
|
|
1353
|
+
name: "Composite",
|
|
1354
|
+
className: "NSPConfigNetworkSecurityPerimeterRule",
|
|
1355
|
+
modelProperties: {
|
|
1356
|
+
id: {
|
|
1357
|
+
serializedName: "id",
|
|
1358
|
+
type: {
|
|
1359
|
+
name: "String",
|
|
1360
|
+
},
|
|
1361
|
+
},
|
|
1362
|
+
perimeterGuid: {
|
|
1363
|
+
serializedName: "perimeterGuid",
|
|
1364
|
+
type: {
|
|
1365
|
+
name: "String",
|
|
1366
|
+
},
|
|
1367
|
+
},
|
|
1368
|
+
location: {
|
|
1369
|
+
serializedName: "location",
|
|
1370
|
+
type: {
|
|
1371
|
+
name: "String",
|
|
1372
|
+
},
|
|
1373
|
+
},
|
|
1374
|
+
},
|
|
1375
|
+
},
|
|
1376
|
+
};
|
|
1377
|
+
|
|
1378
|
+
export const NSPProvisioningIssue: coreClient.CompositeMapper = {
|
|
763
1379
|
type: {
|
|
764
1380
|
name: "Composite",
|
|
765
|
-
className: "
|
|
1381
|
+
className: "NSPProvisioningIssue",
|
|
766
1382
|
modelProperties: {
|
|
767
1383
|
name: {
|
|
768
1384
|
serializedName: "name",
|
|
769
|
-
required: true,
|
|
770
1385
|
type: {
|
|
771
|
-
name: "String"
|
|
772
|
-
}
|
|
1386
|
+
name: "String",
|
|
1387
|
+
},
|
|
773
1388
|
},
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
isConstant: true,
|
|
777
|
-
serializedName: "type",
|
|
1389
|
+
properties: {
|
|
1390
|
+
serializedName: "properties",
|
|
778
1391
|
type: {
|
|
779
|
-
name: "
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
1392
|
+
name: "Composite",
|
|
1393
|
+
className: "NSPProvisioningIssueProperties",
|
|
1394
|
+
},
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
},
|
|
784
1398
|
};
|
|
785
1399
|
|
|
786
|
-
export const
|
|
1400
|
+
export const NSPProvisioningIssueProperties: coreClient.CompositeMapper = {
|
|
787
1401
|
type: {
|
|
788
1402
|
name: "Composite",
|
|
789
|
-
className: "
|
|
1403
|
+
className: "NSPProvisioningIssueProperties",
|
|
790
1404
|
modelProperties: {
|
|
791
|
-
|
|
792
|
-
serializedName: "
|
|
793
|
-
readOnly: true,
|
|
1405
|
+
issueType: {
|
|
1406
|
+
serializedName: "issueType",
|
|
794
1407
|
type: {
|
|
795
|
-
name: "
|
|
796
|
-
}
|
|
1408
|
+
name: "String",
|
|
1409
|
+
},
|
|
797
1410
|
},
|
|
798
|
-
|
|
799
|
-
serializedName: "
|
|
800
|
-
readOnly: true,
|
|
1411
|
+
severity: {
|
|
1412
|
+
serializedName: "severity",
|
|
801
1413
|
type: {
|
|
802
|
-
name: "String"
|
|
803
|
-
}
|
|
1414
|
+
name: "String",
|
|
1415
|
+
},
|
|
804
1416
|
},
|
|
805
|
-
|
|
806
|
-
serializedName: "
|
|
807
|
-
readOnly: true,
|
|
1417
|
+
description: {
|
|
1418
|
+
serializedName: "description",
|
|
808
1419
|
type: {
|
|
809
|
-
name: "String"
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
};
|
|
815
|
-
|
|
816
|
-
export const QuotaUsagesListResult: coreClient.CompositeMapper = {
|
|
817
|
-
type: {
|
|
818
|
-
name: "Composite",
|
|
819
|
-
className: "QuotaUsagesListResult",
|
|
820
|
-
modelProperties: {
|
|
821
|
-
value: {
|
|
822
|
-
serializedName: "value",
|
|
823
|
-
readOnly: true,
|
|
1420
|
+
name: "String",
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1423
|
+
suggestedResourceIds: {
|
|
1424
|
+
serializedName: "suggestedResourceIds",
|
|
824
1425
|
type: {
|
|
825
1426
|
name: "Sequence",
|
|
826
1427
|
element: {
|
|
827
1428
|
type: {
|
|
828
|
-
name: "
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
nextLink: {
|
|
835
|
-
serializedName: "nextLink",
|
|
836
|
-
readOnly: true,
|
|
837
|
-
type: {
|
|
838
|
-
name: "String"
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
};
|
|
844
|
-
|
|
845
|
-
export const QuotaUsageResult: coreClient.CompositeMapper = {
|
|
846
|
-
type: {
|
|
847
|
-
name: "Composite",
|
|
848
|
-
className: "QuotaUsageResult",
|
|
849
|
-
modelProperties: {
|
|
850
|
-
id: {
|
|
851
|
-
serializedName: "id",
|
|
852
|
-
type: {
|
|
853
|
-
name: "String"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
unit: {
|
|
857
|
-
serializedName: "unit",
|
|
858
|
-
type: {
|
|
859
|
-
name: "String"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
currentValue: {
|
|
863
|
-
serializedName: "currentValue",
|
|
864
|
-
type: {
|
|
865
|
-
name: "Number"
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
limit: {
|
|
869
|
-
serializedName: "limit",
|
|
870
|
-
type: {
|
|
871
|
-
name: "Number"
|
|
872
|
-
}
|
|
1429
|
+
name: "String",
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
873
1433
|
},
|
|
874
|
-
|
|
875
|
-
serializedName: "
|
|
876
|
-
type: {
|
|
877
|
-
name: "Composite",
|
|
878
|
-
className: "QuotaUsageResultName"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
};
|
|
884
|
-
|
|
885
|
-
export const QuotaUsageResultName: coreClient.CompositeMapper = {
|
|
886
|
-
type: {
|
|
887
|
-
name: "Composite",
|
|
888
|
-
className: "QuotaUsageResultName",
|
|
889
|
-
modelProperties: {
|
|
890
|
-
value: {
|
|
891
|
-
serializedName: "value",
|
|
1434
|
+
suggestedAccessRules: {
|
|
1435
|
+
serializedName: "suggestedAccessRules",
|
|
892
1436
|
type: {
|
|
893
|
-
name: "
|
|
894
|
-
|
|
1437
|
+
name: "Sequence",
|
|
1438
|
+
element: {
|
|
1439
|
+
type: {
|
|
1440
|
+
name: "String",
|
|
1441
|
+
},
|
|
1442
|
+
},
|
|
1443
|
+
},
|
|
895
1444
|
},
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
type: {
|
|
899
|
-
name: "String"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
}
|
|
1445
|
+
},
|
|
1446
|
+
},
|
|
904
1447
|
};
|
|
905
1448
|
|
|
906
1449
|
export const AsyncOperationResult: coreClient.CompositeMapper = {
|
|
@@ -911,11 +1454,11 @@ export const AsyncOperationResult: coreClient.CompositeMapper = {
|
|
|
911
1454
|
status: {
|
|
912
1455
|
serializedName: "status",
|
|
913
1456
|
type: {
|
|
914
|
-
name: "String"
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
1457
|
+
name: "String",
|
|
1458
|
+
},
|
|
1459
|
+
},
|
|
1460
|
+
},
|
|
1461
|
+
},
|
|
919
1462
|
};
|
|
920
1463
|
|
|
921
1464
|
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
@@ -928,11 +1471,11 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
|
928
1471
|
serializedName: "properties",
|
|
929
1472
|
type: {
|
|
930
1473
|
name: "Composite",
|
|
931
|
-
className: "PrivateEndpointConnectionProperties"
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
}
|
|
1474
|
+
className: "PrivateEndpointConnectionProperties",
|
|
1475
|
+
},
|
|
1476
|
+
},
|
|
1477
|
+
},
|
|
1478
|
+
},
|
|
936
1479
|
};
|
|
937
1480
|
|
|
938
1481
|
export const SharedPrivateLinkResource: coreClient.CompositeMapper = {
|
|
@@ -945,11 +1488,11 @@ export const SharedPrivateLinkResource: coreClient.CompositeMapper = {
|
|
|
945
1488
|
serializedName: "properties",
|
|
946
1489
|
type: {
|
|
947
1490
|
name: "Composite",
|
|
948
|
-
className: "SharedPrivateLinkResourceProperties"
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
}
|
|
1491
|
+
className: "SharedPrivateLinkResourceProperties",
|
|
1492
|
+
},
|
|
1493
|
+
},
|
|
1494
|
+
},
|
|
1495
|
+
},
|
|
953
1496
|
};
|
|
954
1497
|
|
|
955
1498
|
export const TrackedResource: coreClient.CompositeMapper = {
|
|
@@ -962,18 +1505,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
962
1505
|
serializedName: "tags",
|
|
963
1506
|
type: {
|
|
964
1507
|
name: "Dictionary",
|
|
965
|
-
value: { type: { name: "String" } }
|
|
966
|
-
}
|
|
1508
|
+
value: { type: { name: "String" } },
|
|
1509
|
+
},
|
|
967
1510
|
},
|
|
968
1511
|
location: {
|
|
969
1512
|
serializedName: "location",
|
|
970
1513
|
required: true,
|
|
971
1514
|
type: {
|
|
972
|
-
name: "String"
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
}
|
|
1515
|
+
name: "String",
|
|
1516
|
+
},
|
|
1517
|
+
},
|
|
1518
|
+
},
|
|
1519
|
+
},
|
|
977
1520
|
};
|
|
978
1521
|
|
|
979
1522
|
export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
@@ -986,66 +1529,65 @@ export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
|
986
1529
|
serializedName: "sku",
|
|
987
1530
|
type: {
|
|
988
1531
|
name: "Composite",
|
|
989
|
-
className: "Sku"
|
|
990
|
-
}
|
|
1532
|
+
className: "Sku",
|
|
1533
|
+
},
|
|
991
1534
|
},
|
|
992
1535
|
location: {
|
|
993
1536
|
serializedName: "location",
|
|
994
1537
|
type: {
|
|
995
|
-
name: "String"
|
|
996
|
-
}
|
|
1538
|
+
name: "String",
|
|
1539
|
+
},
|
|
997
1540
|
},
|
|
998
1541
|
tags: {
|
|
999
1542
|
serializedName: "tags",
|
|
1000
1543
|
type: {
|
|
1001
1544
|
name: "Dictionary",
|
|
1002
|
-
value: { type: { name: "String" } }
|
|
1003
|
-
}
|
|
1545
|
+
value: { type: { name: "String" } },
|
|
1546
|
+
},
|
|
1004
1547
|
},
|
|
1005
1548
|
identity: {
|
|
1006
1549
|
serializedName: "identity",
|
|
1007
1550
|
type: {
|
|
1008
1551
|
name: "Composite",
|
|
1009
|
-
className: "Identity"
|
|
1010
|
-
}
|
|
1552
|
+
className: "Identity",
|
|
1553
|
+
},
|
|
1011
1554
|
},
|
|
1012
1555
|
replicaCount: {
|
|
1013
1556
|
defaultValue: 1,
|
|
1014
1557
|
constraints: {
|
|
1015
1558
|
InclusiveMaximum: 12,
|
|
1016
|
-
InclusiveMinimum: 1
|
|
1559
|
+
InclusiveMinimum: 1,
|
|
1017
1560
|
},
|
|
1018
1561
|
serializedName: "properties.replicaCount",
|
|
1019
1562
|
type: {
|
|
1020
|
-
name: "Number"
|
|
1021
|
-
}
|
|
1563
|
+
name: "Number",
|
|
1564
|
+
},
|
|
1022
1565
|
},
|
|
1023
1566
|
partitionCount: {
|
|
1024
1567
|
defaultValue: 1,
|
|
1025
1568
|
constraints: {
|
|
1026
1569
|
InclusiveMaximum: 12,
|
|
1027
|
-
InclusiveMinimum: 1
|
|
1570
|
+
InclusiveMinimum: 1,
|
|
1028
1571
|
},
|
|
1029
1572
|
serializedName: "properties.partitionCount",
|
|
1030
1573
|
type: {
|
|
1031
|
-
name: "Number"
|
|
1032
|
-
}
|
|
1574
|
+
name: "Number",
|
|
1575
|
+
},
|
|
1033
1576
|
},
|
|
1034
1577
|
hostingMode: {
|
|
1035
1578
|
defaultValue: "default",
|
|
1036
1579
|
serializedName: "properties.hostingMode",
|
|
1037
1580
|
type: {
|
|
1038
1581
|
name: "Enum",
|
|
1039
|
-
allowedValues: ["default", "highDensity"]
|
|
1040
|
-
}
|
|
1582
|
+
allowedValues: ["default", "highDensity"],
|
|
1583
|
+
},
|
|
1041
1584
|
},
|
|
1042
1585
|
publicNetworkAccess: {
|
|
1043
1586
|
defaultValue: "enabled",
|
|
1044
1587
|
serializedName: "properties.publicNetworkAccess",
|
|
1045
1588
|
type: {
|
|
1046
|
-
name: "
|
|
1047
|
-
|
|
1048
|
-
}
|
|
1589
|
+
name: "String",
|
|
1590
|
+
},
|
|
1049
1591
|
},
|
|
1050
1592
|
status: {
|
|
1051
1593
|
serializedName: "properties.status",
|
|
@@ -1058,52 +1600,71 @@ export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
|
1058
1600
|
"deleting",
|
|
1059
1601
|
"degraded",
|
|
1060
1602
|
"disabled",
|
|
1061
|
-
"error"
|
|
1062
|
-
|
|
1063
|
-
|
|
1603
|
+
"error",
|
|
1604
|
+
"stopped",
|
|
1605
|
+
],
|
|
1606
|
+
},
|
|
1064
1607
|
},
|
|
1065
1608
|
statusDetails: {
|
|
1066
1609
|
serializedName: "properties.statusDetails",
|
|
1067
1610
|
readOnly: true,
|
|
1068
1611
|
type: {
|
|
1069
|
-
name: "String"
|
|
1070
|
-
}
|
|
1612
|
+
name: "String",
|
|
1613
|
+
},
|
|
1071
1614
|
},
|
|
1072
1615
|
provisioningState: {
|
|
1073
1616
|
serializedName: "properties.provisioningState",
|
|
1074
1617
|
readOnly: true,
|
|
1075
1618
|
type: {
|
|
1076
1619
|
name: "Enum",
|
|
1077
|
-
allowedValues: ["succeeded", "provisioning", "failed"]
|
|
1078
|
-
}
|
|
1620
|
+
allowedValues: ["succeeded", "provisioning", "failed"],
|
|
1621
|
+
},
|
|
1079
1622
|
},
|
|
1080
1623
|
networkRuleSet: {
|
|
1081
1624
|
serializedName: "properties.networkRuleSet",
|
|
1082
1625
|
type: {
|
|
1083
1626
|
name: "Composite",
|
|
1084
|
-
className: "NetworkRuleSet"
|
|
1085
|
-
}
|
|
1627
|
+
className: "NetworkRuleSet",
|
|
1628
|
+
},
|
|
1629
|
+
},
|
|
1630
|
+
disabledDataExfiltrationOptions: {
|
|
1631
|
+
serializedName: "properties.disabledDataExfiltrationOptions",
|
|
1632
|
+
type: {
|
|
1633
|
+
name: "Sequence",
|
|
1634
|
+
element: {
|
|
1635
|
+
type: {
|
|
1636
|
+
name: "String",
|
|
1637
|
+
},
|
|
1638
|
+
},
|
|
1639
|
+
},
|
|
1086
1640
|
},
|
|
1087
1641
|
encryptionWithCmk: {
|
|
1088
1642
|
serializedName: "properties.encryptionWithCmk",
|
|
1089
1643
|
type: {
|
|
1090
1644
|
name: "Composite",
|
|
1091
|
-
className: "EncryptionWithCmk"
|
|
1092
|
-
}
|
|
1645
|
+
className: "EncryptionWithCmk",
|
|
1646
|
+
},
|
|
1093
1647
|
},
|
|
1094
1648
|
disableLocalAuth: {
|
|
1095
1649
|
serializedName: "properties.disableLocalAuth",
|
|
1096
1650
|
nullable: true,
|
|
1097
1651
|
type: {
|
|
1098
|
-
name: "Boolean"
|
|
1099
|
-
}
|
|
1652
|
+
name: "Boolean",
|
|
1653
|
+
},
|
|
1100
1654
|
},
|
|
1101
1655
|
authOptions: {
|
|
1102
1656
|
serializedName: "properties.authOptions",
|
|
1103
1657
|
type: {
|
|
1104
1658
|
name: "Composite",
|
|
1105
|
-
className: "DataPlaneAuthOptions"
|
|
1106
|
-
}
|
|
1659
|
+
className: "DataPlaneAuthOptions",
|
|
1660
|
+
},
|
|
1661
|
+
},
|
|
1662
|
+
semanticSearch: {
|
|
1663
|
+
serializedName: "properties.semanticSearch",
|
|
1664
|
+
nullable: true,
|
|
1665
|
+
type: {
|
|
1666
|
+
name: "String",
|
|
1667
|
+
},
|
|
1107
1668
|
},
|
|
1108
1669
|
privateEndpointConnections: {
|
|
1109
1670
|
serializedName: "properties.privateEndpointConnections",
|
|
@@ -1113,17 +1674,10 @@ export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
|
1113
1674
|
element: {
|
|
1114
1675
|
type: {
|
|
1115
1676
|
name: "Composite",
|
|
1116
|
-
className: "PrivateEndpointConnection"
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
semanticSearch: {
|
|
1122
|
-
serializedName: "properties.semanticSearch",
|
|
1123
|
-
nullable: true,
|
|
1124
|
-
type: {
|
|
1125
|
-
name: "String"
|
|
1126
|
-
}
|
|
1677
|
+
className: "PrivateEndpointConnection",
|
|
1678
|
+
},
|
|
1679
|
+
},
|
|
1680
|
+
},
|
|
1127
1681
|
},
|
|
1128
1682
|
sharedPrivateLinkResources: {
|
|
1129
1683
|
serializedName: "properties.sharedPrivateLinkResources",
|
|
@@ -1133,13 +1687,20 @@ export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
|
1133
1687
|
element: {
|
|
1134
1688
|
type: {
|
|
1135
1689
|
name: "Composite",
|
|
1136
|
-
className: "SharedPrivateLinkResource"
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
|
|
1690
|
+
className: "SharedPrivateLinkResource",
|
|
1691
|
+
},
|
|
1692
|
+
},
|
|
1693
|
+
},
|
|
1694
|
+
},
|
|
1695
|
+
eTag: {
|
|
1696
|
+
serializedName: "properties.eTag",
|
|
1697
|
+
readOnly: true,
|
|
1698
|
+
type: {
|
|
1699
|
+
name: "String",
|
|
1700
|
+
},
|
|
1701
|
+
},
|
|
1702
|
+
},
|
|
1703
|
+
},
|
|
1143
1704
|
};
|
|
1144
1705
|
|
|
1145
1706
|
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
@@ -1152,11 +1713,21 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
|
1152
1713
|
serializedName: "properties",
|
|
1153
1714
|
type: {
|
|
1154
1715
|
name: "Composite",
|
|
1155
|
-
className: "PrivateLinkResourceProperties"
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1716
|
+
className: "PrivateLinkResourceProperties",
|
|
1717
|
+
},
|
|
1718
|
+
},
|
|
1719
|
+
},
|
|
1720
|
+
},
|
|
1721
|
+
};
|
|
1722
|
+
|
|
1723
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
1724
|
+
type: {
|
|
1725
|
+
name: "Composite",
|
|
1726
|
+
className: "ProxyResource",
|
|
1727
|
+
modelProperties: {
|
|
1728
|
+
...Resource.type.modelProperties,
|
|
1729
|
+
},
|
|
1730
|
+
},
|
|
1160
1731
|
};
|
|
1161
1732
|
|
|
1162
1733
|
export const SearchService: coreClient.CompositeMapper = {
|
|
@@ -1169,53 +1740,52 @@ export const SearchService: coreClient.CompositeMapper = {
|
|
|
1169
1740
|
serializedName: "sku",
|
|
1170
1741
|
type: {
|
|
1171
1742
|
name: "Composite",
|
|
1172
|
-
className: "Sku"
|
|
1173
|
-
}
|
|
1743
|
+
className: "Sku",
|
|
1744
|
+
},
|
|
1174
1745
|
},
|
|
1175
1746
|
identity: {
|
|
1176
1747
|
serializedName: "identity",
|
|
1177
1748
|
type: {
|
|
1178
1749
|
name: "Composite",
|
|
1179
|
-
className: "Identity"
|
|
1180
|
-
}
|
|
1750
|
+
className: "Identity",
|
|
1751
|
+
},
|
|
1181
1752
|
},
|
|
1182
1753
|
replicaCount: {
|
|
1183
1754
|
defaultValue: 1,
|
|
1184
1755
|
constraints: {
|
|
1185
1756
|
InclusiveMaximum: 12,
|
|
1186
|
-
InclusiveMinimum: 1
|
|
1757
|
+
InclusiveMinimum: 1,
|
|
1187
1758
|
},
|
|
1188
1759
|
serializedName: "properties.replicaCount",
|
|
1189
1760
|
type: {
|
|
1190
|
-
name: "Number"
|
|
1191
|
-
}
|
|
1761
|
+
name: "Number",
|
|
1762
|
+
},
|
|
1192
1763
|
},
|
|
1193
1764
|
partitionCount: {
|
|
1194
1765
|
defaultValue: 1,
|
|
1195
1766
|
constraints: {
|
|
1196
1767
|
InclusiveMaximum: 12,
|
|
1197
|
-
InclusiveMinimum: 1
|
|
1768
|
+
InclusiveMinimum: 1,
|
|
1198
1769
|
},
|
|
1199
1770
|
serializedName: "properties.partitionCount",
|
|
1200
1771
|
type: {
|
|
1201
|
-
name: "Number"
|
|
1202
|
-
}
|
|
1772
|
+
name: "Number",
|
|
1773
|
+
},
|
|
1203
1774
|
},
|
|
1204
1775
|
hostingMode: {
|
|
1205
1776
|
defaultValue: "default",
|
|
1206
1777
|
serializedName: "properties.hostingMode",
|
|
1207
1778
|
type: {
|
|
1208
1779
|
name: "Enum",
|
|
1209
|
-
allowedValues: ["default", "highDensity"]
|
|
1210
|
-
}
|
|
1780
|
+
allowedValues: ["default", "highDensity"],
|
|
1781
|
+
},
|
|
1211
1782
|
},
|
|
1212
1783
|
publicNetworkAccess: {
|
|
1213
1784
|
defaultValue: "enabled",
|
|
1214
1785
|
serializedName: "properties.publicNetworkAccess",
|
|
1215
1786
|
type: {
|
|
1216
|
-
name: "
|
|
1217
|
-
|
|
1218
|
-
}
|
|
1787
|
+
name: "String",
|
|
1788
|
+
},
|
|
1219
1789
|
},
|
|
1220
1790
|
status: {
|
|
1221
1791
|
serializedName: "properties.status",
|
|
@@ -1228,52 +1798,71 @@ export const SearchService: coreClient.CompositeMapper = {
|
|
|
1228
1798
|
"deleting",
|
|
1229
1799
|
"degraded",
|
|
1230
1800
|
"disabled",
|
|
1231
|
-
"error"
|
|
1232
|
-
|
|
1233
|
-
|
|
1801
|
+
"error",
|
|
1802
|
+
"stopped",
|
|
1803
|
+
],
|
|
1804
|
+
},
|
|
1234
1805
|
},
|
|
1235
1806
|
statusDetails: {
|
|
1236
1807
|
serializedName: "properties.statusDetails",
|
|
1237
1808
|
readOnly: true,
|
|
1238
1809
|
type: {
|
|
1239
|
-
name: "String"
|
|
1240
|
-
}
|
|
1810
|
+
name: "String",
|
|
1811
|
+
},
|
|
1241
1812
|
},
|
|
1242
1813
|
provisioningState: {
|
|
1243
1814
|
serializedName: "properties.provisioningState",
|
|
1244
1815
|
readOnly: true,
|
|
1245
1816
|
type: {
|
|
1246
1817
|
name: "Enum",
|
|
1247
|
-
allowedValues: ["succeeded", "provisioning", "failed"]
|
|
1248
|
-
}
|
|
1818
|
+
allowedValues: ["succeeded", "provisioning", "failed"],
|
|
1819
|
+
},
|
|
1249
1820
|
},
|
|
1250
1821
|
networkRuleSet: {
|
|
1251
1822
|
serializedName: "properties.networkRuleSet",
|
|
1252
1823
|
type: {
|
|
1253
1824
|
name: "Composite",
|
|
1254
|
-
className: "NetworkRuleSet"
|
|
1255
|
-
}
|
|
1825
|
+
className: "NetworkRuleSet",
|
|
1826
|
+
},
|
|
1827
|
+
},
|
|
1828
|
+
disabledDataExfiltrationOptions: {
|
|
1829
|
+
serializedName: "properties.disabledDataExfiltrationOptions",
|
|
1830
|
+
type: {
|
|
1831
|
+
name: "Sequence",
|
|
1832
|
+
element: {
|
|
1833
|
+
type: {
|
|
1834
|
+
name: "String",
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1256
1838
|
},
|
|
1257
1839
|
encryptionWithCmk: {
|
|
1258
1840
|
serializedName: "properties.encryptionWithCmk",
|
|
1259
1841
|
type: {
|
|
1260
1842
|
name: "Composite",
|
|
1261
|
-
className: "EncryptionWithCmk"
|
|
1262
|
-
}
|
|
1843
|
+
className: "EncryptionWithCmk",
|
|
1844
|
+
},
|
|
1263
1845
|
},
|
|
1264
1846
|
disableLocalAuth: {
|
|
1265
1847
|
serializedName: "properties.disableLocalAuth",
|
|
1266
1848
|
nullable: true,
|
|
1267
1849
|
type: {
|
|
1268
|
-
name: "Boolean"
|
|
1269
|
-
}
|
|
1850
|
+
name: "Boolean",
|
|
1851
|
+
},
|
|
1270
1852
|
},
|
|
1271
1853
|
authOptions: {
|
|
1272
1854
|
serializedName: "properties.authOptions",
|
|
1273
1855
|
type: {
|
|
1274
1856
|
name: "Composite",
|
|
1275
|
-
className: "DataPlaneAuthOptions"
|
|
1276
|
-
}
|
|
1857
|
+
className: "DataPlaneAuthOptions",
|
|
1858
|
+
},
|
|
1859
|
+
},
|
|
1860
|
+
semanticSearch: {
|
|
1861
|
+
serializedName: "properties.semanticSearch",
|
|
1862
|
+
nullable: true,
|
|
1863
|
+
type: {
|
|
1864
|
+
name: "String",
|
|
1865
|
+
},
|
|
1277
1866
|
},
|
|
1278
1867
|
privateEndpointConnections: {
|
|
1279
1868
|
serializedName: "properties.privateEndpointConnections",
|
|
@@ -1283,17 +1872,10 @@ export const SearchService: coreClient.CompositeMapper = {
|
|
|
1283
1872
|
element: {
|
|
1284
1873
|
type: {
|
|
1285
1874
|
name: "Composite",
|
|
1286
|
-
className: "PrivateEndpointConnection"
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
semanticSearch: {
|
|
1292
|
-
serializedName: "properties.semanticSearch",
|
|
1293
|
-
nullable: true,
|
|
1294
|
-
type: {
|
|
1295
|
-
name: "String"
|
|
1296
|
-
}
|
|
1875
|
+
className: "PrivateEndpointConnection",
|
|
1876
|
+
},
|
|
1877
|
+
},
|
|
1878
|
+
},
|
|
1297
1879
|
},
|
|
1298
1880
|
sharedPrivateLinkResources: {
|
|
1299
1881
|
serializedName: "properties.sharedPrivateLinkResources",
|
|
@@ -1303,11 +1885,85 @@ export const SearchService: coreClient.CompositeMapper = {
|
|
|
1303
1885
|
element: {
|
|
1304
1886
|
type: {
|
|
1305
1887
|
name: "Composite",
|
|
1306
|
-
className: "SharedPrivateLinkResource"
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
|
|
1888
|
+
className: "SharedPrivateLinkResource",
|
|
1889
|
+
},
|
|
1890
|
+
},
|
|
1891
|
+
},
|
|
1892
|
+
},
|
|
1893
|
+
eTag: {
|
|
1894
|
+
serializedName: "properties.eTag",
|
|
1895
|
+
readOnly: true,
|
|
1896
|
+
type: {
|
|
1897
|
+
name: "String",
|
|
1898
|
+
},
|
|
1899
|
+
},
|
|
1900
|
+
},
|
|
1901
|
+
},
|
|
1313
1902
|
};
|
|
1903
|
+
|
|
1904
|
+
export const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper =
|
|
1905
|
+
{
|
|
1906
|
+
type: {
|
|
1907
|
+
name: "Composite",
|
|
1908
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
1909
|
+
modelProperties: {
|
|
1910
|
+
...ProxyResource.type.modelProperties,
|
|
1911
|
+
provisioningState: {
|
|
1912
|
+
serializedName: "properties.provisioningState",
|
|
1913
|
+
readOnly: true,
|
|
1914
|
+
type: {
|
|
1915
|
+
name: "String",
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
networkSecurityPerimeter: {
|
|
1919
|
+
serializedName: "properties.networkSecurityPerimeter",
|
|
1920
|
+
type: {
|
|
1921
|
+
name: "Composite",
|
|
1922
|
+
className: "NSPConfigPerimeter",
|
|
1923
|
+
},
|
|
1924
|
+
},
|
|
1925
|
+
resourceAssociation: {
|
|
1926
|
+
serializedName: "properties.resourceAssociation",
|
|
1927
|
+
type: {
|
|
1928
|
+
name: "Composite",
|
|
1929
|
+
className: "NSPConfigAssociation",
|
|
1930
|
+
},
|
|
1931
|
+
},
|
|
1932
|
+
profile: {
|
|
1933
|
+
serializedName: "properties.profile",
|
|
1934
|
+
type: {
|
|
1935
|
+
name: "Composite",
|
|
1936
|
+
className: "NSPConfigProfile",
|
|
1937
|
+
},
|
|
1938
|
+
},
|
|
1939
|
+
provisioningIssues: {
|
|
1940
|
+
serializedName: "properties.provisioningIssues",
|
|
1941
|
+
type: {
|
|
1942
|
+
name: "Sequence",
|
|
1943
|
+
element: {
|
|
1944
|
+
type: {
|
|
1945
|
+
name: "Composite",
|
|
1946
|
+
className: "NSPProvisioningIssue",
|
|
1947
|
+
},
|
|
1948
|
+
},
|
|
1949
|
+
},
|
|
1950
|
+
},
|
|
1951
|
+
},
|
|
1952
|
+
},
|
|
1953
|
+
};
|
|
1954
|
+
|
|
1955
|
+
export const NetworkSecurityPerimeterConfigurationsReconcileHeaders: coreClient.CompositeMapper =
|
|
1956
|
+
{
|
|
1957
|
+
type: {
|
|
1958
|
+
name: "Composite",
|
|
1959
|
+
className: "NetworkSecurityPerimeterConfigurationsReconcileHeaders",
|
|
1960
|
+
modelProperties: {
|
|
1961
|
+
location: {
|
|
1962
|
+
serializedName: "location",
|
|
1963
|
+
type: {
|
|
1964
|
+
name: "String",
|
|
1965
|
+
},
|
|
1966
|
+
},
|
|
1967
|
+
},
|
|
1968
|
+
},
|
|
1969
|
+
};
|