@azure/arm-cosmosdbforpostgresql 1.0.1-alpha.20240321.1 → 1.1.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.
Files changed (112) hide show
  1. package/CHANGELOG.md +24 -10
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +1060 -948
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js +3 -3
  9. package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js.map +1 -1
  10. package/dist-esm/samples-dev/clustersCreateSample.js +13 -13
  11. package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -1
  12. package/dist-esm/samples-dev/clustersDeleteSample.js +1 -1
  13. package/dist-esm/samples-dev/clustersGetSample.js +1 -1
  14. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +1 -1
  15. package/dist-esm/samples-dev/clustersListSample.js +1 -1
  16. package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js +1 -1
  17. package/dist-esm/samples-dev/clustersRestartSample.js +1 -1
  18. package/dist-esm/samples-dev/clustersStartSample.js +1 -1
  19. package/dist-esm/samples-dev/clustersStopSample.js +1 -1
  20. package/dist-esm/samples-dev/clustersUpdateSample.js +9 -9
  21. package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
  22. package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js +1 -1
  23. package/dist-esm/samples-dev/configurationsGetNodeSample.js +1 -1
  24. package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
  25. package/dist-esm/samples-dev/configurationsListByClusterSample.js +1 -1
  26. package/dist-esm/samples-dev/configurationsListByServerSample.js +1 -1
  27. package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js +2 -2
  28. package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js.map +1 -1
  29. package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js +2 -2
  30. package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js.map +1 -1
  31. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +3 -3
  32. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +1 -1
  33. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +1 -1
  34. package/dist-esm/samples-dev/firewallRulesGetSample.js +1 -1
  35. package/dist-esm/samples-dev/firewallRulesListByClusterSample.js +1 -1
  36. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  37. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +4 -4
  38. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
  39. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  40. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  41. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +1 -1
  42. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
  43. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +1 -1
  44. package/dist-esm/samples-dev/rolesCreateSample.js +1 -1
  45. package/dist-esm/samples-dev/rolesDeleteSample.js +1 -1
  46. package/dist-esm/samples-dev/rolesGetSample.js +1 -1
  47. package/dist-esm/samples-dev/rolesListByClusterSample.js +1 -1
  48. package/dist-esm/samples-dev/serversGetSample.js +1 -1
  49. package/dist-esm/samples-dev/serversListByClusterSample.js +1 -1
  50. package/dist-esm/src/cosmosDBForPostgreSQL.d.ts.map +1 -1
  51. package/dist-esm/src/cosmosDBForPostgreSQL.js +9 -9
  52. package/dist-esm/src/cosmosDBForPostgreSQL.js.map +1 -1
  53. package/dist-esm/src/lroImpl.js +1 -1
  54. package/dist-esm/src/models/index.d.ts +91 -2
  55. package/dist-esm/src/models/index.d.ts.map +1 -1
  56. package/dist-esm/src/models/index.js +34 -0
  57. package/dist-esm/src/models/index.js.map +1 -1
  58. package/dist-esm/src/models/mappers.d.ts +2 -0
  59. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  60. package/dist-esm/src/models/mappers.js +649 -579
  61. package/dist-esm/src/models/mappers.js.map +1 -1
  62. package/dist-esm/src/models/parameters.d.ts +1 -0
  63. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  64. package/dist-esm/src/models/parameters.js +63 -59
  65. package/dist-esm/src/models/parameters.js.map +1 -1
  66. package/dist-esm/src/operations/clusters.d.ts.map +1 -1
  67. package/dist-esm/src/operations/clusters.js +106 -104
  68. package/dist-esm/src/operations/clusters.js.map +1 -1
  69. package/dist-esm/src/operations/configurations.d.ts.map +1 -1
  70. package/dist-esm/src/operations/configurations.js +64 -64
  71. package/dist-esm/src/operations/configurations.js.map +1 -1
  72. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -1
  73. package/dist-esm/src/operations/firewallRules.js +37 -37
  74. package/dist-esm/src/operations/firewallRules.js.map +1 -1
  75. package/dist-esm/src/operations/operations.js +5 -5
  76. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  77. package/dist-esm/src/operations/privateEndpointConnections.js +39 -39
  78. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  79. package/dist-esm/src/operations/privateLinkResources.js +11 -11
  80. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  81. package/dist-esm/src/operations/roles.d.ts.map +1 -1
  82. package/dist-esm/src/operations/roles.js +36 -36
  83. package/dist-esm/src/operations/roles.js.map +1 -1
  84. package/dist-esm/src/operations/servers.js +11 -11
  85. package/dist-esm/src/operations/servers.js.map +1 -1
  86. package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js +2 -2
  87. package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js.map +1 -1
  88. package/package.json +9 -9
  89. package/review/arm-cosmosdbforpostgresql.api.md +63 -1
  90. package/src/cosmosDBForPostgreSQL.ts +18 -17
  91. package/src/lroImpl.ts +3 -3
  92. package/src/models/index.ts +124 -17
  93. package/src/models/mappers.ts +710 -628
  94. package/src/models/parameters.ts +66 -60
  95. package/src/operations/clusters.ts +208 -224
  96. package/src/operations/configurations.ts +122 -131
  97. package/src/operations/firewallRules.ts +72 -78
  98. package/src/operations/operations.ts +10 -10
  99. package/src/operations/privateEndpointConnections.ts +76 -81
  100. package/src/operations/privateLinkResources.ts +24 -26
  101. package/src/operations/roles.ts +71 -77
  102. package/src/operations/servers.ts +24 -26
  103. package/src/operationsInterfaces/clusters.ts +19 -19
  104. package/src/operationsInterfaces/configurations.ts +10 -10
  105. package/src/operationsInterfaces/firewallRules.ts +7 -7
  106. package/src/operationsInterfaces/operations.ts +1 -1
  107. package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
  108. package/src/operationsInterfaces/privateLinkResources.ts +3 -3
  109. package/src/operationsInterfaces/roles.ts +7 -7
  110. package/src/operationsInterfaces/servers.ts +3 -3
  111. package/src/pagingHelper.ts +1 -1
  112. package/types/arm-cosmosdbforpostgresql.d.ts +101 -2
@@ -20,20 +20,20 @@ export const ClusterListResult: coreClient.CompositeMapper = {
20
20
  element: {
21
21
  type: {
22
22
  name: "Composite",
23
- className: "Cluster"
24
- }
25
- }
26
- }
23
+ className: "Cluster",
24
+ },
25
+ },
26
+ },
27
27
  },
28
28
  nextLink: {
29
29
  serializedName: "nextLink",
30
30
  readOnly: true,
31
31
  type: {
32
- name: "String"
33
- }
34
- }
35
- }
36
- }
32
+ name: "String",
33
+ },
34
+ },
35
+ },
36
+ },
37
37
  };
38
38
 
39
39
  export const MaintenanceWindow: coreClient.CompositeMapper = {
@@ -44,29 +44,29 @@ export const MaintenanceWindow: coreClient.CompositeMapper = {
44
44
  customWindow: {
45
45
  serializedName: "customWindow",
46
46
  type: {
47
- name: "String"
48
- }
47
+ name: "String",
48
+ },
49
49
  },
50
50
  startHour: {
51
51
  serializedName: "startHour",
52
52
  type: {
53
- name: "Number"
54
- }
53
+ name: "Number",
54
+ },
55
55
  },
56
56
  startMinute: {
57
57
  serializedName: "startMinute",
58
58
  type: {
59
- name: "Number"
60
- }
59
+ name: "Number",
60
+ },
61
61
  },
62
62
  dayOfWeek: {
63
63
  serializedName: "dayOfWeek",
64
64
  type: {
65
- name: "Number"
66
- }
67
- }
68
- }
69
- }
65
+ name: "Number",
66
+ },
67
+ },
68
+ },
69
+ },
70
70
  };
71
71
 
72
72
  export const ServerNameItem: coreClient.CompositeMapper = {
@@ -77,18 +77,18 @@ export const ServerNameItem: coreClient.CompositeMapper = {
77
77
  name: {
78
78
  serializedName: "name",
79
79
  type: {
80
- name: "String"
81
- }
80
+ name: "String",
81
+ },
82
82
  },
83
83
  fullyQualifiedDomainName: {
84
84
  serializedName: "fullyQualifiedDomainName",
85
85
  readOnly: true,
86
86
  type: {
87
- name: "String"
88
- }
89
- }
90
- }
91
- }
87
+ name: "String",
88
+ },
89
+ },
90
+ },
91
+ },
92
92
  };
93
93
 
94
94
  export const PrivateEndpointProperty: coreClient.CompositeMapper = {
@@ -99,11 +99,11 @@ export const PrivateEndpointProperty: coreClient.CompositeMapper = {
99
99
  id: {
100
100
  serializedName: "id",
101
101
  type: {
102
- name: "String"
103
- }
104
- }
105
- }
106
- }
102
+ name: "String",
103
+ },
104
+ },
105
+ },
106
+ },
107
107
  };
108
108
 
109
109
  export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
@@ -114,23 +114,23 @@ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
114
114
  status: {
115
115
  serializedName: "status",
116
116
  type: {
117
- name: "String"
118
- }
117
+ name: "String",
118
+ },
119
119
  },
120
120
  description: {
121
121
  serializedName: "description",
122
122
  type: {
123
- name: "String"
124
- }
123
+ name: "String",
124
+ },
125
125
  },
126
126
  actionsRequired: {
127
127
  serializedName: "actionsRequired",
128
128
  type: {
129
- name: "String"
130
- }
131
- }
132
- }
133
- }
129
+ name: "String",
130
+ },
131
+ },
132
+ },
133
+ },
134
134
  };
135
135
 
136
136
  export const Resource: coreClient.CompositeMapper = {
@@ -142,32 +142,32 @@ export const Resource: coreClient.CompositeMapper = {
142
142
  serializedName: "id",
143
143
  readOnly: true,
144
144
  type: {
145
- name: "String"
146
- }
145
+ name: "String",
146
+ },
147
147
  },
148
148
  name: {
149
149
  serializedName: "name",
150
150
  readOnly: true,
151
151
  type: {
152
- name: "String"
153
- }
152
+ name: "String",
153
+ },
154
154
  },
155
155
  type: {
156
156
  serializedName: "type",
157
157
  readOnly: true,
158
158
  type: {
159
- name: "String"
160
- }
159
+ name: "String",
160
+ },
161
161
  },
162
162
  systemData: {
163
163
  serializedName: "systemData",
164
164
  type: {
165
165
  name: "Composite",
166
- className: "SystemData"
167
- }
168
- }
169
- }
170
- }
166
+ className: "SystemData",
167
+ },
168
+ },
169
+ },
170
+ },
171
171
  };
172
172
 
173
173
  export const SystemData: coreClient.CompositeMapper = {
@@ -178,41 +178,62 @@ export const SystemData: coreClient.CompositeMapper = {
178
178
  createdBy: {
179
179
  serializedName: "createdBy",
180
180
  type: {
181
- name: "String"
182
- }
181
+ name: "String",
182
+ },
183
183
  },
184
184
  createdByType: {
185
185
  serializedName: "createdByType",
186
186
  type: {
187
- name: "String"
188
- }
187
+ name: "String",
188
+ },
189
189
  },
190
190
  createdAt: {
191
191
  serializedName: "createdAt",
192
192
  type: {
193
- name: "DateTime"
194
- }
193
+ name: "DateTime",
194
+ },
195
195
  },
196
196
  lastModifiedBy: {
197
197
  serializedName: "lastModifiedBy",
198
198
  type: {
199
- name: "String"
200
- }
199
+ name: "String",
200
+ },
201
201
  },
202
202
  lastModifiedByType: {
203
203
  serializedName: "lastModifiedByType",
204
204
  type: {
205
- name: "String"
206
- }
205
+ name: "String",
206
+ },
207
207
  },
208
208
  lastModifiedAt: {
209
209
  serializedName: "lastModifiedAt",
210
210
  type: {
211
- name: "DateTime"
212
- }
213
- }
214
- }
215
- }
211
+ name: "DateTime",
212
+ },
213
+ },
214
+ },
215
+ },
216
+ };
217
+
218
+ export const AuthConfig: coreClient.CompositeMapper = {
219
+ type: {
220
+ name: "Composite",
221
+ className: "AuthConfig",
222
+ modelProperties: {
223
+ activeDirectoryAuth: {
224
+ serializedName: "activeDirectoryAuth",
225
+ type: {
226
+ name: "String",
227
+ },
228
+ },
229
+ passwordAuth: {
230
+ serializedName: "passwordAuth",
231
+ type: {
232
+ name: "String",
233
+ },
234
+ },
235
+ },
236
+ },
216
237
  };
217
238
 
218
239
  export const ErrorResponse: coreClient.CompositeMapper = {
@@ -224,11 +245,11 @@ export const ErrorResponse: coreClient.CompositeMapper = {
224
245
  serializedName: "error",
225
246
  type: {
226
247
  name: "Composite",
227
- className: "ErrorDetail"
228
- }
229
- }
230
- }
231
- }
248
+ className: "ErrorDetail",
249
+ },
250
+ },
251
+ },
252
+ },
232
253
  };
233
254
 
234
255
  export const ErrorDetail: coreClient.CompositeMapper = {
@@ -240,22 +261,22 @@ export const ErrorDetail: coreClient.CompositeMapper = {
240
261
  serializedName: "code",
241
262
  readOnly: true,
242
263
  type: {
243
- name: "String"
244
- }
264
+ name: "String",
265
+ },
245
266
  },
246
267
  message: {
247
268
  serializedName: "message",
248
269
  readOnly: true,
249
270
  type: {
250
- name: "String"
251
- }
271
+ name: "String",
272
+ },
252
273
  },
253
274
  target: {
254
275
  serializedName: "target",
255
276
  readOnly: true,
256
277
  type: {
257
- name: "String"
258
- }
278
+ name: "String",
279
+ },
259
280
  },
260
281
  details: {
261
282
  serializedName: "details",
@@ -265,10 +286,10 @@ export const ErrorDetail: coreClient.CompositeMapper = {
265
286
  element: {
266
287
  type: {
267
288
  name: "Composite",
268
- className: "ErrorDetail"
269
- }
270
- }
271
- }
289
+ className: "ErrorDetail",
290
+ },
291
+ },
292
+ },
272
293
  },
273
294
  additionalInfo: {
274
295
  serializedName: "additionalInfo",
@@ -278,13 +299,13 @@ export const ErrorDetail: coreClient.CompositeMapper = {
278
299
  element: {
279
300
  type: {
280
301
  name: "Composite",
281
- className: "ErrorAdditionalInfo"
282
- }
283
- }
284
- }
285
- }
286
- }
287
- }
302
+ className: "ErrorAdditionalInfo",
303
+ },
304
+ },
305
+ },
306
+ },
307
+ },
308
+ },
288
309
  };
289
310
 
290
311
  export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
@@ -296,19 +317,19 @@ export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
296
317
  serializedName: "type",
297
318
  readOnly: true,
298
319
  type: {
299
- name: "String"
300
- }
320
+ name: "String",
321
+ },
301
322
  },
302
323
  info: {
303
324
  serializedName: "info",
304
325
  readOnly: true,
305
326
  type: {
306
327
  name: "Dictionary",
307
- value: { type: { name: "any" } }
308
- }
309
- }
310
- }
311
- }
328
+ value: { type: { name: "any" } },
329
+ },
330
+ },
331
+ },
332
+ },
312
333
  };
313
334
 
314
335
  export const ClusterForUpdate: coreClient.CompositeMapper = {
@@ -320,109 +341,109 @@ export const ClusterForUpdate: coreClient.CompositeMapper = {
320
341
  serializedName: "tags",
321
342
  type: {
322
343
  name: "Dictionary",
323
- value: { type: { name: "String" } }
324
- }
344
+ value: { type: { name: "String" } },
345
+ },
325
346
  },
326
347
  administratorLoginPassword: {
327
348
  serializedName: "properties.administratorLoginPassword",
328
349
  type: {
329
- name: "String"
330
- }
350
+ name: "String",
351
+ },
331
352
  },
332
353
  postgresqlVersion: {
333
354
  serializedName: "properties.postgresqlVersion",
334
355
  type: {
335
- name: "String"
336
- }
356
+ name: "String",
357
+ },
337
358
  },
338
359
  citusVersion: {
339
360
  serializedName: "properties.citusVersion",
340
361
  type: {
341
- name: "String"
342
- }
362
+ name: "String",
363
+ },
343
364
  },
344
365
  enableShardsOnCoordinator: {
345
366
  serializedName: "properties.enableShardsOnCoordinator",
346
367
  type: {
347
- name: "Boolean"
348
- }
368
+ name: "Boolean",
369
+ },
349
370
  },
350
371
  enableHa: {
351
372
  serializedName: "properties.enableHa",
352
373
  type: {
353
- name: "Boolean"
354
- }
374
+ name: "Boolean",
375
+ },
355
376
  },
356
377
  preferredPrimaryZone: {
357
378
  serializedName: "properties.preferredPrimaryZone",
358
379
  type: {
359
- name: "String"
360
- }
380
+ name: "String",
381
+ },
361
382
  },
362
383
  coordinatorServerEdition: {
363
384
  serializedName: "properties.coordinatorServerEdition",
364
385
  type: {
365
- name: "String"
366
- }
386
+ name: "String",
387
+ },
367
388
  },
368
389
  coordinatorStorageQuotaInMb: {
369
390
  serializedName: "properties.coordinatorStorageQuotaInMb",
370
391
  type: {
371
- name: "Number"
372
- }
392
+ name: "Number",
393
+ },
373
394
  },
374
395
  coordinatorVCores: {
375
396
  serializedName: "properties.coordinatorVCores",
376
397
  type: {
377
- name: "Number"
378
- }
398
+ name: "Number",
399
+ },
379
400
  },
380
401
  coordinatorEnablePublicIpAccess: {
381
402
  serializedName: "properties.coordinatorEnablePublicIpAccess",
382
403
  type: {
383
- name: "Boolean"
384
- }
404
+ name: "Boolean",
405
+ },
385
406
  },
386
407
  nodeServerEdition: {
387
408
  serializedName: "properties.nodeServerEdition",
388
409
  type: {
389
- name: "String"
390
- }
410
+ name: "String",
411
+ },
391
412
  },
392
413
  nodeCount: {
393
414
  serializedName: "properties.nodeCount",
394
415
  type: {
395
- name: "Number"
396
- }
416
+ name: "Number",
417
+ },
397
418
  },
398
419
  nodeStorageQuotaInMb: {
399
420
  serializedName: "properties.nodeStorageQuotaInMb",
400
421
  type: {
401
- name: "Number"
402
- }
422
+ name: "Number",
423
+ },
403
424
  },
404
425
  nodeVCores: {
405
426
  serializedName: "properties.nodeVCores",
406
427
  type: {
407
- name: "Number"
408
- }
428
+ name: "Number",
429
+ },
409
430
  },
410
431
  nodeEnablePublicIpAccess: {
411
432
  serializedName: "properties.nodeEnablePublicIpAccess",
412
433
  readOnly: true,
413
434
  type: {
414
- name: "Boolean"
415
- }
435
+ name: "Boolean",
436
+ },
416
437
  },
417
438
  maintenanceWindow: {
418
439
  serializedName: "properties.maintenanceWindow",
419
440
  type: {
420
441
  name: "Composite",
421
- className: "MaintenanceWindow"
422
- }
423
- }
424
- }
425
- }
442
+ className: "MaintenanceWindow",
443
+ },
444
+ },
445
+ },
446
+ },
426
447
  };
427
448
 
428
449
  export const ClusterServerListResult: coreClient.CompositeMapper = {
@@ -437,13 +458,13 @@ export const ClusterServerListResult: coreClient.CompositeMapper = {
437
458
  element: {
438
459
  type: {
439
460
  name: "Composite",
440
- className: "ClusterServer"
441
- }
442
- }
443
- }
444
- }
445
- }
446
- }
461
+ className: "ClusterServer",
462
+ },
463
+ },
464
+ },
465
+ },
466
+ },
467
+ },
447
468
  };
448
469
 
449
470
  export const ServerProperties: coreClient.CompositeMapper = {
@@ -454,50 +475,50 @@ export const ServerProperties: coreClient.CompositeMapper = {
454
475
  serverEdition: {
455
476
  serializedName: "serverEdition",
456
477
  type: {
457
- name: "String"
458
- }
478
+ name: "String",
479
+ },
459
480
  },
460
481
  storageQuotaInMb: {
461
482
  serializedName: "storageQuotaInMb",
462
483
  type: {
463
- name: "Number"
464
- }
484
+ name: "Number",
485
+ },
465
486
  },
466
487
  vCores: {
467
488
  serializedName: "vCores",
468
489
  type: {
469
- name: "Number"
470
- }
490
+ name: "Number",
491
+ },
471
492
  },
472
493
  enableHa: {
473
494
  serializedName: "enableHa",
474
495
  type: {
475
- name: "Boolean"
476
- }
496
+ name: "Boolean",
497
+ },
477
498
  },
478
499
  enablePublicIpAccess: {
479
500
  serializedName: "enablePublicIpAccess",
480
501
  readOnly: true,
481
502
  type: {
482
- name: "Boolean"
483
- }
503
+ name: "Boolean",
504
+ },
484
505
  },
485
506
  isReadOnly: {
486
507
  serializedName: "isReadOnly",
487
508
  readOnly: true,
488
509
  type: {
489
- name: "Boolean"
490
- }
510
+ name: "Boolean",
511
+ },
491
512
  },
492
513
  administratorLogin: {
493
514
  serializedName: "administratorLogin",
494
515
  readOnly: true,
495
516
  type: {
496
- name: "String"
497
- }
498
- }
499
- }
500
- }
517
+ name: "String",
518
+ },
519
+ },
520
+ },
521
+ },
501
522
  };
502
523
 
503
524
  export const ServerConfigurationListResult: coreClient.CompositeMapper = {
@@ -512,20 +533,20 @@ export const ServerConfigurationListResult: coreClient.CompositeMapper = {
512
533
  element: {
513
534
  type: {
514
535
  name: "Composite",
515
- className: "ServerConfiguration"
516
- }
517
- }
518
- }
536
+ className: "ServerConfiguration",
537
+ },
538
+ },
539
+ },
519
540
  },
520
541
  nextLink: {
521
542
  serializedName: "nextLink",
522
543
  readOnly: true,
523
544
  type: {
524
- name: "String"
525
- }
526
- }
527
- }
528
- }
545
+ name: "String",
546
+ },
547
+ },
548
+ },
549
+ },
529
550
  };
530
551
 
531
552
  export const ClusterConfigurationListResult: coreClient.CompositeMapper = {
@@ -540,20 +561,20 @@ export const ClusterConfigurationListResult: coreClient.CompositeMapper = {
540
561
  element: {
541
562
  type: {
542
563
  name: "Composite",
543
- className: "Configuration"
544
- }
545
- }
546
- }
564
+ className: "Configuration",
565
+ },
566
+ },
567
+ },
547
568
  },
548
569
  nextLink: {
549
570
  serializedName: "nextLink",
550
571
  readOnly: true,
551
572
  type: {
552
- name: "String"
553
- }
554
- }
555
- }
556
- }
573
+ name: "String",
574
+ },
575
+ },
576
+ },
577
+ },
557
578
  };
558
579
 
559
580
  export const ServerRoleGroupConfiguration: coreClient.CompositeMapper = {
@@ -565,32 +586,32 @@ export const ServerRoleGroupConfiguration: coreClient.CompositeMapper = {
565
586
  serializedName: "role",
566
587
  required: true,
567
588
  type: {
568
- name: "String"
569
- }
589
+ name: "String",
590
+ },
570
591
  },
571
592
  value: {
572
593
  serializedName: "value",
573
594
  required: true,
574
595
  type: {
575
- name: "String"
576
- }
596
+ name: "String",
597
+ },
577
598
  },
578
599
  defaultValue: {
579
600
  serializedName: "defaultValue",
580
601
  readOnly: true,
581
602
  type: {
582
- name: "String"
583
- }
603
+ name: "String",
604
+ },
584
605
  },
585
606
  source: {
586
607
  serializedName: "source",
587
608
  readOnly: true,
588
609
  type: {
589
- name: "String"
590
- }
591
- }
592
- }
593
- }
610
+ name: "String",
611
+ },
612
+ },
613
+ },
614
+ },
594
615
  };
595
616
 
596
617
  export const FirewallRuleListResult: coreClient.CompositeMapper = {
@@ -605,13 +626,13 @@ export const FirewallRuleListResult: coreClient.CompositeMapper = {
605
626
  element: {
606
627
  type: {
607
628
  name: "Composite",
608
- className: "FirewallRule"
609
- }
610
- }
611
- }
612
- }
613
- }
614
- }
629
+ className: "FirewallRule",
630
+ },
631
+ },
632
+ },
633
+ },
634
+ },
635
+ },
615
636
  };
616
637
 
617
638
  export const RoleListResult: coreClient.CompositeMapper = {
@@ -626,13 +647,28 @@ export const RoleListResult: coreClient.CompositeMapper = {
626
647
  element: {
627
648
  type: {
628
649
  name: "Composite",
629
- className: "Role"
630
- }
631
- }
632
- }
633
- }
634
- }
635
- }
650
+ className: "Role",
651
+ },
652
+ },
653
+ },
654
+ },
655
+ },
656
+ },
657
+ };
658
+
659
+ export const PromoteRequest: coreClient.CompositeMapper = {
660
+ type: {
661
+ name: "Composite",
662
+ className: "PromoteRequest",
663
+ modelProperties: {
664
+ enableGeoBackup: {
665
+ serializedName: "enableGeoBackup",
666
+ type: {
667
+ name: "Boolean",
668
+ },
669
+ },
670
+ },
671
+ },
636
672
  };
637
673
 
638
674
  export const NameAvailabilityRequest: coreClient.CompositeMapper = {
@@ -644,19 +680,19 @@ export const NameAvailabilityRequest: coreClient.CompositeMapper = {
644
680
  serializedName: "name",
645
681
  required: true,
646
682
  type: {
647
- name: "String"
648
- }
683
+ name: "String",
684
+ },
649
685
  },
650
686
  type: {
651
687
  defaultValue: "Microsoft.DBforPostgreSQL/serverGroupsv2",
652
688
  isConstant: true,
653
689
  serializedName: "type",
654
690
  type: {
655
- name: "String"
656
- }
657
- }
658
- }
659
- }
691
+ name: "String",
692
+ },
693
+ },
694
+ },
695
+ },
660
696
  };
661
697
 
662
698
  export const NameAvailability: coreClient.CompositeMapper = {
@@ -667,29 +703,29 @@ export const NameAvailability: coreClient.CompositeMapper = {
667
703
  message: {
668
704
  serializedName: "message",
669
705
  type: {
670
- name: "String"
671
- }
706
+ name: "String",
707
+ },
672
708
  },
673
709
  nameAvailable: {
674
710
  serializedName: "nameAvailable",
675
711
  type: {
676
- name: "Boolean"
677
- }
712
+ name: "Boolean",
713
+ },
678
714
  },
679
715
  name: {
680
716
  serializedName: "name",
681
717
  type: {
682
- name: "String"
683
- }
718
+ name: "String",
719
+ },
684
720
  },
685
721
  type: {
686
722
  serializedName: "type",
687
723
  type: {
688
- name: "String"
689
- }
690
- }
691
- }
692
- }
724
+ name: "String",
725
+ },
726
+ },
727
+ },
728
+ },
693
729
  };
694
730
 
695
731
  export const OperationListResult: coreClient.CompositeMapper = {
@@ -704,20 +740,20 @@ export const OperationListResult: coreClient.CompositeMapper = {
704
740
  element: {
705
741
  type: {
706
742
  name: "Composite",
707
- className: "Operation"
708
- }
709
- }
710
- }
743
+ className: "Operation",
744
+ },
745
+ },
746
+ },
711
747
  },
712
748
  nextLink: {
713
749
  serializedName: "nextLink",
714
750
  readOnly: true,
715
751
  type: {
716
- name: "String"
717
- }
718
- }
719
- }
720
- }
752
+ name: "String",
753
+ },
754
+ },
755
+ },
756
+ },
721
757
  };
722
758
 
723
759
  export const Operation: coreClient.CompositeMapper = {
@@ -729,28 +765,28 @@ export const Operation: coreClient.CompositeMapper = {
729
765
  serializedName: "name",
730
766
  readOnly: true,
731
767
  type: {
732
- name: "String"
733
- }
768
+ name: "String",
769
+ },
734
770
  },
735
771
  display: {
736
772
  serializedName: "display",
737
773
  type: {
738
774
  name: "Composite",
739
- className: "OperationDisplay"
740
- }
775
+ className: "OperationDisplay",
776
+ },
741
777
  },
742
778
  isDataAction: {
743
779
  serializedName: "isDataAction",
744
780
  type: {
745
- name: "Boolean"
746
- }
781
+ name: "Boolean",
782
+ },
747
783
  },
748
784
  origin: {
749
785
  serializedName: "origin",
750
786
  readOnly: true,
751
787
  type: {
752
- name: "String"
753
- }
788
+ name: "String",
789
+ },
754
790
  },
755
791
  properties: {
756
792
  serializedName: "properties",
@@ -758,12 +794,12 @@ export const Operation: coreClient.CompositeMapper = {
758
794
  type: {
759
795
  name: "Dictionary",
760
796
  value: {
761
- type: { name: "Dictionary", value: { type: { name: "any" } } }
762
- }
763
- }
764
- }
765
- }
766
- }
797
+ type: { name: "Dictionary", value: { type: { name: "any" } } },
798
+ },
799
+ },
800
+ },
801
+ },
802
+ },
767
803
  };
768
804
 
769
805
  export const OperationDisplay: coreClient.CompositeMapper = {
@@ -775,32 +811,32 @@ export const OperationDisplay: coreClient.CompositeMapper = {
775
811
  serializedName: "provider",
776
812
  readOnly: true,
777
813
  type: {
778
- name: "String"
779
- }
814
+ name: "String",
815
+ },
780
816
  },
781
817
  resource: {
782
818
  serializedName: "resource",
783
819
  readOnly: true,
784
820
  type: {
785
- name: "String"
786
- }
821
+ name: "String",
822
+ },
787
823
  },
788
824
  operation: {
789
825
  serializedName: "operation",
790
826
  readOnly: true,
791
827
  type: {
792
- name: "String"
793
- }
828
+ name: "String",
829
+ },
794
830
  },
795
831
  description: {
796
832
  serializedName: "description",
797
833
  readOnly: true,
798
834
  type: {
799
- name: "String"
800
- }
801
- }
802
- }
803
- }
835
+ name: "String",
836
+ },
837
+ },
838
+ },
839
+ },
804
840
  };
805
841
 
806
842
  export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
@@ -815,13 +851,13 @@ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
815
851
  element: {
816
852
  type: {
817
853
  name: "Composite",
818
- className: "PrivateEndpointConnection"
819
- }
820
- }
821
- }
822
- }
823
- }
824
- }
854
+ className: "PrivateEndpointConnection",
855
+ },
856
+ },
857
+ },
858
+ },
859
+ },
860
+ },
825
861
  };
826
862
 
827
863
  export const PrivateEndpoint: coreClient.CompositeMapper = {
@@ -833,11 +869,11 @@ export const PrivateEndpoint: coreClient.CompositeMapper = {
833
869
  serializedName: "id",
834
870
  readOnly: true,
835
871
  type: {
836
- name: "String"
837
- }
838
- }
839
- }
840
- }
872
+ name: "String",
873
+ },
874
+ },
875
+ },
876
+ },
841
877
  };
842
878
 
843
879
  export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
@@ -852,13 +888,13 @@ export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
852
888
  element: {
853
889
  type: {
854
890
  name: "Composite",
855
- className: "PrivateLinkResource"
856
- }
857
- }
858
- }
859
- }
860
- }
861
- }
891
+ className: "PrivateLinkResource",
892
+ },
893
+ },
894
+ },
895
+ },
896
+ },
897
+ },
862
898
  };
863
899
 
864
900
  export const ProxyResource: coreClient.CompositeMapper = {
@@ -866,9 +902,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
866
902
  name: "Composite",
867
903
  className: "ProxyResource",
868
904
  modelProperties: {
869
- ...Resource.type.modelProperties
870
- }
871
- }
905
+ ...Resource.type.modelProperties,
906
+ },
907
+ },
872
908
  };
873
909
 
874
910
  export const TrackedResource: coreClient.CompositeMapper = {
@@ -881,18 +917,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
881
917
  serializedName: "tags",
882
918
  type: {
883
919
  name: "Dictionary",
884
- value: { type: { name: "String" } }
885
- }
920
+ value: { type: { name: "String" } },
921
+ },
886
922
  },
887
923
  location: {
888
924
  serializedName: "location",
889
925
  required: true,
890
926
  type: {
891
- name: "String"
892
- }
893
- }
894
- }
895
- }
927
+ name: "String",
928
+ },
929
+ },
930
+ },
931
+ },
896
932
  };
897
933
 
898
934
  export const PrivateEndpointConnection: coreClient.CompositeMapper = {
@@ -908,34 +944,34 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
908
944
  name: "Sequence",
909
945
  element: {
910
946
  type: {
911
- name: "String"
912
- }
913
- }
914
- }
947
+ name: "String",
948
+ },
949
+ },
950
+ },
915
951
  },
916
952
  privateEndpoint: {
917
953
  serializedName: "properties.privateEndpoint",
918
954
  type: {
919
955
  name: "Composite",
920
- className: "PrivateEndpoint"
921
- }
956
+ className: "PrivateEndpoint",
957
+ },
922
958
  },
923
959
  privateLinkServiceConnectionState: {
924
960
  serializedName: "properties.privateLinkServiceConnectionState",
925
961
  type: {
926
962
  name: "Composite",
927
- className: "PrivateLinkServiceConnectionState"
928
- }
963
+ className: "PrivateLinkServiceConnectionState",
964
+ },
929
965
  },
930
966
  provisioningState: {
931
967
  serializedName: "properties.provisioningState",
932
968
  readOnly: true,
933
969
  type: {
934
- name: "String"
935
- }
936
- }
937
- }
938
- }
970
+ name: "String",
971
+ },
972
+ },
973
+ },
974
+ },
939
975
  };
940
976
 
941
977
  export const PrivateLinkResource: coreClient.CompositeMapper = {
@@ -948,8 +984,8 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
948
984
  serializedName: "properties.groupId",
949
985
  readOnly: true,
950
986
  type: {
951
- name: "String"
952
- }
987
+ name: "String",
988
+ },
953
989
  },
954
990
  requiredMembers: {
955
991
  serializedName: "properties.requiredMembers",
@@ -958,10 +994,10 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
958
994
  name: "Sequence",
959
995
  element: {
960
996
  type: {
961
- name: "String"
962
- }
963
- }
964
- }
997
+ name: "String",
998
+ },
999
+ },
1000
+ },
965
1001
  },
966
1002
  requiredZoneNames: {
967
1003
  serializedName: "properties.requiredZoneNames",
@@ -969,13 +1005,13 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
969
1005
  name: "Sequence",
970
1006
  element: {
971
1007
  type: {
972
- name: "String"
973
- }
974
- }
975
- }
976
- }
977
- }
978
- }
1008
+ name: "String",
1009
+ },
1010
+ },
1011
+ },
1012
+ },
1013
+ },
1014
+ },
979
1015
  };
980
1016
 
981
1017
  export const ClusterServerProperties: coreClient.CompositeMapper = {
@@ -988,49 +1024,49 @@ export const ClusterServerProperties: coreClient.CompositeMapper = {
988
1024
  serializedName: "fullyQualifiedDomainName",
989
1025
  readOnly: true,
990
1026
  type: {
991
- name: "String"
992
- }
1027
+ name: "String",
1028
+ },
993
1029
  },
994
1030
  role: {
995
1031
  serializedName: "role",
996
1032
  type: {
997
- name: "String"
998
- }
1033
+ name: "String",
1034
+ },
999
1035
  },
1000
1036
  state: {
1001
1037
  serializedName: "state",
1002
1038
  readOnly: true,
1003
1039
  type: {
1004
- name: "String"
1005
- }
1040
+ name: "String",
1041
+ },
1006
1042
  },
1007
1043
  haState: {
1008
1044
  serializedName: "haState",
1009
1045
  readOnly: true,
1010
1046
  type: {
1011
- name: "String"
1012
- }
1047
+ name: "String",
1048
+ },
1013
1049
  },
1014
1050
  availabilityZone: {
1015
1051
  serializedName: "availabilityZone",
1016
1052
  type: {
1017
- name: "String"
1018
- }
1053
+ name: "String",
1054
+ },
1019
1055
  },
1020
1056
  postgresqlVersion: {
1021
1057
  serializedName: "postgresqlVersion",
1022
1058
  type: {
1023
- name: "String"
1024
- }
1059
+ name: "String",
1060
+ },
1025
1061
  },
1026
1062
  citusVersion: {
1027
1063
  serializedName: "citusVersion",
1028
1064
  type: {
1029
- name: "String"
1030
- }
1031
- }
1032
- }
1033
- }
1065
+ name: "String",
1066
+ },
1067
+ },
1068
+ },
1069
+ },
1034
1070
  };
1035
1071
 
1036
1072
  export const SimplePrivateEndpointConnection: coreClient.CompositeMapper = {
@@ -1043,8 +1079,8 @@ export const SimplePrivateEndpointConnection: coreClient.CompositeMapper = {
1043
1079
  serializedName: "properties.privateEndpoint",
1044
1080
  type: {
1045
1081
  name: "Composite",
1046
- className: "PrivateEndpointProperty"
1047
- }
1082
+ className: "PrivateEndpointProperty",
1083
+ },
1048
1084
  },
1049
1085
  groupIds: {
1050
1086
  serializedName: "properties.groupIds",
@@ -1052,20 +1088,20 @@ export const SimplePrivateEndpointConnection: coreClient.CompositeMapper = {
1052
1088
  name: "Sequence",
1053
1089
  element: {
1054
1090
  type: {
1055
- name: "String"
1056
- }
1057
- }
1058
- }
1091
+ name: "String",
1092
+ },
1093
+ },
1094
+ },
1059
1095
  },
1060
1096
  privateLinkServiceConnectionState: {
1061
1097
  serializedName: "properties.privateLinkServiceConnectionState",
1062
1098
  type: {
1063
1099
  name: "Composite",
1064
- className: "PrivateLinkServiceConnectionState"
1065
- }
1066
- }
1067
- }
1068
- }
1100
+ className: "PrivateLinkServiceConnectionState",
1101
+ },
1102
+ },
1103
+ },
1104
+ },
1069
1105
  };
1070
1106
 
1071
1107
  export const ClusterServer: coreClient.CompositeMapper = {
@@ -1077,95 +1113,95 @@ export const ClusterServer: coreClient.CompositeMapper = {
1077
1113
  serverEdition: {
1078
1114
  serializedName: "properties.serverEdition",
1079
1115
  type: {
1080
- name: "String"
1081
- }
1116
+ name: "String",
1117
+ },
1082
1118
  },
1083
1119
  storageQuotaInMb: {
1084
1120
  serializedName: "properties.storageQuotaInMb",
1085
1121
  type: {
1086
- name: "Number"
1087
- }
1122
+ name: "Number",
1123
+ },
1088
1124
  },
1089
1125
  vCores: {
1090
1126
  serializedName: "properties.vCores",
1091
1127
  type: {
1092
- name: "Number"
1093
- }
1128
+ name: "Number",
1129
+ },
1094
1130
  },
1095
1131
  enableHa: {
1096
1132
  serializedName: "properties.enableHa",
1097
1133
  type: {
1098
- name: "Boolean"
1099
- }
1134
+ name: "Boolean",
1135
+ },
1100
1136
  },
1101
1137
  enablePublicIpAccess: {
1102
1138
  serializedName: "properties.enablePublicIpAccess",
1103
1139
  readOnly: true,
1104
1140
  type: {
1105
- name: "Boolean"
1106
- }
1141
+ name: "Boolean",
1142
+ },
1107
1143
  },
1108
1144
  isReadOnly: {
1109
1145
  serializedName: "properties.isReadOnly",
1110
1146
  readOnly: true,
1111
1147
  type: {
1112
- name: "Boolean"
1113
- }
1148
+ name: "Boolean",
1149
+ },
1114
1150
  },
1115
1151
  administratorLogin: {
1116
1152
  serializedName: "properties.administratorLogin",
1117
1153
  readOnly: true,
1118
1154
  type: {
1119
- name: "String"
1120
- }
1155
+ name: "String",
1156
+ },
1121
1157
  },
1122
1158
  fullyQualifiedDomainName: {
1123
1159
  serializedName: "properties.fullyQualifiedDomainName",
1124
1160
  readOnly: true,
1125
1161
  type: {
1126
- name: "String"
1127
- }
1162
+ name: "String",
1163
+ },
1128
1164
  },
1129
1165
  role: {
1130
1166
  serializedName: "properties.role",
1131
1167
  type: {
1132
- name: "String"
1133
- }
1168
+ name: "String",
1169
+ },
1134
1170
  },
1135
1171
  state: {
1136
1172
  serializedName: "properties.state",
1137
1173
  readOnly: true,
1138
1174
  type: {
1139
- name: "String"
1140
- }
1175
+ name: "String",
1176
+ },
1141
1177
  },
1142
1178
  haState: {
1143
1179
  serializedName: "properties.haState",
1144
1180
  readOnly: true,
1145
1181
  type: {
1146
- name: "String"
1147
- }
1182
+ name: "String",
1183
+ },
1148
1184
  },
1149
1185
  availabilityZone: {
1150
1186
  serializedName: "properties.availabilityZone",
1151
1187
  type: {
1152
- name: "String"
1153
- }
1188
+ name: "String",
1189
+ },
1154
1190
  },
1155
1191
  postgresqlVersion: {
1156
1192
  serializedName: "properties.postgresqlVersion",
1157
1193
  type: {
1158
- name: "String"
1159
- }
1194
+ name: "String",
1195
+ },
1160
1196
  },
1161
1197
  citusVersion: {
1162
1198
  serializedName: "properties.citusVersion",
1163
1199
  type: {
1164
- name: "String"
1165
- }
1166
- }
1167
- }
1168
- }
1200
+ name: "String",
1201
+ },
1202
+ },
1203
+ },
1204
+ },
1169
1205
  };
1170
1206
 
1171
1207
  export const ServerConfiguration: coreClient.CompositeMapper = {
@@ -1177,60 +1213,60 @@ export const ServerConfiguration: coreClient.CompositeMapper = {
1177
1213
  value: {
1178
1214
  serializedName: "properties.value",
1179
1215
  type: {
1180
- name: "String"
1181
- }
1216
+ name: "String",
1217
+ },
1182
1218
  },
1183
1219
  source: {
1184
1220
  serializedName: "properties.source",
1185
1221
  readOnly: true,
1186
1222
  type: {
1187
- name: "String"
1188
- }
1223
+ name: "String",
1224
+ },
1189
1225
  },
1190
1226
  description: {
1191
1227
  serializedName: "properties.description",
1192
1228
  readOnly: true,
1193
1229
  type: {
1194
- name: "String"
1195
- }
1230
+ name: "String",
1231
+ },
1196
1232
  },
1197
1233
  defaultValue: {
1198
1234
  serializedName: "properties.defaultValue",
1199
1235
  readOnly: true,
1200
1236
  type: {
1201
- name: "String"
1202
- }
1237
+ name: "String",
1238
+ },
1203
1239
  },
1204
1240
  dataType: {
1205
1241
  serializedName: "properties.dataType",
1206
1242
  readOnly: true,
1207
1243
  type: {
1208
- name: "String"
1209
- }
1244
+ name: "String",
1245
+ },
1210
1246
  },
1211
1247
  allowedValues: {
1212
1248
  serializedName: "properties.allowedValues",
1213
1249
  readOnly: true,
1214
1250
  type: {
1215
- name: "String"
1216
- }
1251
+ name: "String",
1252
+ },
1217
1253
  },
1218
1254
  requiresRestart: {
1219
1255
  serializedName: "properties.requiresRestart",
1220
1256
  readOnly: true,
1221
1257
  type: {
1222
- name: "Boolean"
1223
- }
1258
+ name: "Boolean",
1259
+ },
1224
1260
  },
1225
1261
  provisioningState: {
1226
1262
  serializedName: "properties.provisioningState",
1227
1263
  readOnly: true,
1228
1264
  type: {
1229
- name: "String"
1230
- }
1231
- }
1232
- }
1233
- }
1265
+ name: "String",
1266
+ },
1267
+ },
1268
+ },
1269
+ },
1234
1270
  };
1235
1271
 
1236
1272
  export const Configuration: coreClient.CompositeMapper = {
@@ -1243,32 +1279,32 @@ export const Configuration: coreClient.CompositeMapper = {
1243
1279
  serializedName: "properties.description",
1244
1280
  readOnly: true,
1245
1281
  type: {
1246
- name: "String"
1247
- }
1282
+ name: "String",
1283
+ },
1248
1284
  },
1249
1285
  dataType: {
1250
1286
  serializedName: "properties.dataType",
1251
1287
  readOnly: true,
1252
1288
  type: {
1253
- name: "String"
1254
- }
1289
+ name: "String",
1290
+ },
1255
1291
  },
1256
1292
  allowedValues: {
1257
1293
  serializedName: "properties.allowedValues",
1258
1294
  readOnly: true,
1259
1295
  type: {
1260
- name: "String"
1261
- }
1296
+ name: "String",
1297
+ },
1262
1298
  },
1263
1299
  requiresRestart: {
1264
1300
  serializedName: "properties.requiresRestart",
1265
1301
  type: {
1266
- name: "Boolean"
1267
- }
1302
+ name: "Boolean",
1303
+ },
1268
1304
  },
1269
1305
  serverRoleGroupConfigurations: {
1270
1306
  constraints: {
1271
- UniqueItems: true
1307
+ UniqueItems: true,
1272
1308
  },
1273
1309
  serializedName: "properties.serverRoleGroupConfigurations",
1274
1310
  type: {
@@ -1276,20 +1312,20 @@ export const Configuration: coreClient.CompositeMapper = {
1276
1312
  element: {
1277
1313
  type: {
1278
1314
  name: "Composite",
1279
- className: "ServerRoleGroupConfiguration"
1280
- }
1281
- }
1282
- }
1315
+ className: "ServerRoleGroupConfiguration",
1316
+ },
1317
+ },
1318
+ },
1283
1319
  },
1284
1320
  provisioningState: {
1285
1321
  serializedName: "properties.provisioningState",
1286
1322
  readOnly: true,
1287
1323
  type: {
1288
- name: "String"
1289
- }
1290
- }
1291
- }
1292
- }
1324
+ name: "String",
1325
+ },
1326
+ },
1327
+ },
1328
+ },
1293
1329
  };
1294
1330
 
1295
1331
  export const FirewallRule: coreClient.CompositeMapper = {
@@ -1301,36 +1337,36 @@ export const FirewallRule: coreClient.CompositeMapper = {
1301
1337
  startIpAddress: {
1302
1338
  constraints: {
1303
1339
  Pattern: new RegExp(
1304
- "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
1305
- )
1340
+ "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$",
1341
+ ),
1306
1342
  },
1307
1343
  serializedName: "properties.startIpAddress",
1308
1344
  required: true,
1309
1345
  type: {
1310
- name: "String"
1311
- }
1346
+ name: "String",
1347
+ },
1312
1348
  },
1313
1349
  endIpAddress: {
1314
1350
  constraints: {
1315
1351
  Pattern: new RegExp(
1316
- "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
1317
- )
1352
+ "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$",
1353
+ ),
1318
1354
  },
1319
1355
  serializedName: "properties.endIpAddress",
1320
1356
  required: true,
1321
1357
  type: {
1322
- name: "String"
1323
- }
1358
+ name: "String",
1359
+ },
1324
1360
  },
1325
1361
  provisioningState: {
1326
1362
  serializedName: "properties.provisioningState",
1327
1363
  readOnly: true,
1328
1364
  type: {
1329
- name: "String"
1330
- }
1331
- }
1332
- }
1333
- }
1365
+ name: "String",
1366
+ },
1367
+ },
1368
+ },
1369
+ },
1334
1370
  };
1335
1371
 
1336
1372
  export const Role: coreClient.CompositeMapper = {
@@ -1339,22 +1375,46 @@ export const Role: coreClient.CompositeMapper = {
1339
1375
  className: "Role",
1340
1376
  modelProperties: {
1341
1377
  ...ProxyResource.type.modelProperties,
1378
+ roleType: {
1379
+ defaultValue: "user",
1380
+ serializedName: "properties.roleType",
1381
+ type: {
1382
+ name: "String",
1383
+ },
1384
+ },
1342
1385
  password: {
1343
1386
  serializedName: "properties.password",
1344
- required: true,
1345
1387
  type: {
1346
- name: "String"
1347
- }
1388
+ name: "String",
1389
+ },
1348
1390
  },
1349
1391
  provisioningState: {
1350
1392
  serializedName: "properties.provisioningState",
1351
1393
  readOnly: true,
1352
1394
  type: {
1353
- name: "String"
1354
- }
1355
- }
1356
- }
1357
- }
1395
+ name: "String",
1396
+ },
1397
+ },
1398
+ objectId: {
1399
+ serializedName: "properties.externalIdentity.objectId",
1400
+ type: {
1401
+ name: "String",
1402
+ },
1403
+ },
1404
+ principalType: {
1405
+ serializedName: "properties.externalIdentity.principalType",
1406
+ type: {
1407
+ name: "String",
1408
+ },
1409
+ },
1410
+ tenantId: {
1411
+ serializedName: "properties.externalIdentity.tenantId",
1412
+ type: {
1413
+ name: "String",
1414
+ },
1415
+ },
1416
+ },
1417
+ },
1358
1418
  };
1359
1419
 
1360
1420
  export const Cluster: coreClient.CompositeMapper = {
@@ -1367,123 +1427,123 @@ export const Cluster: coreClient.CompositeMapper = {
1367
1427
  serializedName: "properties.administratorLogin",
1368
1428
  readOnly: true,
1369
1429
  type: {
1370
- name: "String"
1371
- }
1430
+ name: "String",
1431
+ },
1372
1432
  },
1373
1433
  administratorLoginPassword: {
1374
1434
  serializedName: "properties.administratorLoginPassword",
1375
1435
  type: {
1376
- name: "String"
1377
- }
1436
+ name: "String",
1437
+ },
1378
1438
  },
1379
1439
  provisioningState: {
1380
1440
  serializedName: "properties.provisioningState",
1381
1441
  readOnly: true,
1382
1442
  type: {
1383
- name: "String"
1384
- }
1443
+ name: "String",
1444
+ },
1385
1445
  },
1386
1446
  state: {
1387
1447
  serializedName: "properties.state",
1388
1448
  readOnly: true,
1389
1449
  type: {
1390
- name: "String"
1391
- }
1450
+ name: "String",
1451
+ },
1392
1452
  },
1393
1453
  postgresqlVersion: {
1394
1454
  serializedName: "properties.postgresqlVersion",
1395
1455
  type: {
1396
- name: "String"
1397
- }
1456
+ name: "String",
1457
+ },
1398
1458
  },
1399
1459
  citusVersion: {
1400
1460
  serializedName: "properties.citusVersion",
1401
1461
  type: {
1402
- name: "String"
1403
- }
1462
+ name: "String",
1463
+ },
1404
1464
  },
1405
1465
  maintenanceWindow: {
1406
1466
  serializedName: "properties.maintenanceWindow",
1407
1467
  type: {
1408
1468
  name: "Composite",
1409
- className: "MaintenanceWindow"
1410
- }
1469
+ className: "MaintenanceWindow",
1470
+ },
1411
1471
  },
1412
1472
  preferredPrimaryZone: {
1413
1473
  serializedName: "properties.preferredPrimaryZone",
1414
1474
  type: {
1415
- name: "String"
1416
- }
1475
+ name: "String",
1476
+ },
1417
1477
  },
1418
1478
  enableShardsOnCoordinator: {
1419
1479
  serializedName: "properties.enableShardsOnCoordinator",
1420
1480
  type: {
1421
- name: "Boolean"
1422
- }
1481
+ name: "Boolean",
1482
+ },
1423
1483
  },
1424
1484
  enableHa: {
1425
1485
  serializedName: "properties.enableHa",
1426
1486
  type: {
1427
- name: "Boolean"
1428
- }
1487
+ name: "Boolean",
1488
+ },
1429
1489
  },
1430
1490
  coordinatorServerEdition: {
1431
1491
  serializedName: "properties.coordinatorServerEdition",
1432
1492
  type: {
1433
- name: "String"
1434
- }
1493
+ name: "String",
1494
+ },
1435
1495
  },
1436
1496
  coordinatorStorageQuotaInMb: {
1437
1497
  serializedName: "properties.coordinatorStorageQuotaInMb",
1438
1498
  type: {
1439
- name: "Number"
1440
- }
1499
+ name: "Number",
1500
+ },
1441
1501
  },
1442
1502
  coordinatorVCores: {
1443
1503
  serializedName: "properties.coordinatorVCores",
1444
1504
  type: {
1445
- name: "Number"
1446
- }
1505
+ name: "Number",
1506
+ },
1447
1507
  },
1448
1508
  coordinatorEnablePublicIpAccess: {
1449
1509
  serializedName: "properties.coordinatorEnablePublicIpAccess",
1450
1510
  type: {
1451
- name: "Boolean"
1452
- }
1511
+ name: "Boolean",
1512
+ },
1453
1513
  },
1454
1514
  nodeServerEdition: {
1455
1515
  serializedName: "properties.nodeServerEdition",
1456
1516
  type: {
1457
- name: "String"
1458
- }
1517
+ name: "String",
1518
+ },
1459
1519
  },
1460
1520
  nodeCount: {
1461
1521
  serializedName: "properties.nodeCount",
1462
1522
  type: {
1463
- name: "Number"
1464
- }
1523
+ name: "Number",
1524
+ },
1465
1525
  },
1466
1526
  nodeStorageQuotaInMb: {
1467
1527
  serializedName: "properties.nodeStorageQuotaInMb",
1468
1528
  type: {
1469
- name: "Number"
1470
- }
1529
+ name: "Number",
1530
+ },
1471
1531
  },
1472
1532
  nodeVCores: {
1473
1533
  serializedName: "properties.nodeVCores",
1474
1534
  type: {
1475
- name: "Number"
1476
- }
1535
+ name: "Number",
1536
+ },
1477
1537
  },
1478
1538
  nodeEnablePublicIpAccess: {
1479
1539
  serializedName: "properties.nodeEnablePublicIpAccess",
1480
1540
  type: {
1481
- name: "Boolean"
1482
- }
1541
+ name: "Boolean",
1542
+ },
1483
1543
  },
1484
1544
  serverNames: {
1485
1545
  constraints: {
1486
- UniqueItems: true
1546
+ UniqueItems: true,
1487
1547
  },
1488
1548
  serializedName: "properties.serverNames",
1489
1549
  readOnly: true,
@@ -1492,32 +1552,32 @@ export const Cluster: coreClient.CompositeMapper = {
1492
1552
  element: {
1493
1553
  type: {
1494
1554
  name: "Composite",
1495
- className: "ServerNameItem"
1496
- }
1497
- }
1498
- }
1555
+ className: "ServerNameItem",
1556
+ },
1557
+ },
1558
+ },
1499
1559
  },
1500
1560
  sourceResourceId: {
1501
1561
  serializedName: "properties.sourceResourceId",
1502
1562
  type: {
1503
- name: "String"
1504
- }
1563
+ name: "String",
1564
+ },
1505
1565
  },
1506
1566
  sourceLocation: {
1507
1567
  serializedName: "properties.sourceLocation",
1508
1568
  type: {
1509
- name: "String"
1510
- }
1569
+ name: "String",
1570
+ },
1511
1571
  },
1512
1572
  pointInTimeUTC: {
1513
1573
  serializedName: "properties.pointInTimeUTC",
1514
1574
  type: {
1515
- name: "DateTime"
1516
- }
1575
+ name: "DateTime",
1576
+ },
1517
1577
  },
1518
1578
  readReplicas: {
1519
1579
  constraints: {
1520
- UniqueItems: true
1580
+ UniqueItems: true,
1521
1581
  },
1522
1582
  serializedName: "properties.readReplicas",
1523
1583
  readOnly: true,
@@ -1525,17 +1585,17 @@ export const Cluster: coreClient.CompositeMapper = {
1525
1585
  name: "Sequence",
1526
1586
  element: {
1527
1587
  type: {
1528
- name: "String"
1529
- }
1530
- }
1531
- }
1588
+ name: "String",
1589
+ },
1590
+ },
1591
+ },
1532
1592
  },
1533
1593
  earliestRestoreTime: {
1534
1594
  serializedName: "properties.earliestRestoreTime",
1535
1595
  readOnly: true,
1536
1596
  type: {
1537
- name: "DateTime"
1538
- }
1597
+ name: "DateTime",
1598
+ },
1539
1599
  },
1540
1600
  privateEndpointConnections: {
1541
1601
  serializedName: "properties.privateEndpointConnections",
@@ -1545,13 +1605,32 @@ export const Cluster: coreClient.CompositeMapper = {
1545
1605
  element: {
1546
1606
  type: {
1547
1607
  name: "Composite",
1548
- className: "SimplePrivateEndpointConnection"
1549
- }
1550
- }
1551
- }
1552
- }
1553
- }
1554
- }
1608
+ className: "SimplePrivateEndpointConnection",
1609
+ },
1610
+ },
1611
+ },
1612
+ },
1613
+ databaseName: {
1614
+ serializedName: "properties.databaseName",
1615
+ type: {
1616
+ name: "String",
1617
+ },
1618
+ },
1619
+ enableGeoBackup: {
1620
+ serializedName: "properties.enableGeoBackup",
1621
+ type: {
1622
+ name: "Boolean",
1623
+ },
1624
+ },
1625
+ authConfig: {
1626
+ serializedName: "properties.authConfig",
1627
+ type: {
1628
+ name: "Composite",
1629
+ className: "AuthConfig",
1630
+ },
1631
+ },
1632
+ },
1633
+ },
1555
1634
  };
1556
1635
 
1557
1636
  export const ClustersCreateHeaders: coreClient.CompositeMapper = {
@@ -1562,17 +1641,17 @@ export const ClustersCreateHeaders: coreClient.CompositeMapper = {
1562
1641
  location: {
1563
1642
  serializedName: "location",
1564
1643
  type: {
1565
- name: "String"
1566
- }
1644
+ name: "String",
1645
+ },
1567
1646
  },
1568
1647
  azureAsyncOperation: {
1569
1648
  serializedName: "azure-async-operation",
1570
1649
  type: {
1571
- name: "String"
1572
- }
1573
- }
1574
- }
1575
- }
1650
+ name: "String",
1651
+ },
1652
+ },
1653
+ },
1654
+ },
1576
1655
  };
1577
1656
 
1578
1657
  export const ClustersDeleteHeaders: coreClient.CompositeMapper = {
@@ -1583,17 +1662,17 @@ export const ClustersDeleteHeaders: coreClient.CompositeMapper = {
1583
1662
  location: {
1584
1663
  serializedName: "location",
1585
1664
  type: {
1586
- name: "String"
1587
- }
1665
+ name: "String",
1666
+ },
1588
1667
  },
1589
1668
  azureAsyncOperation: {
1590
1669
  serializedName: "azure-async-operation",
1591
1670
  type: {
1592
- name: "String"
1593
- }
1594
- }
1595
- }
1596
- }
1671
+ name: "String",
1672
+ },
1673
+ },
1674
+ },
1675
+ },
1597
1676
  };
1598
1677
 
1599
1678
  export const ClustersUpdateHeaders: coreClient.CompositeMapper = {
@@ -1604,17 +1683,17 @@ export const ClustersUpdateHeaders: coreClient.CompositeMapper = {
1604
1683
  location: {
1605
1684
  serializedName: "location",
1606
1685
  type: {
1607
- name: "String"
1608
- }
1686
+ name: "String",
1687
+ },
1609
1688
  },
1610
1689
  azureAsyncOperation: {
1611
1690
  serializedName: "azure-async-operation",
1612
1691
  type: {
1613
- name: "String"
1614
- }
1615
- }
1616
- }
1617
- }
1692
+ name: "String",
1693
+ },
1694
+ },
1695
+ },
1696
+ },
1618
1697
  };
1619
1698
 
1620
1699
  export const ClustersRestartHeaders: coreClient.CompositeMapper = {
@@ -1625,17 +1704,17 @@ export const ClustersRestartHeaders: coreClient.CompositeMapper = {
1625
1704
  location: {
1626
1705
  serializedName: "location",
1627
1706
  type: {
1628
- name: "String"
1629
- }
1707
+ name: "String",
1708
+ },
1630
1709
  },
1631
1710
  azureAsyncOperation: {
1632
1711
  serializedName: "azure-async-operation",
1633
1712
  type: {
1634
- name: "String"
1635
- }
1636
- }
1637
- }
1638
- }
1713
+ name: "String",
1714
+ },
1715
+ },
1716
+ },
1717
+ },
1639
1718
  };
1640
1719
 
1641
1720
  export const ClustersStartHeaders: coreClient.CompositeMapper = {
@@ -1646,17 +1725,17 @@ export const ClustersStartHeaders: coreClient.CompositeMapper = {
1646
1725
  location: {
1647
1726
  serializedName: "location",
1648
1727
  type: {
1649
- name: "String"
1650
- }
1728
+ name: "String",
1729
+ },
1651
1730
  },
1652
1731
  azureAsyncOperation: {
1653
1732
  serializedName: "azure-async-operation",
1654
1733
  type: {
1655
- name: "String"
1656
- }
1657
- }
1658
- }
1659
- }
1734
+ name: "String",
1735
+ },
1736
+ },
1737
+ },
1738
+ },
1660
1739
  };
1661
1740
 
1662
1741
  export const ClustersStopHeaders: coreClient.CompositeMapper = {
@@ -1667,17 +1746,17 @@ export const ClustersStopHeaders: coreClient.CompositeMapper = {
1667
1746
  location: {
1668
1747
  serializedName: "location",
1669
1748
  type: {
1670
- name: "String"
1671
- }
1749
+ name: "String",
1750
+ },
1672
1751
  },
1673
1752
  azureAsyncOperation: {
1674
1753
  serializedName: "azure-async-operation",
1675
1754
  type: {
1676
- name: "String"
1677
- }
1678
- }
1679
- }
1680
- }
1755
+ name: "String",
1756
+ },
1757
+ },
1758
+ },
1759
+ },
1681
1760
  };
1682
1761
 
1683
1762
  export const ClustersPromoteReadReplicaHeaders: coreClient.CompositeMapper = {
@@ -1688,39 +1767,40 @@ export const ClustersPromoteReadReplicaHeaders: coreClient.CompositeMapper = {
1688
1767
  location: {
1689
1768
  serializedName: "location",
1690
1769
  type: {
1691
- name: "String"
1692
- }
1770
+ name: "String",
1771
+ },
1693
1772
  },
1694
1773
  azureAsyncOperation: {
1695
1774
  serializedName: "azure-async-operation",
1696
1775
  type: {
1697
- name: "String"
1698
- }
1699
- }
1700
- }
1701
- }
1776
+ name: "String",
1777
+ },
1778
+ },
1779
+ },
1780
+ },
1702
1781
  };
1703
1782
 
1704
- export const ConfigurationsUpdateOnCoordinatorHeaders: coreClient.CompositeMapper = {
1705
- type: {
1706
- name: "Composite",
1707
- className: "ConfigurationsUpdateOnCoordinatorHeaders",
1708
- modelProperties: {
1709
- location: {
1710
- serializedName: "location",
1711
- type: {
1712
- name: "String"
1713
- }
1783
+ export const ConfigurationsUpdateOnCoordinatorHeaders: coreClient.CompositeMapper =
1784
+ {
1785
+ type: {
1786
+ name: "Composite",
1787
+ className: "ConfigurationsUpdateOnCoordinatorHeaders",
1788
+ modelProperties: {
1789
+ location: {
1790
+ serializedName: "location",
1791
+ type: {
1792
+ name: "String",
1793
+ },
1794
+ },
1795
+ azureAsyncOperation: {
1796
+ serializedName: "azure-async-operation",
1797
+ type: {
1798
+ name: "String",
1799
+ },
1800
+ },
1714
1801
  },
1715
- azureAsyncOperation: {
1716
- serializedName: "azure-async-operation",
1717
- type: {
1718
- name: "String"
1719
- }
1720
- }
1721
- }
1722
- }
1723
- };
1802
+ },
1803
+ };
1724
1804
 
1725
1805
  export const ConfigurationsUpdateOnNodeHeaders: coreClient.CompositeMapper = {
1726
1806
  type: {
@@ -1730,17 +1810,17 @@ export const ConfigurationsUpdateOnNodeHeaders: coreClient.CompositeMapper = {
1730
1810
  location: {
1731
1811
  serializedName: "location",
1732
1812
  type: {
1733
- name: "String"
1734
- }
1813
+ name: "String",
1814
+ },
1735
1815
  },
1736
1816
  azureAsyncOperation: {
1737
1817
  serializedName: "azure-async-operation",
1738
1818
  type: {
1739
- name: "String"
1740
- }
1741
- }
1742
- }
1743
- }
1819
+ name: "String",
1820
+ },
1821
+ },
1822
+ },
1823
+ },
1744
1824
  };
1745
1825
 
1746
1826
  export const FirewallRulesCreateOrUpdateHeaders: coreClient.CompositeMapper = {
@@ -1751,17 +1831,17 @@ export const FirewallRulesCreateOrUpdateHeaders: coreClient.CompositeMapper = {
1751
1831
  location: {
1752
1832
  serializedName: "location",
1753
1833
  type: {
1754
- name: "String"
1755
- }
1834
+ name: "String",
1835
+ },
1756
1836
  },
1757
1837
  azureAsyncOperation: {
1758
1838
  serializedName: "azure-async-operation",
1759
1839
  type: {
1760
- name: "String"
1761
- }
1762
- }
1763
- }
1764
- }
1840
+ name: "String",
1841
+ },
1842
+ },
1843
+ },
1844
+ },
1765
1845
  };
1766
1846
 
1767
1847
  export const FirewallRulesDeleteHeaders: coreClient.CompositeMapper = {
@@ -1772,17 +1852,17 @@ export const FirewallRulesDeleteHeaders: coreClient.CompositeMapper = {
1772
1852
  location: {
1773
1853
  serializedName: "location",
1774
1854
  type: {
1775
- name: "String"
1776
- }
1855
+ name: "String",
1856
+ },
1777
1857
  },
1778
1858
  azureAsyncOperation: {
1779
1859
  serializedName: "azure-async-operation",
1780
1860
  type: {
1781
- name: "String"
1782
- }
1783
- }
1784
- }
1785
- }
1861
+ name: "String",
1862
+ },
1863
+ },
1864
+ },
1865
+ },
1786
1866
  };
1787
1867
 
1788
1868
  export const RolesCreateHeaders: coreClient.CompositeMapper = {
@@ -1793,17 +1873,17 @@ export const RolesCreateHeaders: coreClient.CompositeMapper = {
1793
1873
  location: {
1794
1874
  serializedName: "location",
1795
1875
  type: {
1796
- name: "String"
1797
- }
1876
+ name: "String",
1877
+ },
1798
1878
  },
1799
1879
  azureAsyncOperation: {
1800
1880
  serializedName: "azure-async-operation",
1801
1881
  type: {
1802
- name: "String"
1803
- }
1804
- }
1805
- }
1806
- }
1882
+ name: "String",
1883
+ },
1884
+ },
1885
+ },
1886
+ },
1807
1887
  };
1808
1888
 
1809
1889
  export const RolesDeleteHeaders: coreClient.CompositeMapper = {
@@ -1814,57 +1894,59 @@ export const RolesDeleteHeaders: coreClient.CompositeMapper = {
1814
1894
  location: {
1815
1895
  serializedName: "location",
1816
1896
  type: {
1817
- name: "String"
1818
- }
1897
+ name: "String",
1898
+ },
1819
1899
  },
1820
1900
  azureAsyncOperation: {
1821
1901
  serializedName: "azure-async-operation",
1822
1902
  type: {
1823
- name: "String"
1824
- }
1825
- }
1826
- }
1827
- }
1903
+ name: "String",
1904
+ },
1905
+ },
1906
+ },
1907
+ },
1828
1908
  };
1829
1909
 
1830
- export const PrivateEndpointConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper = {
1831
- type: {
1832
- name: "Composite",
1833
- className: "PrivateEndpointConnectionsCreateOrUpdateHeaders",
1834
- modelProperties: {
1835
- location: {
1836
- serializedName: "location",
1837
- type: {
1838
- name: "String"
1839
- }
1910
+ export const PrivateEndpointConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper =
1911
+ {
1912
+ type: {
1913
+ name: "Composite",
1914
+ className: "PrivateEndpointConnectionsCreateOrUpdateHeaders",
1915
+ modelProperties: {
1916
+ location: {
1917
+ serializedName: "location",
1918
+ type: {
1919
+ name: "String",
1920
+ },
1921
+ },
1922
+ azureAsyncOperation: {
1923
+ serializedName: "azure-async-operation",
1924
+ type: {
1925
+ name: "String",
1926
+ },
1927
+ },
1840
1928
  },
1841
- azureAsyncOperation: {
1842
- serializedName: "azure-async-operation",
1843
- type: {
1844
- name: "String"
1845
- }
1846
- }
1847
- }
1848
- }
1849
- };
1929
+ },
1930
+ };
1850
1931
 
1851
- export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {
1852
- type: {
1853
- name: "Composite",
1854
- className: "PrivateEndpointConnectionsDeleteHeaders",
1855
- modelProperties: {
1856
- location: {
1857
- serializedName: "location",
1858
- type: {
1859
- name: "String"
1860
- }
1932
+ export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =
1933
+ {
1934
+ type: {
1935
+ name: "Composite",
1936
+ className: "PrivateEndpointConnectionsDeleteHeaders",
1937
+ modelProperties: {
1938
+ location: {
1939
+ serializedName: "location",
1940
+ type: {
1941
+ name: "String",
1942
+ },
1943
+ },
1944
+ azureAsyncOperation: {
1945
+ serializedName: "azure-async-operation",
1946
+ type: {
1947
+ name: "String",
1948
+ },
1949
+ },
1861
1950
  },
1862
- azureAsyncOperation: {
1863
- serializedName: "azure-async-operation",
1864
- type: {
1865
- name: "String"
1866
- }
1867
- }
1868
- }
1869
- }
1870
- };
1951
+ },
1952
+ };