@azure/arm-storagesync 9.1.1-alpha.20230302.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.
Files changed (59) hide show
  1. package/dist/index.js +108 -45
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroup.js +12 -5
  6. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroup.js.map +1 -1
  7. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js +12 -5
  8. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/operationsList.js +12 -5
  10. package/dist-esm/samples-dev/operationsList.js.map +1 -1
  11. package/dist-esm/samples-dev/operationsListSample.js +12 -5
  12. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js +12 -5
  14. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js.map +1 -1
  15. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js +12 -5
  16. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js.map +1 -1
  17. package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js +12 -5
  18. package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js.map +1 -1
  19. package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js +12 -5
  20. package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js.map +1 -1
  21. package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js +12 -5
  22. package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js.map +1 -1
  23. package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js +12 -5
  24. package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js.map +1 -1
  25. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js +12 -5
  26. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js.map +1 -1
  27. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js +12 -5
  28. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js +12 -5
  30. package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js.map +1 -1
  31. package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js +12 -5
  32. package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js.map +1 -1
  33. package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js +12 -5
  34. package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js.map +1 -1
  35. package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js +12 -5
  36. package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js.map +1 -1
  37. package/dist-esm/samples-dev/workflowsListByStorageSyncService.js +12 -5
  38. package/dist-esm/samples-dev/workflowsListByStorageSyncService.js.map +1 -1
  39. package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js +12 -5
  40. package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js.map +1 -1
  41. package/dist-esm/src/models/index.d.ts +60 -60
  42. package/dist-esm/src/models/index.d.ts.map +1 -1
  43. package/dist-esm/src/operations/cloudEndpoints.js +12 -5
  44. package/dist-esm/src/operations/cloudEndpoints.js.map +1 -1
  45. package/dist-esm/src/operations/operations.js +12 -5
  46. package/dist-esm/src/operations/operations.js.map +1 -1
  47. package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
  48. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  49. package/dist-esm/src/operations/registeredServers.js +12 -5
  50. package/dist-esm/src/operations/registeredServers.js.map +1 -1
  51. package/dist-esm/src/operations/serverEndpoints.js +12 -5
  52. package/dist-esm/src/operations/serverEndpoints.js.map +1 -1
  53. package/dist-esm/src/operations/storageSyncServices.js +24 -10
  54. package/dist-esm/src/operations/storageSyncServices.js.map +1 -1
  55. package/dist-esm/src/operations/syncGroups.js +12 -5
  56. package/dist-esm/src/operations/syncGroups.js.map +1 -1
  57. package/dist-esm/src/operations/workflows.js +12 -5
  58. package/dist-esm/src/operations/workflows.js.map +1 -1
  59. package/package.json +3 -3
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, _a;
4376
+ var _a, e_1, _b, _c;
4377
4377
  try {
4378
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4379
- const page = _c.value;
4380
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
4527
+ var _a, e_1, _b, _c;
4521
4528
  try {
4522
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4523
- const page = _c.value;
4524
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
4580
+ var _a, e_2, _b, _c;
4567
4581
  try {
4568
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4569
- const page = _c.value;
4570
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
5069
+ var _a, e_1, _b, _c;
5049
5070
  try {
5050
- for (var _b = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5051
- const page = _c.value;
5052
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
5398
+ var _a, e_1, _b, _c;
5371
5399
  try {
5372
- for (var _b = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5373
- const page = _c.value;
5374
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
5614
+ var _a, e_1, _b, _c;
5580
5615
  try {
5581
- for (var _b = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5582
- const page = _c.value;
5583
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
6472
+ var _a, e_1, _b, _c;
6431
6473
  try {
6432
- for (var _b = tslib.__asyncValues(this.listBySyncGroupPagingPage(resourceGroupName, storageSyncServiceName, syncGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6433
- const page = _c.value;
6434
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
7014
+ var _a, e_1, _b, _c;
6966
7015
  try {
6967
- for (var _b = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6968
- const page = _c.value;
6969
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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, _a;
7430
+ var _a, e_1, _b, _c;
7375
7431
  try {
7376
- for (var _b = tslib.__asyncValues(this.listByStorageSyncServicePagingPage(resourceGroupName, storageSyncServiceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7377
- const page = _c.value;
7378
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
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 (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
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
  }