@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.
Files changed (57) hide show
  1. package/dist/index.js +27 -72
  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 +3 -8
  6. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroup.js.map +1 -1
  7. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js +3 -8
  8. package/dist-esm/samples-dev/cloudEndpointsListBySyncGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/operationsList.js +3 -8
  10. package/dist-esm/samples-dev/operationsList.js.map +1 -1
  11. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  12. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js +3 -8
  14. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncService.js.map +1 -1
  15. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js +3 -8
  16. package/dist-esm/samples-dev/privateEndpointConnectionsListByStorageSyncServiceSample.js.map +1 -1
  17. package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js +3 -8
  18. package/dist-esm/samples-dev/registeredServersListByStorageSyncService.js.map +1 -1
  19. package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js +3 -8
  20. package/dist-esm/samples-dev/registeredServersListByStorageSyncServiceSample.js.map +1 -1
  21. package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js +3 -8
  22. package/dist-esm/samples-dev/serverEndpointsListBySyncGroup.js.map +1 -1
  23. package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js +3 -8
  24. package/dist-esm/samples-dev/serverEndpointsListBySyncGroupSample.js.map +1 -1
  25. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js +3 -8
  26. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroup.js.map +1 -1
  27. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js +3 -8
  28. package/dist-esm/samples-dev/storageSyncServicesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js +3 -8
  30. package/dist-esm/samples-dev/storageSyncServicesListBySubscription.js.map +1 -1
  31. package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js +3 -8
  32. package/dist-esm/samples-dev/storageSyncServicesListBySubscriptionSample.js.map +1 -1
  33. package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js +3 -8
  34. package/dist-esm/samples-dev/syncGroupsListByStorageSyncService.js.map +1 -1
  35. package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js +3 -8
  36. package/dist-esm/samples-dev/syncGroupsListByStorageSyncServiceSample.js.map +1 -1
  37. package/dist-esm/samples-dev/workflowsListByStorageSyncService.js +3 -8
  38. package/dist-esm/samples-dev/workflowsListByStorageSyncService.js.map +1 -1
  39. package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js +3 -8
  40. package/dist-esm/samples-dev/workflowsListByStorageSyncServiceSample.js.map +1 -1
  41. package/dist-esm/src/operations/cloudEndpoints.js +3 -8
  42. package/dist-esm/src/operations/cloudEndpoints.js.map +1 -1
  43. package/dist-esm/src/operations/operations.js +3 -8
  44. package/dist-esm/src/operations/operations.js.map +1 -1
  45. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  46. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  47. package/dist-esm/src/operations/registeredServers.js +3 -8
  48. package/dist-esm/src/operations/registeredServers.js.map +1 -1
  49. package/dist-esm/src/operations/serverEndpoints.js +3 -8
  50. package/dist-esm/src/operations/serverEndpoints.js.map +1 -1
  51. package/dist-esm/src/operations/storageSyncServices.js +6 -16
  52. package/dist-esm/src/operations/storageSyncServices.js.map +1 -1
  53. package/dist-esm/src/operations/syncGroups.js +3 -8
  54. package/dist-esm/src/operations/syncGroups.js.map +1 -1
  55. package/dist-esm/src/operations/workflows.js +3 -8
  56. package/dist-esm/src/operations/workflows.js.map +1 -1
  57. 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
- try {
4379
- const page = _c;
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
- try {
4530
- const page = _c;
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
- try {
4583
- const page = _c;
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
- try {
5072
- const page = _c;
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
- try {
5401
- const page = _c;
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
- try {
5617
- const page = _c;
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
- try {
6475
- const page = _c;
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
- try {
7017
- const page = _c;
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
- try {
7433
- const page = _c;
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 }; }