@azure/arm-appinsights 5.0.0-alpha.20230320.1 → 5.0.0-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 (55) hide show
  1. package/dist/index.js +180 -75
  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/annotationsListSample.js +12 -5
  6. package/dist-esm/samples-dev/annotationsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/apiKeysListSample.js +12 -5
  8. package/dist-esm/samples-dev/apiKeysListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +12 -5
  10. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/componentsListSample.js +12 -5
  12. package/dist-esm/samples-dev/componentsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +24 -10
  14. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +24 -10
  16. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +1 -1
  17. package/dist-esm/samples-dev/webTestLocationsListSample.js +12 -5
  18. package/dist-esm/samples-dev/webTestLocationsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/webTestsListByComponentSample.js +12 -5
  20. package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +1 -1
  21. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +12 -5
  22. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +1 -1
  23. package/dist-esm/samples-dev/webTestsListSample.js +12 -5
  24. package/dist-esm/samples-dev/webTestsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/workItemConfigurationsListSample.js +12 -5
  26. package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +12 -5
  28. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +24 -10
  30. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +1 -1
  31. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +24 -10
  32. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +1 -1
  33. package/dist-esm/samples-dev/workbooksRevisionsListSample.js +12 -5
  34. package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +1 -1
  35. package/dist-esm/src/models/index.d.ts +97 -97
  36. package/dist-esm/src/models/index.d.ts.map +1 -1
  37. package/dist-esm/src/operations/aPIKeys.js +12 -5
  38. package/dist-esm/src/operations/aPIKeys.js.map +1 -1
  39. package/dist-esm/src/operations/annotations.js +12 -5
  40. package/dist-esm/src/operations/annotations.js.map +1 -1
  41. package/dist-esm/src/operations/components.js +24 -10
  42. package/dist-esm/src/operations/components.js.map +1 -1
  43. package/dist-esm/src/operations/myWorkbooks.js +24 -10
  44. package/dist-esm/src/operations/myWorkbooks.js.map +1 -1
  45. package/dist-esm/src/operations/webTestLocations.js +12 -5
  46. package/dist-esm/src/operations/webTestLocations.js.map +1 -1
  47. package/dist-esm/src/operations/webTests.js +36 -15
  48. package/dist-esm/src/operations/webTests.js.map +1 -1
  49. package/dist-esm/src/operations/workItemConfigurations.js +12 -5
  50. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -1
  51. package/dist-esm/src/operations/workbookTemplates.js +12 -5
  52. package/dist-esm/src/operations/workbookTemplates.js.map +1 -1
  53. package/dist-esm/src/operations/workbooks.js +36 -15
  54. package/dist-esm/src/operations/workbooks.js.map +1 -1
  55. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3977,17 +3977,24 @@ class AnnotationsImpl {
3977
3977
  }
3978
3978
  listPagingAll(resourceGroupName, resourceName, start, end, options) {
3979
3979
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3980
- var e_1, _a;
3980
+ var _a, e_1, _b, _c;
3981
3981
  try {
3982
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, start, end, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3983
- const page = _c.value;
3984
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3982
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, start, end, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3983
+ _c = _f.value;
3984
+ _d = false;
3985
+ try {
3986
+ const page = _c;
3987
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3988
+ }
3989
+ finally {
3990
+ _d = true;
3991
+ }
3985
3992
  }
3986
3993
  }
3987
3994
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3988
3995
  finally {
3989
3996
  try {
3990
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3997
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3991
3998
  }
3992
3999
  finally { if (e_1) throw e_1.error; }
3993
4000
  }
@@ -4181,17 +4188,24 @@ class APIKeysImpl {
4181
4188
  }
4182
4189
  listPagingAll(resourceGroupName, resourceName, options) {
4183
4190
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4184
- var e_1, _a;
4191
+ var _a, e_1, _b, _c;
4185
4192
  try {
4186
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4187
- const page = _c.value;
4188
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4193
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4194
+ _c = _f.value;
4195
+ _d = false;
4196
+ try {
4197
+ const page = _c;
4198
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4199
+ }
4200
+ finally {
4201
+ _d = true;
4202
+ }
4189
4203
  }
4190
4204
  }
4191
4205
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4192
4206
  finally {
4193
4207
  try {
4194
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4208
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4195
4209
  }
4196
4210
  finally { if (e_1) throw e_1.error; }
4197
4211
  }
@@ -4904,17 +4918,24 @@ class WorkItemConfigurationsImpl {
4904
4918
  }
4905
4919
  listPagingAll(resourceGroupName, resourceName, options) {
4906
4920
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4907
- var e_1, _a;
4921
+ var _a, e_1, _b, _c;
4908
4922
  try {
4909
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4910
- const page = _c.value;
4911
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4923
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4924
+ _c = _f.value;
4925
+ _d = false;
4926
+ try {
4927
+ const page = _c;
4928
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4929
+ }
4930
+ finally {
4931
+ _d = true;
4932
+ }
4912
4933
  }
4913
4934
  }
4914
4935
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4915
4936
  finally {
4916
4937
  try {
4917
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4938
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4918
4939
  }
4919
4940
  finally { if (e_1) throw e_1.error; }
4920
4941
  }
@@ -5354,17 +5375,24 @@ class WebTestLocationsImpl {
5354
5375
  }
5355
5376
  listPagingAll(resourceGroupName, resourceName, options) {
5356
5377
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5357
- var e_1, _a;
5378
+ var _a, e_1, _b, _c;
5358
5379
  try {
5359
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5360
- const page = _c.value;
5361
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5380
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5381
+ _c = _f.value;
5382
+ _d = false;
5383
+ try {
5384
+ const page = _c;
5385
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5386
+ }
5387
+ finally {
5388
+ _d = true;
5389
+ }
5362
5390
  }
5363
5391
  }
5364
5392
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5365
5393
  finally {
5366
5394
  try {
5367
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5395
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5368
5396
  }
5369
5397
  finally { if (e_1) throw e_1.error; }
5370
5398
  }
@@ -5462,17 +5490,24 @@ class WebTestsImpl {
5462
5490
  }
5463
5491
  listByResourceGroupPagingAll(resourceGroupName, options) {
5464
5492
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5465
- var e_1, _a;
5493
+ var _a, e_1, _b, _c;
5466
5494
  try {
5467
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5468
- const page = _c.value;
5469
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5495
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5496
+ _c = _f.value;
5497
+ _d = false;
5498
+ try {
5499
+ const page = _c;
5500
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5501
+ }
5502
+ finally {
5503
+ _d = true;
5504
+ }
5470
5505
  }
5471
5506
  }
5472
5507
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5473
5508
  finally {
5474
5509
  try {
5475
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5510
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5476
5511
  }
5477
5512
  finally { if (e_1) throw e_1.error; }
5478
5513
  }
@@ -5521,17 +5556,24 @@ class WebTestsImpl {
5521
5556
  }
5522
5557
  listPagingAll(options) {
5523
5558
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5524
- var e_2, _a;
5559
+ var _a, e_2, _b, _c;
5525
5560
  try {
5526
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5527
- const page = _c.value;
5528
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5561
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5562
+ _c = _f.value;
5563
+ _d = false;
5564
+ try {
5565
+ const page = _c;
5566
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5567
+ }
5568
+ finally {
5569
+ _d = true;
5570
+ }
5529
5571
  }
5530
5572
  }
5531
5573
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
5532
5574
  finally {
5533
5575
  try {
5534
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5576
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5535
5577
  }
5536
5578
  finally { if (e_2) throw e_2.error; }
5537
5579
  }
@@ -5582,17 +5624,24 @@ class WebTestsImpl {
5582
5624
  }
5583
5625
  listByComponentPagingAll(componentName, resourceGroupName, options) {
5584
5626
  return tslib.__asyncGenerator(this, arguments, function* listByComponentPagingAll_1() {
5585
- var e_3, _a;
5627
+ var _a, e_3, _b, _c;
5586
5628
  try {
5587
- for (var _b = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5588
- const page = _c.value;
5589
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5629
+ for (var _d = true, _e = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5630
+ _c = _f.value;
5631
+ _d = false;
5632
+ try {
5633
+ const page = _c;
5634
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5635
+ }
5636
+ finally {
5637
+ _d = true;
5638
+ }
5590
5639
  }
5591
5640
  }
5592
5641
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
5593
5642
  finally {
5594
5643
  try {
5595
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5644
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5596
5645
  }
5597
5646
  finally { if (e_3) throw e_3.error; }
5598
5647
  }
@@ -6067,17 +6116,24 @@ class WorkbookTemplatesImpl {
6067
6116
  }
6068
6117
  listByResourceGroupPagingAll(resourceGroupName, options) {
6069
6118
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6070
- var e_1, _a;
6119
+ var _a, e_1, _b, _c;
6071
6120
  try {
6072
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6073
- const page = _c.value;
6074
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6121
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6122
+ _c = _f.value;
6123
+ _d = false;
6124
+ try {
6125
+ const page = _c;
6126
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6127
+ }
6128
+ finally {
6129
+ _d = true;
6130
+ }
6075
6131
  }
6076
6132
  }
6077
6133
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6078
6134
  finally {
6079
6135
  try {
6080
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6136
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6081
6137
  }
6082
6138
  finally { if (e_1) throw e_1.error; }
6083
6139
  }
@@ -6304,17 +6360,24 @@ class MyWorkbooksImpl {
6304
6360
  }
6305
6361
  listByResourceGroupPagingAll(resourceGroupName, category, options) {
6306
6362
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6307
- var e_1, _a;
6363
+ var _a, e_1, _b, _c;
6308
6364
  try {
6309
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6310
- const page = _c.value;
6311
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6365
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6366
+ _c = _f.value;
6367
+ _d = false;
6368
+ try {
6369
+ const page = _c;
6370
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6371
+ }
6372
+ finally {
6373
+ _d = true;
6374
+ }
6312
6375
  }
6313
6376
  }
6314
6377
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6315
6378
  finally {
6316
6379
  try {
6317
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6380
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6318
6381
  }
6319
6382
  finally { if (e_1) throw e_1.error; }
6320
6383
  }
@@ -6364,17 +6427,24 @@ class MyWorkbooksImpl {
6364
6427
  }
6365
6428
  listBySubscriptionPagingAll(category, options) {
6366
6429
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
6367
- var e_2, _a;
6430
+ var _a, e_2, _b, _c;
6368
6431
  try {
6369
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6370
- const page = _c.value;
6371
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6432
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6433
+ _c = _f.value;
6434
+ _d = false;
6435
+ try {
6436
+ const page = _c;
6437
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6438
+ }
6439
+ finally {
6440
+ _d = true;
6441
+ }
6372
6442
  }
6373
6443
  }
6374
6444
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
6375
6445
  finally {
6376
6446
  try {
6377
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6447
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6378
6448
  }
6379
6449
  finally { if (e_2) throw e_2.error; }
6380
6450
  }
@@ -6708,17 +6778,24 @@ class WorkbooksImpl {
6708
6778
  }
6709
6779
  listBySubscriptionPagingAll(category, options) {
6710
6780
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
6711
- var e_1, _a;
6781
+ var _a, e_1, _b, _c;
6712
6782
  try {
6713
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6714
- const page = _c.value;
6715
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6783
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6784
+ _c = _f.value;
6785
+ _d = false;
6786
+ try {
6787
+ const page = _c;
6788
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6789
+ }
6790
+ finally {
6791
+ _d = true;
6792
+ }
6716
6793
  }
6717
6794
  }
6718
6795
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6719
6796
  finally {
6720
6797
  try {
6721
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6798
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6722
6799
  }
6723
6800
  finally { if (e_1) throw e_1.error; }
6724
6801
  }
@@ -6769,17 +6846,24 @@ class WorkbooksImpl {
6769
6846
  }
6770
6847
  listByResourceGroupPagingAll(resourceGroupName, category, options) {
6771
6848
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6772
- var e_2, _a;
6849
+ var _a, e_2, _b, _c;
6773
6850
  try {
6774
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6775
- const page = _c.value;
6776
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6851
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6852
+ _c = _f.value;
6853
+ _d = false;
6854
+ try {
6855
+ const page = _c;
6856
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6857
+ }
6858
+ finally {
6859
+ _d = true;
6860
+ }
6777
6861
  }
6778
6862
  }
6779
6863
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
6780
6864
  finally {
6781
6865
  try {
6782
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6866
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6783
6867
  }
6784
6868
  finally { if (e_2) throw e_2.error; }
6785
6869
  }
@@ -6830,17 +6914,24 @@ class WorkbooksImpl {
6830
6914
  }
6831
6915
  revisionsListPagingAll(resourceGroupName, resourceName, options) {
6832
6916
  return tslib.__asyncGenerator(this, arguments, function* revisionsListPagingAll_1() {
6833
- var e_3, _a;
6917
+ var _a, e_3, _b, _c;
6834
6918
  try {
6835
- for (var _b = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6836
- const page = _c.value;
6837
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6919
+ for (var _d = true, _e = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6920
+ _c = _f.value;
6921
+ _d = false;
6922
+ try {
6923
+ const page = _c;
6924
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6925
+ }
6926
+ finally {
6927
+ _d = true;
6928
+ }
6838
6929
  }
6839
6930
  }
6840
6931
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
6841
6932
  finally {
6842
6933
  try {
6843
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6934
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6844
6935
  }
6845
6936
  finally { if (e_3) throw e_3.error; }
6846
6937
  }
@@ -7266,17 +7357,24 @@ class ComponentsImpl {
7266
7357
  }
7267
7358
  listPagingAll(options) {
7268
7359
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7269
- var e_1, _a;
7360
+ var _a, e_1, _b, _c;
7270
7361
  try {
7271
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7272
- const page = _c.value;
7273
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7362
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7363
+ _c = _f.value;
7364
+ _d = false;
7365
+ try {
7366
+ const page = _c;
7367
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7368
+ }
7369
+ finally {
7370
+ _d = true;
7371
+ }
7274
7372
  }
7275
7373
  }
7276
7374
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
7277
7375
  finally {
7278
7376
  try {
7279
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7377
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7280
7378
  }
7281
7379
  finally { if (e_1) throw e_1.error; }
7282
7380
  }
@@ -7326,17 +7424,24 @@ class ComponentsImpl {
7326
7424
  }
7327
7425
  listByResourceGroupPagingAll(resourceGroupName, options) {
7328
7426
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7329
- var e_2, _a;
7427
+ var _a, e_2, _b, _c;
7330
7428
  try {
7331
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7332
- const page = _c.value;
7333
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7429
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7430
+ _c = _f.value;
7431
+ _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
+ }
7334
7439
  }
7335
7440
  }
7336
7441
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
7337
7442
  finally {
7338
7443
  try {
7339
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7444
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7340
7445
  }
7341
7446
  finally { if (e_2) throw e_2.error; }
7342
7447
  }