@azure/arm-storagesync 9.1.1-alpha.20230320.1 → 9.1.1-alpha.20230418.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/dist/index.js +108 -45
- 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 +12 -5
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroup.js.map +1 -1
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js +12 -5
- package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsList.js +12 -5
- package/dist-esm/samples-dev/operationsList.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js +12 -5
- package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js +12 -5
- package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js +12 -5
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js.map +1 -1
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js +12 -5
- package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js +12 -5
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js +12 -5
- package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js.map +1 -1
- package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js +12 -5
- package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js +12 -5
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js +12 -5
- package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/workflowsListByStorageSyncService.js +12 -5
- package/dist-esm/samples-dev/workflowsListByStorageSyncService.js.map +1 -1
- package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js +12 -5
- package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +60 -60
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/cloudEndpoints.js +12 -5
- package/dist-esm/src/operations/cloudEndpoints.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registeredServers.js +12 -5
- package/dist-esm/src/operations/registeredServers.js.map +1 -1
- package/dist-esm/src/operations/serverEndpoints.js +12 -5
- package/dist-esm/src/operations/serverEndpoints.js.map +1 -1
- package/dist-esm/src/operations/storageSyncServices.js +24 -10
- package/dist-esm/src/operations/storageSyncServices.js.map +1 -1
- package/dist-esm/src/operations/syncGroups.js +12 -5
- package/dist-esm/src/operations/syncGroups.js.map +1 -1
- package/dist-esm/src/operations/workflows.js +12 -5
- package/dist-esm/src/operations/workflows.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -4373,17 +4373,24 @@ class OperationsImpl {
|
|
4373
4373
|
}
|
4374
4374
|
listPagingAll(options) {
|
4375
4375
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
4376
|
-
var e_1,
|
4376
|
+
var _a, e_1, _b, _c;
|
4377
4377
|
try {
|
4378
|
-
for (var
|
4379
|
-
|
4380
|
-
|
4378
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4379
|
+
_c = _f.value;
|
4380
|
+
_d = false;
|
4381
|
+
try {
|
4382
|
+
const page = _c;
|
4383
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4384
|
+
}
|
4385
|
+
finally {
|
4386
|
+
_d = true;
|
4387
|
+
}
|
4381
4388
|
}
|
4382
4389
|
}
|
4383
4390
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
4384
4391
|
finally {
|
4385
4392
|
try {
|
4386
|
-
if (
|
4393
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
4387
4394
|
}
|
4388
4395
|
finally { if (e_1) throw e_1.error; }
|
4389
4396
|
}
|
@@ -4517,17 +4524,24 @@ class StorageSyncServicesImpl {
|
|
4517
4524
|
}
|
4518
4525
|
listByResourceGroupPagingAll(resourceGroupName, options) {
|
4519
4526
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
4520
|
-
var e_1,
|
4527
|
+
var _a, e_1, _b, _c;
|
4521
4528
|
try {
|
4522
|
-
for (var
|
4523
|
-
|
4524
|
-
|
4529
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4530
|
+
_c = _f.value;
|
4531
|
+
_d = false;
|
4532
|
+
try {
|
4533
|
+
const page = _c;
|
4534
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4535
|
+
}
|
4536
|
+
finally {
|
4537
|
+
_d = true;
|
4538
|
+
}
|
4525
4539
|
}
|
4526
4540
|
}
|
4527
4541
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
4528
4542
|
finally {
|
4529
4543
|
try {
|
4530
|
-
if (
|
4544
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
4531
4545
|
}
|
4532
4546
|
finally { if (e_1) throw e_1.error; }
|
4533
4547
|
}
|
@@ -4563,17 +4577,24 @@ class StorageSyncServicesImpl {
|
|
4563
4577
|
}
|
4564
4578
|
listBySubscriptionPagingAll(options) {
|
4565
4579
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
4566
|
-
var e_2,
|
4580
|
+
var _a, e_2, _b, _c;
|
4567
4581
|
try {
|
4568
|
-
for (var
|
4569
|
-
|
4570
|
-
|
4582
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4583
|
+
_c = _f.value;
|
4584
|
+
_d = false;
|
4585
|
+
try {
|
4586
|
+
const page = _c;
|
4587
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4588
|
+
}
|
4589
|
+
finally {
|
4590
|
+
_d = true;
|
4591
|
+
}
|
4571
4592
|
}
|
4572
4593
|
}
|
4573
4594
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
4574
4595
|
finally {
|
4575
4596
|
try {
|
4576
|
-
if (
|
4597
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
4577
4598
|
}
|
4578
4599
|
finally { if (e_2) throw e_2.error; }
|
4579
4600
|
}
|
@@ -5045,17 +5066,24 @@ class PrivateEndpointConnectionsImpl {
|
|
5045
5066
|
}
|
5046
5067
|
listByStorageSyncServicePagingAll(resourceGroupName, storageSyncServiceName, options) {
|
5047
5068
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
5048
|
-
var e_1,
|
5069
|
+
var _a, e_1, _b, _c;
|
5049
5070
|
try {
|
5050
|
-
for (var
|
5051
|
-
|
5052
|
-
|
5071
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5072
|
+
_c = _f.value;
|
5073
|
+
_d = false;
|
5074
|
+
try {
|
5075
|
+
const page = _c;
|
5076
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5077
|
+
}
|
5078
|
+
finally {
|
5079
|
+
_d = true;
|
5080
|
+
}
|
5053
5081
|
}
|
5054
5082
|
}
|
5055
5083
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
5056
5084
|
finally {
|
5057
5085
|
try {
|
5058
|
-
if (
|
5086
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
5059
5087
|
}
|
5060
5088
|
finally { if (e_1) throw e_1.error; }
|
5061
5089
|
}
|
@@ -5367,17 +5395,24 @@ class SyncGroupsImpl {
|
|
5367
5395
|
}
|
5368
5396
|
listByStorageSyncServicePagingAll(resourceGroupName, storageSyncServiceName, options) {
|
5369
5397
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
5370
|
-
var e_1,
|
5398
|
+
var _a, e_1, _b, _c;
|
5371
5399
|
try {
|
5372
|
-
for (var
|
5373
|
-
|
5374
|
-
|
5400
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5401
|
+
_c = _f.value;
|
5402
|
+
_d = false;
|
5403
|
+
try {
|
5404
|
+
const page = _c;
|
5405
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5406
|
+
}
|
5407
|
+
finally {
|
5408
|
+
_d = true;
|
5409
|
+
}
|
5375
5410
|
}
|
5376
5411
|
}
|
5377
5412
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
5378
5413
|
finally {
|
5379
5414
|
try {
|
5380
|
-
if (
|
5415
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
5381
5416
|
}
|
5382
5417
|
finally { if (e_1) throw e_1.error; }
|
5383
5418
|
}
|
@@ -5576,17 +5611,24 @@ class CloudEndpointsImpl {
|
|
5576
5611
|
}
|
5577
5612
|
listBySyncGroupPagingAll(resourceGroupName, storageSyncServiceName, syncGroupName, options) {
|
5578
5613
|
return tslib.__asyncGenerator(this, arguments, function* listBySyncGroupPagingAll_1() {
|
5579
|
-
var e_1,
|
5614
|
+
var _a, e_1, _b, _c;
|
5580
5615
|
try {
|
5581
|
-
for (var
|
5582
|
-
|
5583
|
-
|
5616
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5617
|
+
_c = _f.value;
|
5618
|
+
_d = false;
|
5619
|
+
try {
|
5620
|
+
const page = _c;
|
5621
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5622
|
+
}
|
5623
|
+
finally {
|
5624
|
+
_d = true;
|
5625
|
+
}
|
5584
5626
|
}
|
5585
5627
|
}
|
5586
5628
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
5587
5629
|
finally {
|
5588
5630
|
try {
|
5589
|
-
if (
|
5631
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
5590
5632
|
}
|
5591
5633
|
finally { if (e_1) throw e_1.error; }
|
5592
5634
|
}
|
@@ -6427,17 +6469,24 @@ class ServerEndpointsImpl {
|
|
6427
6469
|
}
|
6428
6470
|
listBySyncGroupPagingAll(resourceGroupName, storageSyncServiceName, syncGroupName, options) {
|
6429
6471
|
return tslib.__asyncGenerator(this, arguments, function* listBySyncGroupPagingAll_1() {
|
6430
|
-
var e_1,
|
6472
|
+
var _a, e_1, _b, _c;
|
6431
6473
|
try {
|
6432
|
-
for (var
|
6433
|
-
|
6434
|
-
|
6474
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
6475
|
+
_c = _f.value;
|
6476
|
+
_d = false;
|
6477
|
+
try {
|
6478
|
+
const page = _c;
|
6479
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
6480
|
+
}
|
6481
|
+
finally {
|
6482
|
+
_d = true;
|
6483
|
+
}
|
6435
6484
|
}
|
6436
6485
|
}
|
6437
6486
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
6438
6487
|
finally {
|
6439
6488
|
try {
|
6440
|
-
if (
|
6489
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
6441
6490
|
}
|
6442
6491
|
finally { if (e_1) throw e_1.error; }
|
6443
6492
|
}
|
@@ -6962,17 +7011,24 @@ class RegisteredServersImpl {
|
|
6962
7011
|
}
|
6963
7012
|
listByStorageSyncServicePagingAll(resourceGroupName, storageSyncServiceName, options) {
|
6964
7013
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
6965
|
-
var e_1,
|
7014
|
+
var _a, e_1, _b, _c;
|
6966
7015
|
try {
|
6967
|
-
for (var
|
6968
|
-
|
6969
|
-
|
7016
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7017
|
+
_c = _f.value;
|
7018
|
+
_d = false;
|
7019
|
+
try {
|
7020
|
+
const page = _c;
|
7021
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7022
|
+
}
|
7023
|
+
finally {
|
7024
|
+
_d = true;
|
7025
|
+
}
|
6970
7026
|
}
|
6971
7027
|
}
|
6972
7028
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
6973
7029
|
finally {
|
6974
7030
|
try {
|
6975
|
-
if (
|
7031
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
6976
7032
|
}
|
6977
7033
|
finally { if (e_1) throw e_1.error; }
|
6978
7034
|
}
|
@@ -7371,17 +7427,24 @@ class WorkflowsImpl {
|
|
7371
7427
|
}
|
7372
7428
|
listByStorageSyncServicePagingAll(resourceGroupName, storageSyncServiceName, options) {
|
7373
7429
|
return tslib.__asyncGenerator(this, arguments, function* listByStorageSyncServicePagingAll_1() {
|
7374
|
-
var e_1,
|
7430
|
+
var _a, e_1, _b, _c;
|
7375
7431
|
try {
|
7376
|
-
for (var
|
7377
|
-
|
7378
|
-
|
7432
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7433
|
+
_c = _f.value;
|
7434
|
+
_d = false;
|
7435
|
+
try {
|
7436
|
+
const page = _c;
|
7437
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7438
|
+
}
|
7439
|
+
finally {
|
7440
|
+
_d = true;
|
7441
|
+
}
|
7379
7442
|
}
|
7380
7443
|
}
|
7381
7444
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
7382
7445
|
finally {
|
7383
7446
|
try {
|
7384
|
-
if (
|
7447
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
7385
7448
|
}
|
7386
7449
|
finally { if (e_1) throw e_1.error; }
|
7387
7450
|
}
|