@azure/arm-cosmosdbforpostgresql 1.0.1-alpha.20240312.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.
- package/CHANGELOG.md +24 -10
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1060 -948
- 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/clustersCheckNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +13 -13
- package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/clustersListSample.js +1 -1
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js +1 -1
- package/dist-esm/samples-dev/clustersRestartSample.js +1 -1
- package/dist-esm/samples-dev/clustersStartSample.js +1 -1
- package/dist-esm/samples-dev/clustersStopSample.js +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +9 -9
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js +1 -1
- package/dist-esm/samples-dev/configurationsGetNodeSample.js +1 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/configurationsListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js +2 -2
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js +2 -2
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.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/privateEndpointConnectionsListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/rolesCreateSample.js +1 -1
- package/dist-esm/samples-dev/rolesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/rolesGetSample.js +1 -1
- package/dist-esm/samples-dev/rolesListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/serversGetSample.js +1 -1
- package/dist-esm/samples-dev/serversListByClusterSample.js +1 -1
- package/dist-esm/src/cosmosDBForPostgreSQL.d.ts.map +1 -1
- package/dist-esm/src/cosmosDBForPostgreSQL.js +9 -9
- package/dist-esm/src/cosmosDBForPostgreSQL.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +91 -2
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +34 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +2 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +649 -579
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +63 -59
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +106 -104
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/configurations.d.ts.map +1 -1
- package/dist-esm/src/operations/configurations.js +64 -64
- package/dist-esm/src/operations/configurations.js.map +1 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -1
- package/dist-esm/src/operations/firewallRules.js +37 -37
- package/dist-esm/src/operations/firewallRules.js.map +1 -1
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +39 -39
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +11 -11
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/roles.d.ts.map +1 -1
- package/dist-esm/src/operations/roles.js +36 -36
- package/dist-esm/src/operations/roles.js.map +1 -1
- package/dist-esm/src/operations/servers.js +11 -11
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js +2 -2
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js.map +1 -1
- package/package.json +9 -9
- package/review/arm-cosmosdbforpostgresql.api.md +63 -1
- package/src/cosmosDBForPostgreSQL.ts +18 -17
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +124 -17
- package/src/models/mappers.ts +710 -628
- package/src/models/parameters.ts +66 -60
- package/src/operations/clusters.ts +208 -224
- package/src/operations/configurations.ts +122 -131
- package/src/operations/firewallRules.ts +72 -78
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +76 -81
- package/src/operations/privateLinkResources.ts +24 -26
- package/src/operations/roles.ts +71 -77
- package/src/operations/servers.ts +24 -26
- package/src/operationsInterfaces/clusters.ts +19 -19
- package/src/operationsInterfaces/configurations.ts +10 -10
- package/src/operationsInterfaces/firewallRules.ts +7 -7
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
- package/src/operationsInterfaces/privateLinkResources.ts +3 -3
- package/src/operationsInterfaces/roles.ts +7 -7
- package/src/operationsInterfaces/servers.ts +3 -3
- package/src/pagingHelper.ts +1 -1
- package/types/arm-cosmosdbforpostgresql.d.ts +101 -2
- package/types/tsdoc-metadata.json +1 -1
|
@@ -16,7 +16,7 @@ import { CosmosDBForPostgreSQL } from "../cosmosDBForPostgreSQL";
|
|
|
16
16
|
import {
|
|
17
17
|
SimplePollerLike,
|
|
18
18
|
OperationState,
|
|
19
|
-
createHttpPoller
|
|
19
|
+
createHttpPoller,
|
|
20
20
|
} from "@azure/core-lro";
|
|
21
21
|
import { createLroSpec } from "../lroImpl";
|
|
22
22
|
import {
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
ConfigurationsUpdateOnNodeOptionalParams,
|
|
40
40
|
ConfigurationsUpdateOnNodeResponse,
|
|
41
41
|
ConfigurationsListByServerNextResponse,
|
|
42
|
-
ConfigurationsListByClusterNextResponse
|
|
42
|
+
ConfigurationsListByClusterNextResponse,
|
|
43
43
|
} from "../models";
|
|
44
44
|
|
|
45
45
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -66,13 +66,13 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
66
66
|
resourceGroupName: string,
|
|
67
67
|
clusterName: string,
|
|
68
68
|
serverName: string,
|
|
69
|
-
options?: ConfigurationsListByServerOptionalParams
|
|
69
|
+
options?: ConfigurationsListByServerOptionalParams,
|
|
70
70
|
): PagedAsyncIterableIterator<ServerConfiguration> {
|
|
71
71
|
const iter = this.listByServerPagingAll(
|
|
72
72
|
resourceGroupName,
|
|
73
73
|
clusterName,
|
|
74
74
|
serverName,
|
|
75
|
-
options
|
|
75
|
+
options,
|
|
76
76
|
);
|
|
77
77
|
return {
|
|
78
78
|
next() {
|
|
@@ -90,9 +90,9 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
90
90
|
clusterName,
|
|
91
91
|
serverName,
|
|
92
92
|
options,
|
|
93
|
-
settings
|
|
93
|
+
settings,
|
|
94
94
|
);
|
|
95
|
-
}
|
|
95
|
+
},
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
|
|
@@ -101,7 +101,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
101
101
|
clusterName: string,
|
|
102
102
|
serverName: string,
|
|
103
103
|
options?: ConfigurationsListByServerOptionalParams,
|
|
104
|
-
settings?: PageSettings
|
|
104
|
+
settings?: PageSettings,
|
|
105
105
|
): AsyncIterableIterator<ServerConfiguration[]> {
|
|
106
106
|
let result: ConfigurationsListByServerResponse;
|
|
107
107
|
let continuationToken = settings?.continuationToken;
|
|
@@ -110,7 +110,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
110
110
|
resourceGroupName,
|
|
111
111
|
clusterName,
|
|
112
112
|
serverName,
|
|
113
|
-
options
|
|
113
|
+
options,
|
|
114
114
|
);
|
|
115
115
|
let page = result.value || [];
|
|
116
116
|
continuationToken = result.nextLink;
|
|
@@ -123,7 +123,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
123
123
|
clusterName,
|
|
124
124
|
serverName,
|
|
125
125
|
continuationToken,
|
|
126
|
-
options
|
|
126
|
+
options,
|
|
127
127
|
);
|
|
128
128
|
continuationToken = result.nextLink;
|
|
129
129
|
let page = result.value || [];
|
|
@@ -136,13 +136,13 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
136
136
|
resourceGroupName: string,
|
|
137
137
|
clusterName: string,
|
|
138
138
|
serverName: string,
|
|
139
|
-
options?: ConfigurationsListByServerOptionalParams
|
|
139
|
+
options?: ConfigurationsListByServerOptionalParams,
|
|
140
140
|
): AsyncIterableIterator<ServerConfiguration> {
|
|
141
141
|
for await (const page of this.listByServerPagingPage(
|
|
142
142
|
resourceGroupName,
|
|
143
143
|
clusterName,
|
|
144
144
|
serverName,
|
|
145
|
-
options
|
|
145
|
+
options,
|
|
146
146
|
)) {
|
|
147
147
|
yield* page;
|
|
148
148
|
}
|
|
@@ -157,12 +157,12 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
157
157
|
public listByCluster(
|
|
158
158
|
resourceGroupName: string,
|
|
159
159
|
clusterName: string,
|
|
160
|
-
options?: ConfigurationsListByClusterOptionalParams
|
|
160
|
+
options?: ConfigurationsListByClusterOptionalParams,
|
|
161
161
|
): PagedAsyncIterableIterator<Configuration> {
|
|
162
162
|
const iter = this.listByClusterPagingAll(
|
|
163
163
|
resourceGroupName,
|
|
164
164
|
clusterName,
|
|
165
|
-
options
|
|
165
|
+
options,
|
|
166
166
|
);
|
|
167
167
|
return {
|
|
168
168
|
next() {
|
|
@@ -179,9 +179,9 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
179
179
|
resourceGroupName,
|
|
180
180
|
clusterName,
|
|
181
181
|
options,
|
|
182
|
-
settings
|
|
182
|
+
settings,
|
|
183
183
|
);
|
|
184
|
-
}
|
|
184
|
+
},
|
|
185
185
|
};
|
|
186
186
|
}
|
|
187
187
|
|
|
@@ -189,7 +189,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
189
189
|
resourceGroupName: string,
|
|
190
190
|
clusterName: string,
|
|
191
191
|
options?: ConfigurationsListByClusterOptionalParams,
|
|
192
|
-
settings?: PageSettings
|
|
192
|
+
settings?: PageSettings,
|
|
193
193
|
): AsyncIterableIterator<Configuration[]> {
|
|
194
194
|
let result: ConfigurationsListByClusterResponse;
|
|
195
195
|
let continuationToken = settings?.continuationToken;
|
|
@@ -197,7 +197,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
197
197
|
result = await this._listByCluster(
|
|
198
198
|
resourceGroupName,
|
|
199
199
|
clusterName,
|
|
200
|
-
options
|
|
200
|
+
options,
|
|
201
201
|
);
|
|
202
202
|
let page = result.value || [];
|
|
203
203
|
continuationToken = result.nextLink;
|
|
@@ -209,7 +209,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
209
209
|
resourceGroupName,
|
|
210
210
|
clusterName,
|
|
211
211
|
continuationToken,
|
|
212
|
-
options
|
|
212
|
+
options,
|
|
213
213
|
);
|
|
214
214
|
continuationToken = result.nextLink;
|
|
215
215
|
let page = result.value || [];
|
|
@@ -221,12 +221,12 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
221
221
|
private async *listByClusterPagingAll(
|
|
222
222
|
resourceGroupName: string,
|
|
223
223
|
clusterName: string,
|
|
224
|
-
options?: ConfigurationsListByClusterOptionalParams
|
|
224
|
+
options?: ConfigurationsListByClusterOptionalParams,
|
|
225
225
|
): AsyncIterableIterator<Configuration> {
|
|
226
226
|
for await (const page of this.listByClusterPagingPage(
|
|
227
227
|
resourceGroupName,
|
|
228
228
|
clusterName,
|
|
229
|
-
options
|
|
229
|
+
options,
|
|
230
230
|
)) {
|
|
231
231
|
yield* page;
|
|
232
232
|
}
|
|
@@ -243,11 +243,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
243
243
|
resourceGroupName: string,
|
|
244
244
|
clusterName: string,
|
|
245
245
|
serverName: string,
|
|
246
|
-
options?: ConfigurationsListByServerOptionalParams
|
|
246
|
+
options?: ConfigurationsListByServerOptionalParams,
|
|
247
247
|
): Promise<ConfigurationsListByServerResponse> {
|
|
248
248
|
return this.client.sendOperationRequest(
|
|
249
249
|
{ resourceGroupName, clusterName, serverName, options },
|
|
250
|
-
listByServerOperationSpec
|
|
250
|
+
listByServerOperationSpec,
|
|
251
251
|
);
|
|
252
252
|
}
|
|
253
253
|
|
|
@@ -260,11 +260,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
260
260
|
private _listByCluster(
|
|
261
261
|
resourceGroupName: string,
|
|
262
262
|
clusterName: string,
|
|
263
|
-
options?: ConfigurationsListByClusterOptionalParams
|
|
263
|
+
options?: ConfigurationsListByClusterOptionalParams,
|
|
264
264
|
): Promise<ConfigurationsListByClusterResponse> {
|
|
265
265
|
return this.client.sendOperationRequest(
|
|
266
266
|
{ resourceGroupName, clusterName, options },
|
|
267
|
-
listByClusterOperationSpec
|
|
267
|
+
listByClusterOperationSpec,
|
|
268
268
|
);
|
|
269
269
|
}
|
|
270
270
|
|
|
@@ -279,11 +279,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
279
279
|
resourceGroupName: string,
|
|
280
280
|
clusterName: string,
|
|
281
281
|
configurationName: string,
|
|
282
|
-
options?: ConfigurationsGetOptionalParams
|
|
282
|
+
options?: ConfigurationsGetOptionalParams,
|
|
283
283
|
): Promise<ConfigurationsGetResponse> {
|
|
284
284
|
return this.client.sendOperationRequest(
|
|
285
285
|
{ resourceGroupName, clusterName, configurationName, options },
|
|
286
|
-
getOperationSpec
|
|
286
|
+
getOperationSpec,
|
|
287
287
|
);
|
|
288
288
|
}
|
|
289
289
|
|
|
@@ -298,11 +298,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
298
298
|
resourceGroupName: string,
|
|
299
299
|
clusterName: string,
|
|
300
300
|
configurationName: string,
|
|
301
|
-
options?: ConfigurationsGetCoordinatorOptionalParams
|
|
301
|
+
options?: ConfigurationsGetCoordinatorOptionalParams,
|
|
302
302
|
): Promise<ConfigurationsGetCoordinatorResponse> {
|
|
303
303
|
return this.client.sendOperationRequest(
|
|
304
304
|
{ resourceGroupName, clusterName, configurationName, options },
|
|
305
|
-
getCoordinatorOperationSpec
|
|
305
|
+
getCoordinatorOperationSpec,
|
|
306
306
|
);
|
|
307
307
|
}
|
|
308
308
|
|
|
@@ -319,7 +319,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
319
319
|
clusterName: string,
|
|
320
320
|
configurationName: string,
|
|
321
321
|
parameters: ServerConfiguration,
|
|
322
|
-
options?: ConfigurationsUpdateOnCoordinatorOptionalParams
|
|
322
|
+
options?: ConfigurationsUpdateOnCoordinatorOptionalParams,
|
|
323
323
|
): Promise<
|
|
324
324
|
SimplePollerLike<
|
|
325
325
|
OperationState<ConfigurationsUpdateOnCoordinatorResponse>,
|
|
@@ -328,21 +328,20 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
328
328
|
> {
|
|
329
329
|
const directSendOperation = async (
|
|
330
330
|
args: coreClient.OperationArguments,
|
|
331
|
-
spec: coreClient.OperationSpec
|
|
331
|
+
spec: coreClient.OperationSpec,
|
|
332
332
|
): Promise<ConfigurationsUpdateOnCoordinatorResponse> => {
|
|
333
333
|
return this.client.sendOperationRequest(args, spec);
|
|
334
334
|
};
|
|
335
335
|
const sendOperationFn = async (
|
|
336
336
|
args: coreClient.OperationArguments,
|
|
337
|
-
spec: coreClient.OperationSpec
|
|
337
|
+
spec: coreClient.OperationSpec,
|
|
338
338
|
) => {
|
|
339
|
-
let currentRawResponse:
|
|
340
|
-
|
|
341
|
-
| undefined = undefined;
|
|
339
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
340
|
+
undefined;
|
|
342
341
|
const providedCallback = args.options?.onResponse;
|
|
343
342
|
const callback: coreClient.RawResponseCallback = (
|
|
344
343
|
rawResponse: coreClient.FullOperationResponse,
|
|
345
|
-
flatResponse: unknown
|
|
344
|
+
flatResponse: unknown,
|
|
346
345
|
) => {
|
|
347
346
|
currentRawResponse = rawResponse;
|
|
348
347
|
providedCallback?.(rawResponse, flatResponse);
|
|
@@ -351,8 +350,8 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
351
350
|
...args,
|
|
352
351
|
options: {
|
|
353
352
|
...args.options,
|
|
354
|
-
onResponse: callback
|
|
355
|
-
}
|
|
353
|
+
onResponse: callback,
|
|
354
|
+
},
|
|
356
355
|
};
|
|
357
356
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
358
357
|
return {
|
|
@@ -360,8 +359,8 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
360
359
|
rawResponse: {
|
|
361
360
|
statusCode: currentRawResponse!.status,
|
|
362
361
|
body: currentRawResponse!.parsedBody,
|
|
363
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
364
|
-
}
|
|
362
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
363
|
+
},
|
|
365
364
|
};
|
|
366
365
|
};
|
|
367
366
|
|
|
@@ -372,9 +371,9 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
372
371
|
clusterName,
|
|
373
372
|
configurationName,
|
|
374
373
|
parameters,
|
|
375
|
-
options
|
|
374
|
+
options,
|
|
376
375
|
},
|
|
377
|
-
spec: updateOnCoordinatorOperationSpec
|
|
376
|
+
spec: updateOnCoordinatorOperationSpec,
|
|
378
377
|
});
|
|
379
378
|
const poller = await createHttpPoller<
|
|
380
379
|
ConfigurationsUpdateOnCoordinatorResponse,
|
|
@@ -382,7 +381,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
382
381
|
>(lro, {
|
|
383
382
|
restoreFrom: options?.resumeFrom,
|
|
384
383
|
intervalInMs: options?.updateIntervalInMs,
|
|
385
|
-
resourceLocationConfig: "azure-async-operation"
|
|
384
|
+
resourceLocationConfig: "azure-async-operation",
|
|
386
385
|
});
|
|
387
386
|
await poller.poll();
|
|
388
387
|
return poller;
|
|
@@ -401,14 +400,14 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
401
400
|
clusterName: string,
|
|
402
401
|
configurationName: string,
|
|
403
402
|
parameters: ServerConfiguration,
|
|
404
|
-
options?: ConfigurationsUpdateOnCoordinatorOptionalParams
|
|
403
|
+
options?: ConfigurationsUpdateOnCoordinatorOptionalParams,
|
|
405
404
|
): Promise<ConfigurationsUpdateOnCoordinatorResponse> {
|
|
406
405
|
const poller = await this.beginUpdateOnCoordinator(
|
|
407
406
|
resourceGroupName,
|
|
408
407
|
clusterName,
|
|
409
408
|
configurationName,
|
|
410
409
|
parameters,
|
|
411
|
-
options
|
|
410
|
+
options,
|
|
412
411
|
);
|
|
413
412
|
return poller.pollUntilDone();
|
|
414
413
|
}
|
|
@@ -424,11 +423,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
424
423
|
resourceGroupName: string,
|
|
425
424
|
clusterName: string,
|
|
426
425
|
configurationName: string,
|
|
427
|
-
options?: ConfigurationsGetNodeOptionalParams
|
|
426
|
+
options?: ConfigurationsGetNodeOptionalParams,
|
|
428
427
|
): Promise<ConfigurationsGetNodeResponse> {
|
|
429
428
|
return this.client.sendOperationRequest(
|
|
430
429
|
{ resourceGroupName, clusterName, configurationName, options },
|
|
431
|
-
getNodeOperationSpec
|
|
430
|
+
getNodeOperationSpec,
|
|
432
431
|
);
|
|
433
432
|
}
|
|
434
433
|
|
|
@@ -445,7 +444,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
445
444
|
clusterName: string,
|
|
446
445
|
configurationName: string,
|
|
447
446
|
parameters: ServerConfiguration,
|
|
448
|
-
options?: ConfigurationsUpdateOnNodeOptionalParams
|
|
447
|
+
options?: ConfigurationsUpdateOnNodeOptionalParams,
|
|
449
448
|
): Promise<
|
|
450
449
|
SimplePollerLike<
|
|
451
450
|
OperationState<ConfigurationsUpdateOnNodeResponse>,
|
|
@@ -454,21 +453,20 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
454
453
|
> {
|
|
455
454
|
const directSendOperation = async (
|
|
456
455
|
args: coreClient.OperationArguments,
|
|
457
|
-
spec: coreClient.OperationSpec
|
|
456
|
+
spec: coreClient.OperationSpec,
|
|
458
457
|
): Promise<ConfigurationsUpdateOnNodeResponse> => {
|
|
459
458
|
return this.client.sendOperationRequest(args, spec);
|
|
460
459
|
};
|
|
461
460
|
const sendOperationFn = async (
|
|
462
461
|
args: coreClient.OperationArguments,
|
|
463
|
-
spec: coreClient.OperationSpec
|
|
462
|
+
spec: coreClient.OperationSpec,
|
|
464
463
|
) => {
|
|
465
|
-
let currentRawResponse:
|
|
466
|
-
|
|
467
|
-
| undefined = undefined;
|
|
464
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
465
|
+
undefined;
|
|
468
466
|
const providedCallback = args.options?.onResponse;
|
|
469
467
|
const callback: coreClient.RawResponseCallback = (
|
|
470
468
|
rawResponse: coreClient.FullOperationResponse,
|
|
471
|
-
flatResponse: unknown
|
|
469
|
+
flatResponse: unknown,
|
|
472
470
|
) => {
|
|
473
471
|
currentRawResponse = rawResponse;
|
|
474
472
|
providedCallback?.(rawResponse, flatResponse);
|
|
@@ -477,8 +475,8 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
477
475
|
...args,
|
|
478
476
|
options: {
|
|
479
477
|
...args.options,
|
|
480
|
-
onResponse: callback
|
|
481
|
-
}
|
|
478
|
+
onResponse: callback,
|
|
479
|
+
},
|
|
482
480
|
};
|
|
483
481
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
484
482
|
return {
|
|
@@ -486,8 +484,8 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
486
484
|
rawResponse: {
|
|
487
485
|
statusCode: currentRawResponse!.status,
|
|
488
486
|
body: currentRawResponse!.parsedBody,
|
|
489
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
490
|
-
}
|
|
487
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
488
|
+
},
|
|
491
489
|
};
|
|
492
490
|
};
|
|
493
491
|
|
|
@@ -498,9 +496,9 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
498
496
|
clusterName,
|
|
499
497
|
configurationName,
|
|
500
498
|
parameters,
|
|
501
|
-
options
|
|
499
|
+
options,
|
|
502
500
|
},
|
|
503
|
-
spec: updateOnNodeOperationSpec
|
|
501
|
+
spec: updateOnNodeOperationSpec,
|
|
504
502
|
});
|
|
505
503
|
const poller = await createHttpPoller<
|
|
506
504
|
ConfigurationsUpdateOnNodeResponse,
|
|
@@ -508,7 +506,7 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
508
506
|
>(lro, {
|
|
509
507
|
restoreFrom: options?.resumeFrom,
|
|
510
508
|
intervalInMs: options?.updateIntervalInMs,
|
|
511
|
-
resourceLocationConfig: "azure-async-operation"
|
|
509
|
+
resourceLocationConfig: "azure-async-operation",
|
|
512
510
|
});
|
|
513
511
|
await poller.poll();
|
|
514
512
|
return poller;
|
|
@@ -527,14 +525,14 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
527
525
|
clusterName: string,
|
|
528
526
|
configurationName: string,
|
|
529
527
|
parameters: ServerConfiguration,
|
|
530
|
-
options?: ConfigurationsUpdateOnNodeOptionalParams
|
|
528
|
+
options?: ConfigurationsUpdateOnNodeOptionalParams,
|
|
531
529
|
): Promise<ConfigurationsUpdateOnNodeResponse> {
|
|
532
530
|
const poller = await this.beginUpdateOnNode(
|
|
533
531
|
resourceGroupName,
|
|
534
532
|
clusterName,
|
|
535
533
|
configurationName,
|
|
536
534
|
parameters,
|
|
537
|
-
options
|
|
535
|
+
options,
|
|
538
536
|
);
|
|
539
537
|
return poller.pollUntilDone();
|
|
540
538
|
}
|
|
@@ -552,11 +550,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
552
550
|
clusterName: string,
|
|
553
551
|
serverName: string,
|
|
554
552
|
nextLink: string,
|
|
555
|
-
options?: ConfigurationsListByServerNextOptionalParams
|
|
553
|
+
options?: ConfigurationsListByServerNextOptionalParams,
|
|
556
554
|
): Promise<ConfigurationsListByServerNextResponse> {
|
|
557
555
|
return this.client.sendOperationRequest(
|
|
558
556
|
{ resourceGroupName, clusterName, serverName, nextLink, options },
|
|
559
|
-
listByServerNextOperationSpec
|
|
557
|
+
listByServerNextOperationSpec,
|
|
560
558
|
);
|
|
561
559
|
}
|
|
562
560
|
|
|
@@ -571,11 +569,11 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
571
569
|
resourceGroupName: string,
|
|
572
570
|
clusterName: string,
|
|
573
571
|
nextLink: string,
|
|
574
|
-
options?: ConfigurationsListByClusterNextOptionalParams
|
|
572
|
+
options?: ConfigurationsListByClusterNextOptionalParams,
|
|
575
573
|
): Promise<ConfigurationsListByClusterNextResponse> {
|
|
576
574
|
return this.client.sendOperationRequest(
|
|
577
575
|
{ resourceGroupName, clusterName, nextLink, options },
|
|
578
|
-
listByClusterNextOperationSpec
|
|
576
|
+
listByClusterNextOperationSpec,
|
|
579
577
|
);
|
|
580
578
|
}
|
|
581
579
|
}
|
|
@@ -583,16 +581,15 @@ export class ConfigurationsImpl implements Configurations {
|
|
|
583
581
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
584
582
|
|
|
585
583
|
const listByServerOperationSpec: coreClient.OperationSpec = {
|
|
586
|
-
path:
|
|
587
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/servers/{serverName}/configurations",
|
|
584
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/servers/{serverName}/configurations",
|
|
588
585
|
httpMethod: "GET",
|
|
589
586
|
responses: {
|
|
590
587
|
200: {
|
|
591
|
-
bodyMapper: Mappers.ServerConfigurationListResult
|
|
588
|
+
bodyMapper: Mappers.ServerConfigurationListResult,
|
|
592
589
|
},
|
|
593
590
|
default: {
|
|
594
|
-
bodyMapper: Mappers.ErrorResponse
|
|
595
|
-
}
|
|
591
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
592
|
+
},
|
|
596
593
|
},
|
|
597
594
|
queryParameters: [Parameters.apiVersion],
|
|
598
595
|
urlParameters: [
|
|
@@ -600,44 +597,42 @@ const listByServerOperationSpec: coreClient.OperationSpec = {
|
|
|
600
597
|
Parameters.subscriptionId,
|
|
601
598
|
Parameters.resourceGroupName,
|
|
602
599
|
Parameters.clusterName,
|
|
603
|
-
Parameters.serverName
|
|
600
|
+
Parameters.serverName,
|
|
604
601
|
],
|
|
605
602
|
headerParameters: [Parameters.accept],
|
|
606
|
-
serializer
|
|
603
|
+
serializer,
|
|
607
604
|
};
|
|
608
605
|
const listByClusterOperationSpec: coreClient.OperationSpec = {
|
|
609
|
-
path:
|
|
610
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations",
|
|
606
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations",
|
|
611
607
|
httpMethod: "GET",
|
|
612
608
|
responses: {
|
|
613
609
|
200: {
|
|
614
|
-
bodyMapper: Mappers.ClusterConfigurationListResult
|
|
610
|
+
bodyMapper: Mappers.ClusterConfigurationListResult,
|
|
615
611
|
},
|
|
616
612
|
default: {
|
|
617
|
-
bodyMapper: Mappers.ErrorResponse
|
|
618
|
-
}
|
|
613
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
614
|
+
},
|
|
619
615
|
},
|
|
620
616
|
queryParameters: [Parameters.apiVersion],
|
|
621
617
|
urlParameters: [
|
|
622
618
|
Parameters.$host,
|
|
623
619
|
Parameters.subscriptionId,
|
|
624
620
|
Parameters.resourceGroupName,
|
|
625
|
-
Parameters.clusterName
|
|
621
|
+
Parameters.clusterName,
|
|
626
622
|
],
|
|
627
623
|
headerParameters: [Parameters.accept],
|
|
628
|
-
serializer
|
|
624
|
+
serializer,
|
|
629
625
|
};
|
|
630
626
|
const getOperationSpec: coreClient.OperationSpec = {
|
|
631
|
-
path:
|
|
632
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations/{configurationName}",
|
|
627
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/configurations/{configurationName}",
|
|
633
628
|
httpMethod: "GET",
|
|
634
629
|
responses: {
|
|
635
630
|
200: {
|
|
636
|
-
bodyMapper: Mappers.Configuration
|
|
631
|
+
bodyMapper: Mappers.Configuration,
|
|
637
632
|
},
|
|
638
633
|
default: {
|
|
639
|
-
bodyMapper: Mappers.ErrorResponse
|
|
640
|
-
}
|
|
634
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
635
|
+
},
|
|
641
636
|
},
|
|
642
637
|
queryParameters: [Parameters.apiVersion],
|
|
643
638
|
urlParameters: [
|
|
@@ -645,22 +640,21 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|
|
645
640
|
Parameters.subscriptionId,
|
|
646
641
|
Parameters.resourceGroupName,
|
|
647
642
|
Parameters.clusterName,
|
|
648
|
-
Parameters.configurationName
|
|
643
|
+
Parameters.configurationName,
|
|
649
644
|
],
|
|
650
645
|
headerParameters: [Parameters.accept],
|
|
651
|
-
serializer
|
|
646
|
+
serializer,
|
|
652
647
|
};
|
|
653
648
|
const getCoordinatorOperationSpec: coreClient.OperationSpec = {
|
|
654
|
-
path:
|
|
655
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/coordinatorConfigurations/{configurationName}",
|
|
649
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/coordinatorConfigurations/{configurationName}",
|
|
656
650
|
httpMethod: "GET",
|
|
657
651
|
responses: {
|
|
658
652
|
200: {
|
|
659
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
653
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
660
654
|
},
|
|
661
655
|
default: {
|
|
662
|
-
bodyMapper: Mappers.ErrorResponse
|
|
663
|
-
}
|
|
656
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
657
|
+
},
|
|
664
658
|
},
|
|
665
659
|
queryParameters: [Parameters.apiVersion],
|
|
666
660
|
urlParameters: [
|
|
@@ -668,31 +662,30 @@ const getCoordinatorOperationSpec: coreClient.OperationSpec = {
|
|
|
668
662
|
Parameters.subscriptionId,
|
|
669
663
|
Parameters.resourceGroupName,
|
|
670
664
|
Parameters.clusterName,
|
|
671
|
-
Parameters.configurationName
|
|
665
|
+
Parameters.configurationName,
|
|
672
666
|
],
|
|
673
667
|
headerParameters: [Parameters.accept],
|
|
674
|
-
serializer
|
|
668
|
+
serializer,
|
|
675
669
|
};
|
|
676
670
|
const updateOnCoordinatorOperationSpec: coreClient.OperationSpec = {
|
|
677
|
-
path:
|
|
678
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/coordinatorConfigurations/{configurationName}",
|
|
671
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/coordinatorConfigurations/{configurationName}",
|
|
679
672
|
httpMethod: "PUT",
|
|
680
673
|
responses: {
|
|
681
674
|
200: {
|
|
682
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
675
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
683
676
|
},
|
|
684
677
|
201: {
|
|
685
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
678
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
686
679
|
},
|
|
687
680
|
202: {
|
|
688
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
681
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
689
682
|
},
|
|
690
683
|
204: {
|
|
691
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
684
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
692
685
|
},
|
|
693
686
|
default: {
|
|
694
|
-
bodyMapper: Mappers.ErrorResponse
|
|
695
|
-
}
|
|
687
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
688
|
+
},
|
|
696
689
|
},
|
|
697
690
|
requestBody: Parameters.parameters2,
|
|
698
691
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -701,23 +694,22 @@ const updateOnCoordinatorOperationSpec: coreClient.OperationSpec = {
|
|
|
701
694
|
Parameters.subscriptionId,
|
|
702
695
|
Parameters.resourceGroupName,
|
|
703
696
|
Parameters.clusterName,
|
|
704
|
-
Parameters.configurationName
|
|
697
|
+
Parameters.configurationName,
|
|
705
698
|
],
|
|
706
699
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
707
700
|
mediaType: "json",
|
|
708
|
-
serializer
|
|
701
|
+
serializer,
|
|
709
702
|
};
|
|
710
703
|
const getNodeOperationSpec: coreClient.OperationSpec = {
|
|
711
|
-
path:
|
|
712
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName}",
|
|
704
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName}",
|
|
713
705
|
httpMethod: "GET",
|
|
714
706
|
responses: {
|
|
715
707
|
200: {
|
|
716
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
708
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
717
709
|
},
|
|
718
710
|
default: {
|
|
719
|
-
bodyMapper: Mappers.ErrorResponse
|
|
720
|
-
}
|
|
711
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
712
|
+
},
|
|
721
713
|
},
|
|
722
714
|
queryParameters: [Parameters.apiVersion],
|
|
723
715
|
urlParameters: [
|
|
@@ -725,31 +717,30 @@ const getNodeOperationSpec: coreClient.OperationSpec = {
|
|
|
725
717
|
Parameters.subscriptionId,
|
|
726
718
|
Parameters.resourceGroupName,
|
|
727
719
|
Parameters.clusterName,
|
|
728
|
-
Parameters.configurationName
|
|
720
|
+
Parameters.configurationName,
|
|
729
721
|
],
|
|
730
722
|
headerParameters: [Parameters.accept],
|
|
731
|
-
serializer
|
|
723
|
+
serializer,
|
|
732
724
|
};
|
|
733
725
|
const updateOnNodeOperationSpec: coreClient.OperationSpec = {
|
|
734
|
-
path:
|
|
735
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName}",
|
|
726
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName}",
|
|
736
727
|
httpMethod: "PUT",
|
|
737
728
|
responses: {
|
|
738
729
|
200: {
|
|
739
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
730
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
740
731
|
},
|
|
741
732
|
201: {
|
|
742
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
733
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
743
734
|
},
|
|
744
735
|
202: {
|
|
745
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
736
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
746
737
|
},
|
|
747
738
|
204: {
|
|
748
|
-
bodyMapper: Mappers.ServerConfiguration
|
|
739
|
+
bodyMapper: Mappers.ServerConfiguration,
|
|
749
740
|
},
|
|
750
741
|
default: {
|
|
751
|
-
bodyMapper: Mappers.ErrorResponse
|
|
752
|
-
}
|
|
742
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
743
|
+
},
|
|
753
744
|
},
|
|
754
745
|
requestBody: Parameters.parameters2,
|
|
755
746
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -758,22 +749,22 @@ const updateOnNodeOperationSpec: coreClient.OperationSpec = {
|
|
|
758
749
|
Parameters.subscriptionId,
|
|
759
750
|
Parameters.resourceGroupName,
|
|
760
751
|
Parameters.clusterName,
|
|
761
|
-
Parameters.configurationName
|
|
752
|
+
Parameters.configurationName,
|
|
762
753
|
],
|
|
763
754
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
764
755
|
mediaType: "json",
|
|
765
|
-
serializer
|
|
756
|
+
serializer,
|
|
766
757
|
};
|
|
767
758
|
const listByServerNextOperationSpec: coreClient.OperationSpec = {
|
|
768
759
|
path: "{nextLink}",
|
|
769
760
|
httpMethod: "GET",
|
|
770
761
|
responses: {
|
|
771
762
|
200: {
|
|
772
|
-
bodyMapper: Mappers.ServerConfigurationListResult
|
|
763
|
+
bodyMapper: Mappers.ServerConfigurationListResult,
|
|
773
764
|
},
|
|
774
765
|
default: {
|
|
775
|
-
bodyMapper: Mappers.ErrorResponse
|
|
776
|
-
}
|
|
766
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
767
|
+
},
|
|
777
768
|
},
|
|
778
769
|
urlParameters: [
|
|
779
770
|
Parameters.$host,
|
|
@@ -781,29 +772,29 @@ const listByServerNextOperationSpec: coreClient.OperationSpec = {
|
|
|
781
772
|
Parameters.resourceGroupName,
|
|
782
773
|
Parameters.clusterName,
|
|
783
774
|
Parameters.nextLink,
|
|
784
|
-
Parameters.serverName
|
|
775
|
+
Parameters.serverName,
|
|
785
776
|
],
|
|
786
777
|
headerParameters: [Parameters.accept],
|
|
787
|
-
serializer
|
|
778
|
+
serializer,
|
|
788
779
|
};
|
|
789
780
|
const listByClusterNextOperationSpec: coreClient.OperationSpec = {
|
|
790
781
|
path: "{nextLink}",
|
|
791
782
|
httpMethod: "GET",
|
|
792
783
|
responses: {
|
|
793
784
|
200: {
|
|
794
|
-
bodyMapper: Mappers.ClusterConfigurationListResult
|
|
785
|
+
bodyMapper: Mappers.ClusterConfigurationListResult,
|
|
795
786
|
},
|
|
796
787
|
default: {
|
|
797
|
-
bodyMapper: Mappers.ErrorResponse
|
|
798
|
-
}
|
|
788
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
789
|
+
},
|
|
799
790
|
},
|
|
800
791
|
urlParameters: [
|
|
801
792
|
Parameters.$host,
|
|
802
793
|
Parameters.subscriptionId,
|
|
803
794
|
Parameters.resourceGroupName,
|
|
804
795
|
Parameters.clusterName,
|
|
805
|
-
Parameters.nextLink
|
|
796
|
+
Parameters.nextLink,
|
|
806
797
|
],
|
|
807
798
|
headerParameters: [Parameters.accept],
|
|
808
|
-
serializer
|
|
799
|
+
serializer,
|
|
809
800
|
};
|