Skip to content

Commit f394216

Browse files
author
SDKAuto
committed
CodeGen from PR 25219 in Azure/azure-rest-api-specs
Merge 0a6d8fa2d06e786f86d8e138f0f3413fe522ec99 into 2735b620aeb695c106fecd9bf28d719aa0b75b43
1 parent 092094d commit f394216

13 files changed

+83
-85
lines changed

sdk/kusto/arm-kusto/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "95358a2b319539960ec94ca7decd47c28f4fc2d0",
2+
"commit": "4d0de992bd7359a53502aff4fddf297e26f86916",
33
"readme": "specification/azure-kusto/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].5 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/azure-kusto/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].0",
7-
"use": "@autorest/[email protected].5"
6+
"release_tool": "@azure-tools/[email protected].1",
7+
"use": "@autorest/typescript@^6.0.4"
88
}

sdk/kusto/arm-kusto/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.5.3",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
1414
"@azure/core-client": "^1.7.0",
@@ -111,13 +111,5 @@
111111
]
112112
},
113113
"autoPublish": true,
114-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto",
115-
"//sampleConfiguration": {
116-
"productName": "",
117-
"productSlugs": [
118-
"azure"
119-
],
120-
"disableDocsMs": true,
121-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-kusto?view=azure-node-preview"
122-
}
123-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto"
115+
}

sdk/kusto/arm-kusto/src/operations/attachedDatabaseConfigurations.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ export class AttachedDatabaseConfigurationsImpl
243243
OperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>
244244
>(lro, {
245245
restoreFrom: options?.resumeFrom,
246-
intervalInMs: options?.updateIntervalInMs,
247-
resourceLocationConfig: "location"
246+
intervalInMs: options?.updateIntervalInMs
248247
});
249248
await poller.poll();
250249
return poller;
@@ -339,8 +338,7 @@ export class AttachedDatabaseConfigurationsImpl
339338
});
340339
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
341340
restoreFrom: options?.resumeFrom,
342-
intervalInMs: options?.updateIntervalInMs,
343-
resourceLocationConfig: "location"
341+
intervalInMs: options?.updateIntervalInMs
344342
});
345343
await poller.poll();
346344
return poller;

sdk/kusto/arm-kusto/src/operations/clusterPrincipalAssignments.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ export class ClusterPrincipalAssignmentsImpl
217217
OperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>
218218
>(lro, {
219219
restoreFrom: options?.resumeFrom,
220-
intervalInMs: options?.updateIntervalInMs,
221-
resourceLocationConfig: "location"
220+
intervalInMs: options?.updateIntervalInMs
222221
});
223222
await poller.poll();
224223
return poller;
@@ -313,8 +312,7 @@ export class ClusterPrincipalAssignmentsImpl
313312
});
314313
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
315314
restoreFrom: options?.resumeFrom,
316-
intervalInMs: options?.updateIntervalInMs,
317-
resourceLocationConfig: "location"
315+
intervalInMs: options?.updateIntervalInMs
318316
});
319317
await poller.poll();
320318
return poller;

sdk/kusto/arm-kusto/src/operations/clusters.ts

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,7 @@ export class ClustersImpl implements Clusters {
578578
OperationState<ClustersCreateOrUpdateResponse>
579579
>(lro, {
580580
restoreFrom: options?.resumeFrom,
581-
intervalInMs: options?.updateIntervalInMs,
582-
resourceLocationConfig: "location"
581+
intervalInMs: options?.updateIntervalInMs
583582
});
584583
await poller.poll();
585584
return poller;
@@ -674,8 +673,7 @@ export class ClustersImpl implements Clusters {
674673
OperationState<ClustersUpdateResponse>
675674
>(lro, {
676675
restoreFrom: options?.resumeFrom,
677-
intervalInMs: options?.updateIntervalInMs,
678-
resourceLocationConfig: "location"
676+
intervalInMs: options?.updateIntervalInMs
679677
});
680678
await poller.poll();
681679
return poller;
@@ -760,8 +758,7 @@ export class ClustersImpl implements Clusters {
760758
});
761759
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
762760
restoreFrom: options?.resumeFrom,
763-
intervalInMs: options?.updateIntervalInMs,
764-
resourceLocationConfig: "location"
761+
intervalInMs: options?.updateIntervalInMs
765762
});
766763
await poller.poll();
767764
return poller;
@@ -843,8 +840,7 @@ export class ClustersImpl implements Clusters {
843840
});
844841
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
845842
restoreFrom: options?.resumeFrom,
846-
intervalInMs: options?.updateIntervalInMs,
847-
resourceLocationConfig: "location"
843+
intervalInMs: options?.updateIntervalInMs
848844
});
849845
await poller.poll();
850846
return poller;
@@ -926,8 +922,7 @@ export class ClustersImpl implements Clusters {
926922
});
927923
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
928924
restoreFrom: options?.resumeFrom,
929-
intervalInMs: options?.updateIntervalInMs,
930-
resourceLocationConfig: "location"
925+
intervalInMs: options?.updateIntervalInMs
931926
});
932927
await poller.poll();
933928
return poller;
@@ -1011,8 +1006,7 @@ export class ClustersImpl implements Clusters {
10111006
});
10121007
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
10131008
restoreFrom: options?.resumeFrom,
1014-
intervalInMs: options?.updateIntervalInMs,
1015-
resourceLocationConfig: "location"
1009+
intervalInMs: options?.updateIntervalInMs
10161010
});
10171011
await poller.poll();
10181012
return poller;
@@ -1121,8 +1115,7 @@ export class ClustersImpl implements Clusters {
11211115
});
11221116
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
11231117
restoreFrom: options?.resumeFrom,
1124-
intervalInMs: options?.updateIntervalInMs,
1125-
resourceLocationConfig: "location"
1118+
intervalInMs: options?.updateIntervalInMs
11261119
});
11271120
await poller.poll();
11281121
return poller;
@@ -1215,8 +1208,7 @@ export class ClustersImpl implements Clusters {
12151208
OperationState<ClustersDiagnoseVirtualNetworkResponse>
12161209
>(lro, {
12171210
restoreFrom: options?.resumeFrom,
1218-
intervalInMs: options?.updateIntervalInMs,
1219-
resourceLocationConfig: "location"
1211+
intervalInMs: options?.updateIntervalInMs
12201212
});
12211213
await poller.poll();
12221214
return poller;
@@ -1408,8 +1400,7 @@ export class ClustersImpl implements Clusters {
14081400
});
14091401
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
14101402
restoreFrom: options?.resumeFrom,
1411-
intervalInMs: options?.updateIntervalInMs,
1412-
resourceLocationConfig: "location"
1403+
intervalInMs: options?.updateIntervalInMs
14131404
});
14141405
await poller.poll();
14151406
return poller;
@@ -1501,8 +1492,7 @@ export class ClustersImpl implements Clusters {
15011492
});
15021493
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
15031494
restoreFrom: options?.resumeFrom,
1504-
intervalInMs: options?.updateIntervalInMs,
1505-
resourceLocationConfig: "location"
1495+
intervalInMs: options?.updateIntervalInMs
15061496
});
15071497
await poller.poll();
15081498
return poller;

sdk/kusto/arm-kusto/src/operations/dataConnections.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ export class DataConnectionsImpl implements DataConnections {
218218
OperationState<DataConnectionsDataConnectionValidationResponse>
219219
>(lro, {
220220
restoreFrom: options?.resumeFrom,
221-
intervalInMs: options?.updateIntervalInMs,
222-
resourceLocationConfig: "location"
221+
intervalInMs: options?.updateIntervalInMs
223222
});
224223
await poller.poll();
225224
return poller;
@@ -382,8 +381,7 @@ export class DataConnectionsImpl implements DataConnections {
382381
OperationState<DataConnectionsCreateOrUpdateResponse>
383382
>(lro, {
384383
restoreFrom: options?.resumeFrom,
385-
intervalInMs: options?.updateIntervalInMs,
386-
resourceLocationConfig: "location"
384+
intervalInMs: options?.updateIntervalInMs
387385
});
388386
await poller.poll();
389387
return poller;
@@ -495,8 +493,7 @@ export class DataConnectionsImpl implements DataConnections {
495493
OperationState<DataConnectionsUpdateResponse>
496494
>(lro, {
497495
restoreFrom: options?.resumeFrom,
498-
intervalInMs: options?.updateIntervalInMs,
499-
resourceLocationConfig: "location"
496+
intervalInMs: options?.updateIntervalInMs
500497
});
501498
await poller.poll();
502499
return poller;
@@ -597,8 +594,7 @@ export class DataConnectionsImpl implements DataConnections {
597594
});
598595
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
599596
restoreFrom: options?.resumeFrom,
600-
intervalInMs: options?.updateIntervalInMs,
601-
resourceLocationConfig: "location"
597+
intervalInMs: options?.updateIntervalInMs
602598
});
603599
await poller.poll();
604600
return poller;

sdk/kusto/arm-kusto/src/operations/databasePrincipalAssignments.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ export class DatabasePrincipalAssignmentsImpl
252252
OperationState<DatabasePrincipalAssignmentsCreateOrUpdateResponse>
253253
>(lro, {
254254
restoreFrom: options?.resumeFrom,
255-
intervalInMs: options?.updateIntervalInMs,
256-
resourceLocationConfig: "location"
255+
intervalInMs: options?.updateIntervalInMs
257256
});
258257
await poller.poll();
259258
return poller;
@@ -354,8 +353,7 @@ export class DatabasePrincipalAssignmentsImpl
354353
});
355354
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
356355
restoreFrom: options?.resumeFrom,
357-
intervalInMs: options?.updateIntervalInMs,
358-
resourceLocationConfig: "location"
356+
intervalInMs: options?.updateIntervalInMs
359357
});
360358
await poller.poll();
361359
return poller;

sdk/kusto/arm-kusto/src/operations/databases.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ export class DatabasesImpl implements Databases {
346346
OperationState<DatabasesCreateOrUpdateResponse>
347347
>(lro, {
348348
restoreFrom: options?.resumeFrom,
349-
intervalInMs: options?.updateIntervalInMs,
350-
resourceLocationConfig: "location"
349+
intervalInMs: options?.updateIntervalInMs
351350
});
352351
await poller.poll();
353352
return poller;
@@ -453,8 +452,7 @@ export class DatabasesImpl implements Databases {
453452
OperationState<DatabasesUpdateResponse>
454453
>(lro, {
455454
restoreFrom: options?.resumeFrom,
456-
intervalInMs: options?.updateIntervalInMs,
457-
resourceLocationConfig: "location"
455+
intervalInMs: options?.updateIntervalInMs
458456
});
459457
await poller.poll();
460458
return poller;
@@ -544,8 +542,7 @@ export class DatabasesImpl implements Databases {
544542
});
545543
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
546544
restoreFrom: options?.resumeFrom,
547-
intervalInMs: options?.updateIntervalInMs,
548-
resourceLocationConfig: "location"
545+
intervalInMs: options?.updateIntervalInMs
549546
});
550547
await poller.poll();
551548
return poller;

sdk/kusto/arm-kusto/src/operations/managedPrivateEndpoints.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ export class ManagedPrivateEndpointsImpl implements ManagedPrivateEndpoints {
235235
OperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>
236236
>(lro, {
237237
restoreFrom: options?.resumeFrom,
238-
intervalInMs: options?.updateIntervalInMs,
239-
resourceLocationConfig: "location"
238+
intervalInMs: options?.updateIntervalInMs
240239
});
241240
await poller.poll();
242241
return poller;
@@ -342,8 +341,7 @@ export class ManagedPrivateEndpointsImpl implements ManagedPrivateEndpoints {
342341
OperationState<ManagedPrivateEndpointsUpdateResponse>
343342
>(lro, {
344343
restoreFrom: options?.resumeFrom,
345-
intervalInMs: options?.updateIntervalInMs,
346-
resourceLocationConfig: "location"
344+
intervalInMs: options?.updateIntervalInMs
347345
});
348346
await poller.poll();
349347
return poller;
@@ -438,8 +436,7 @@ export class ManagedPrivateEndpointsImpl implements ManagedPrivateEndpoints {
438436
});
439437
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
440438
restoreFrom: options?.resumeFrom,
441-
intervalInMs: options?.updateIntervalInMs,
442-
resourceLocationConfig: "location"
439+
intervalInMs: options?.updateIntervalInMs
443440
});
444441
await poller.poll();
445442
return poller;

sdk/kusto/arm-kusto/src/operations/privateEndpointConnections.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ export class PrivateEndpointConnectionsImpl
217217
OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>
218218
>(lro, {
219219
restoreFrom: options?.resumeFrom,
220-
intervalInMs: options?.updateIntervalInMs,
221-
resourceLocationConfig: "location"
220+
intervalInMs: options?.updateIntervalInMs
222221
});
223222
await poller.poll();
224223
return poller;
@@ -313,8 +312,7 @@ export class PrivateEndpointConnectionsImpl
313312
});
314313
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
315314
restoreFrom: options?.resumeFrom,
316-
intervalInMs: options?.updateIntervalInMs,
317-
resourceLocationConfig: "location"
315+
intervalInMs: options?.updateIntervalInMs
318316
});
319317
await poller.poll();
320318
return poller;

0 commit comments

Comments
 (0)