@azure/arm-storagesync 9.1.1-alpha.20231016.1 → 9.1.1-alpha.20231023.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +27 -72
- 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/cloudEndpointsListBySyncGroup.js +3 -8
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroup.js.map +1 -1
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js +3 -8
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsList.js +3 -8
- package/dist-esm/samples-dev/operationsList.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js +3 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js +3 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js +3 -8
- package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js +3 -8
- package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js +3 -8
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js.map +1 -1
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js +3 -8
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js +3 -8
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js +3 -8
- package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js +3 -8
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js +3 -8
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/workflowsListByStorageSyncService.js +3 -8
- package/dist-esm/samples-dev/workflowsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js +3 -8
- package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/src/operations/cloudEndpoints.js +3 -8
- package/dist-esm/src/operations/cloudEndpoints.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registeredServers.js +3 -8
- package/dist-esm/src/operations/registeredServers.js.map +1 -1
- package/dist-esm/src/operations/serverEndpoints.js +3 -8
- package/dist-esm/src/operations/serverEndpoints.js.map +1 -1
- package/dist-esm/src/operations/storageSyncServices.js +6 -16
- package/dist-esm/src/operations/storageSyncServices.js.map +1 -1
- package/dist-esm/src/operations/syncGroups.js +3 -8
- package/dist-esm/src/operations/syncGroups.js.map +1 -1
- package/dist-esm/src/operations/workflows.js +3 -8
- package/dist-esm/src/operations/workflows.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -4372,16 +4372,11 @@ class OperationsImpl {
|
|
4372
4372
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
4373
4373
|
var _a, e_1, _b, _c;
|
4374
4374
|
try {
|
4375
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4375
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
4376
4376
|
_c = _f.value;
|
4377
4377
|
_d = false;
|
4378
|
-
|
4379
|
-
|
4380
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4381
|
-
}
|
4382
|
-
finally {
|
4383
|
-
_d = true;
|
4384
|
-
}
|
4378
|
+
const page = _c;
|
4379
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4385
4380
|
}
|
4386
4381
|
}
|
4387
4382
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -4523,16 +4518,11 @@ class StorageSyncServicesImpl {
|
|
4523
4518
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
4524
4519
|
var _a, e_1, _b, _c;
|
4525
4520
|
try {
|
4526
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4521
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
4527
4522
|
_c = _f.value;
|
4528
4523
|
_d = false;
|
4529
|
-
|
4530
|
-
|
4531
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4532
|
-
}
|
4533
|
-
finally {
|
4534
|
-
_d = true;
|
4535
|
-
}
|
4524
|
+
const page = _c;
|
4525
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4536
4526
|
}
|
4537
4527
|
}
|
4538
4528
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -4576,16 +4566,11 @@ class StorageSyncServicesImpl {
|
|
4576
4566
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
4577
4567
|
var _a, e_2, _b, _c;
|
4578
4568
|
try {
|
4579
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4569
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
4580
4570
|
_c = _f.value;
|
4581
4571
|
_d = false;
|
4582
|
-
|
4583
|
-
|
4584
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4585
|
-
}
|
4586
|
-
finally {
|
4587
|
-
_d = true;
|
4588
|
-
}
|
4572
|
+
const page = _c;
|
4573
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4589
4574
|
}
|
4590
4575
|
}
|
4591
4576
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -5065,16 +5050,11 @@ class PrivateEndpointConnectionsImpl {
|
|
5065
5050
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
5066
5051
|
var _a, e_1, _b, _c;
|
5067
5052
|
try {
|
5068
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5053
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5069
5054
|
_c = _f.value;
|
5070
5055
|
_d = false;
|
5071
|
-
|
5072
|
-
|
5073
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5074
|
-
}
|
5075
|
-
finally {
|
5076
|
-
_d = true;
|
5077
|
-
}
|
5056
|
+
const page = _c;
|
5057
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5078
5058
|
}
|
5079
5059
|
}
|
5080
5060
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -5394,16 +5374,11 @@ class SyncGroupsImpl {
|
|
5394
5374
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
5395
5375
|
var _a, e_1, _b, _c;
|
5396
5376
|
try {
|
5397
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5377
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5398
5378
|
_c = _f.value;
|
5399
5379
|
_d = false;
|
5400
|
-
|
5401
|
-
|
5402
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5403
|
-
}
|
5404
|
-
finally {
|
5405
|
-
_d = true;
|
5406
|
-
}
|
5380
|
+
const page = _c;
|
5381
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5407
5382
|
}
|
5408
5383
|
}
|
5409
5384
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -5610,16 +5585,11 @@ class CloudEndpointsImpl {
|
|
5610
5585
|
return tslib.__asyncGenerator(this, arguments, function* listBySyncGroupPagingAll_1() {
|
5611
5586
|
var _a, e_1, _b, _c;
|
5612
5587
|
try {
|
5613
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5588
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5614
5589
|
_c = _f.value;
|
5615
5590
|
_d = false;
|
5616
|
-
|
5617
|
-
|
5618
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5619
|
-
}
|
5620
|
-
finally {
|
5621
|
-
_d = true;
|
5622
|
-
}
|
5591
|
+
const page = _c;
|
5592
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5623
5593
|
}
|
5624
5594
|
}
|
5625
5595
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -6468,16 +6438,11 @@ class ServerEndpointsImpl {
|
|
6468
6438
|
return tslib.__asyncGenerator(this, arguments, function* listBySyncGroupPagingAll_1() {
|
6469
6439
|
var _a, e_1, _b, _c;
|
6470
6440
|
try {
|
6471
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
6441
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
6472
6442
|
_c = _f.value;
|
6473
6443
|
_d = false;
|
6474
|
-
|
6475
|
-
|
6476
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
6477
|
-
}
|
6478
|
-
finally {
|
6479
|
-
_d = true;
|
6480
|
-
}
|
6444
|
+
const page = _c;
|
6445
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
6481
6446
|
}
|
6482
6447
|
}
|
6483
6448
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -7010,16 +6975,11 @@ class RegisteredServersImpl {
|
|
7010
6975
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
7011
6976
|
var _a, e_1, _b, _c;
|
7012
6977
|
try {
|
7013
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
6978
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
7014
6979
|
_c = _f.value;
|
7015
6980
|
_d = false;
|
7016
|
-
|
7017
|
-
|
7018
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7019
|
-
}
|
7020
|
-
finally {
|
7021
|
-
_d = true;
|
7022
|
-
}
|
6981
|
+
const page = _c;
|
6982
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7023
6983
|
}
|
7024
6984
|
}
|
7025
6985
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -7426,16 +7386,11 @@ class WorkflowsImpl {
|
|
7426
7386
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
7427
7387
|
var _a, e_1, _b, _c;
|
7428
7388
|
try {
|
7429
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7389
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
7430
7390
|
_c = _f.value;
|
7431
7391
|
_d = false;
|
7432
|
-
|
7433
|
-
|
7434
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7435
|
-
}
|
7436
|
-
finally {
|
7437
|
-
_d = true;
|
7438
|
-
}
|
7392
|
+
const page = _c;
|
7393
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7439
7394
|
}
|
7440
7395
|
}
|
7441
7396
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|