@azure/arm-appinsights 5.0.0-alpha.20231016.1 → 5.0.0-alpha.20231023.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 (53) hide show
  1. package/dist/index.js +45 -120
  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 +3 -8
  6. package/dist-esm/samples-dev/annotationsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/apiKeysListSample.js +3 -8
  8. package/dist-esm/samples-dev/apiKeysListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +3 -8
  10. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/componentsListSample.js +3 -8
  12. package/dist-esm/samples-dev/componentsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +6 -16
  14. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +6 -16
  16. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +1 -1
  17. package/dist-esm/samples-dev/webTestLocationsListSample.js +3 -8
  18. package/dist-esm/samples-dev/webTestLocationsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/webTestsListByComponentSample.js +3 -8
  20. package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +1 -1
  21. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +3 -8
  22. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +1 -1
  23. package/dist-esm/samples-dev/webTestsListSample.js +3 -8
  24. package/dist-esm/samples-dev/webTestsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/workItemConfigurationsListSample.js +3 -8
  26. package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +3 -8
  28. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +6 -16
  30. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +1 -1
  31. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +6 -16
  32. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +1 -1
  33. package/dist-esm/samples-dev/workbooksRevisionsListSample.js +3 -8
  34. package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +1 -1
  35. package/dist-esm/src/operations/aPIKeys.js +3 -8
  36. package/dist-esm/src/operations/aPIKeys.js.map +1 -1
  37. package/dist-esm/src/operations/annotations.js +3 -8
  38. package/dist-esm/src/operations/annotations.js.map +1 -1
  39. package/dist-esm/src/operations/components.js +6 -16
  40. package/dist-esm/src/operations/components.js.map +1 -1
  41. package/dist-esm/src/operations/myWorkbooks.js +6 -16
  42. package/dist-esm/src/operations/myWorkbooks.js.map +1 -1
  43. package/dist-esm/src/operations/webTestLocations.js +3 -8
  44. package/dist-esm/src/operations/webTestLocations.js.map +1 -1
  45. package/dist-esm/src/operations/webTests.js +9 -24
  46. package/dist-esm/src/operations/webTests.js.map +1 -1
  47. package/dist-esm/src/operations/workItemConfigurations.js +3 -8
  48. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -1
  49. package/dist-esm/src/operations/workbookTemplates.js +3 -8
  50. package/dist-esm/src/operations/workbookTemplates.js.map +1 -1
  51. package/dist-esm/src/operations/workbooks.js +9 -24
  52. package/dist-esm/src/operations/workbooks.js.map +1 -1
  53. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3976,16 +3976,11 @@ class AnnotationsImpl {
3976
3976
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3977
3977
  var _a, e_1, _b, _c;
3978
3978
  try {
3979
- 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;) {
3979
+ 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; _d = true) {
3980
3980
  _c = _f.value;
3981
3981
  _d = false;
3982
- try {
3983
- const page = _c;
3984
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3985
- }
3986
- finally {
3987
- _d = true;
3988
- }
3982
+ const page = _c;
3983
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3989
3984
  }
3990
3985
  }
3991
3986
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4187,16 +4182,11 @@ class APIKeysImpl {
4187
4182
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4188
4183
  var _a, e_1, _b, _c;
4189
4184
  try {
4190
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4185
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4191
4186
  _c = _f.value;
4192
4187
  _d = false;
4193
- try {
4194
- const page = _c;
4195
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4196
- }
4197
- finally {
4198
- _d = true;
4199
- }
4188
+ const page = _c;
4189
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4200
4190
  }
4201
4191
  }
4202
4192
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4917,16 +4907,11 @@ class WorkItemConfigurationsImpl {
4917
4907
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4918
4908
  var _a, e_1, _b, _c;
4919
4909
  try {
4920
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4910
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4921
4911
  _c = _f.value;
4922
4912
  _d = false;
4923
- try {
4924
- const page = _c;
4925
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4926
- }
4927
- finally {
4928
- _d = true;
4929
- }
4913
+ const page = _c;
4914
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4930
4915
  }
4931
4916
  }
4932
4917
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5374,16 +5359,11 @@ class WebTestLocationsImpl {
5374
5359
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5375
5360
  var _a, e_1, _b, _c;
5376
5361
  try {
5377
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5362
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5378
5363
  _c = _f.value;
5379
5364
  _d = false;
5380
- try {
5381
- const page = _c;
5382
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5383
- }
5384
- finally {
5385
- _d = true;
5386
- }
5365
+ const page = _c;
5366
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5387
5367
  }
5388
5368
  }
5389
5369
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5489,16 +5469,11 @@ class WebTestsImpl {
5489
5469
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5490
5470
  var _a, e_1, _b, _c;
5491
5471
  try {
5492
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5472
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5493
5473
  _c = _f.value;
5494
5474
  _d = false;
5495
- try {
5496
- const page = _c;
5497
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5498
- }
5499
- finally {
5500
- _d = true;
5501
- }
5475
+ const page = _c;
5476
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5502
5477
  }
5503
5478
  }
5504
5479
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5555,16 +5530,11 @@ class WebTestsImpl {
5555
5530
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5556
5531
  var _a, e_2, _b, _c;
5557
5532
  try {
5558
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5533
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5559
5534
  _c = _f.value;
5560
5535
  _d = false;
5561
- try {
5562
- const page = _c;
5563
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5564
- }
5565
- finally {
5566
- _d = true;
5567
- }
5536
+ const page = _c;
5537
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5568
5538
  }
5569
5539
  }
5570
5540
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5623,16 +5593,11 @@ class WebTestsImpl {
5623
5593
  return tslib.__asyncGenerator(this, arguments, function* listByComponentPagingAll_1() {
5624
5594
  var _a, e_3, _b, _c;
5625
5595
  try {
5626
- for (var _d = true, _e = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5596
+ for (var _d = true, _e = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5627
5597
  _c = _f.value;
5628
5598
  _d = false;
5629
- try {
5630
- const page = _c;
5631
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5632
- }
5633
- finally {
5634
- _d = true;
5635
- }
5599
+ const page = _c;
5600
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5636
5601
  }
5637
5602
  }
5638
5603
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
@@ -6115,16 +6080,11 @@ class WorkbookTemplatesImpl {
6115
6080
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6116
6081
  var _a, e_1, _b, _c;
6117
6082
  try {
6118
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6083
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6119
6084
  _c = _f.value;
6120
6085
  _d = false;
6121
- try {
6122
- const page = _c;
6123
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6124
- }
6125
- finally {
6126
- _d = true;
6127
- }
6086
+ const page = _c;
6087
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6128
6088
  }
6129
6089
  }
6130
6090
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6359,16 +6319,11 @@ class MyWorkbooksImpl {
6359
6319
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6360
6320
  var _a, e_1, _b, _c;
6361
6321
  try {
6362
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6322
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6363
6323
  _c = _f.value;
6364
6324
  _d = false;
6365
- try {
6366
- const page = _c;
6367
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6368
- }
6369
- finally {
6370
- _d = true;
6371
- }
6325
+ const page = _c;
6326
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6372
6327
  }
6373
6328
  }
6374
6329
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6426,16 +6381,11 @@ class MyWorkbooksImpl {
6426
6381
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
6427
6382
  var _a, e_2, _b, _c;
6428
6383
  try {
6429
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6384
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6430
6385
  _c = _f.value;
6431
6386
  _d = false;
6432
- try {
6433
- const page = _c;
6434
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6435
- }
6436
- finally {
6437
- _d = true;
6438
- }
6387
+ const page = _c;
6388
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6439
6389
  }
6440
6390
  }
6441
6391
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6777,16 +6727,11 @@ class WorkbooksImpl {
6777
6727
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
6778
6728
  var _a, e_1, _b, _c;
6779
6729
  try {
6780
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6730
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6781
6731
  _c = _f.value;
6782
6732
  _d = false;
6783
- try {
6784
- const page = _c;
6785
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6786
- }
6787
- finally {
6788
- _d = true;
6789
- }
6733
+ const page = _c;
6734
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6790
6735
  }
6791
6736
  }
6792
6737
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6845,16 +6790,11 @@ class WorkbooksImpl {
6845
6790
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6846
6791
  var _a, e_2, _b, _c;
6847
6792
  try {
6848
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6793
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6849
6794
  _c = _f.value;
6850
6795
  _d = false;
6851
- try {
6852
- const page = _c;
6853
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6854
- }
6855
- finally {
6856
- _d = true;
6857
- }
6796
+ const page = _c;
6797
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6858
6798
  }
6859
6799
  }
6860
6800
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6913,16 +6853,11 @@ class WorkbooksImpl {
6913
6853
  return tslib.__asyncGenerator(this, arguments, function* revisionsListPagingAll_1() {
6914
6854
  var _a, e_3, _b, _c;
6915
6855
  try {
6916
- for (var _d = true, _e = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6856
+ for (var _d = true, _e = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6917
6857
  _c = _f.value;
6918
6858
  _d = false;
6919
- try {
6920
- const page = _c;
6921
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6922
- }
6923
- finally {
6924
- _d = true;
6925
- }
6859
+ const page = _c;
6860
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6926
6861
  }
6927
6862
  }
6928
6863
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
@@ -7356,16 +7291,11 @@ class ComponentsImpl {
7356
7291
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7357
7292
  var _a, e_1, _b, _c;
7358
7293
  try {
7359
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7294
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7360
7295
  _c = _f.value;
7361
7296
  _d = false;
7362
- try {
7363
- const page = _c;
7364
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7365
- }
7366
- finally {
7367
- _d = true;
7368
- }
7297
+ const page = _c;
7298
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7369
7299
  }
7370
7300
  }
7371
7301
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7423,16 +7353,11 @@ class ComponentsImpl {
7423
7353
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7424
7354
  var _a, e_2, _b, _c;
7425
7355
  try {
7426
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7356
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7427
7357
  _c = _f.value;
7428
7358
  _d = false;
7429
- try {
7430
- const page = _c;
7431
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7432
- }
7433
- finally {
7434
- _d = true;
7435
- }
7359
+ const page = _c;
7360
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7436
7361
  }
7437
7362
  }
7438
7363
  catch (e_2_1) { e_2 = { error: e_2_1 }; }