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