@azure/arm-frontdoor 5.1.1-alpha.20230320.1 → 5.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 (43) hide show
  1. package/dist/index.js +120 -50
  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/experimentsListByProfileSample.js +12 -5
  6. package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +1 -1
  7. package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +12 -5
  8. package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/frontDoorsListSample.js +12 -5
  10. package/dist-esm/samples-dev/frontDoorsListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +12 -5
  12. package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +1 -1
  13. package/dist-esm/samples-dev/managedRuleSetsListSample.js +12 -5
  14. package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +12 -5
  16. package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +1 -1
  17. package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +12 -5
  18. package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/policiesListSample.js +12 -5
  20. package/dist-esm/samples-dev/policiesListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +12 -5
  22. package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +12 -5
  24. package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +1 -1
  25. package/dist-esm/src/models/index.d.ts +90 -90
  26. package/dist-esm/src/models/index.d.ts.map +1 -1
  27. package/dist-esm/src/operations/experiments.js +12 -5
  28. package/dist-esm/src/operations/experiments.js.map +1 -1
  29. package/dist-esm/src/operations/frontDoors.js +24 -10
  30. package/dist-esm/src/operations/frontDoors.js.map +1 -1
  31. package/dist-esm/src/operations/frontendEndpoints.js +12 -5
  32. package/dist-esm/src/operations/frontendEndpoints.js.map +1 -1
  33. package/dist-esm/src/operations/managedRuleSets.js +12 -5
  34. package/dist-esm/src/operations/managedRuleSets.js.map +1 -1
  35. package/dist-esm/src/operations/networkExperimentProfiles.js +24 -10
  36. package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -1
  37. package/dist-esm/src/operations/policies.js +12 -5
  38. package/dist-esm/src/operations/policies.js.map +1 -1
  39. package/dist-esm/src/operations/preconfiguredEndpoints.js +12 -5
  40. package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -1
  41. package/dist-esm/src/operations/rulesEngines.js +12 -5
  42. package/dist-esm/src/operations/rulesEngines.js.map +1 -1
  43. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4192,17 +4192,24 @@ class NetworkExperimentProfilesImpl {
4192
4192
  }
4193
4193
  listPagingAll(options) {
4194
4194
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4195
- var e_1, _a;
4195
+ var _a, e_1, _b, _c;
4196
4196
  try {
4197
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4198
- const page = _c.value;
4199
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4197
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4198
+ _c = _f.value;
4199
+ _d = false;
4200
+ try {
4201
+ const page = _c;
4202
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4203
+ }
4204
+ finally {
4205
+ _d = true;
4206
+ }
4200
4207
  }
4201
4208
  }
4202
4209
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4203
4210
  finally {
4204
4211
  try {
4205
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4212
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4206
4213
  }
4207
4214
  finally { if (e_1) throw e_1.error; }
4208
4215
  }
@@ -4252,17 +4259,24 @@ class NetworkExperimentProfilesImpl {
4252
4259
  }
4253
4260
  listByResourceGroupPagingAll(resourceGroupName, options) {
4254
4261
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
4255
- var e_2, _a;
4262
+ var _a, e_2, _b, _c;
4256
4263
  try {
4257
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4258
- const page = _c.value;
4259
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4264
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4265
+ _c = _f.value;
4266
+ _d = false;
4267
+ try {
4268
+ const page = _c;
4269
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4270
+ }
4271
+ finally {
4272
+ _d = true;
4273
+ }
4260
4274
  }
4261
4275
  }
4262
4276
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
4263
4277
  finally {
4264
4278
  try {
4265
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4279
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4266
4280
  }
4267
4281
  finally { if (e_2) throw e_2.error; }
4268
4282
  }
@@ -4716,17 +4730,24 @@ class PreconfiguredEndpointsImpl {
4716
4730
  }
4717
4731
  listPagingAll(resourceGroupName, profileName, options) {
4718
4732
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4719
- var e_1, _a;
4733
+ var _a, e_1, _b, _c;
4720
4734
  try {
4721
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, profileName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4722
- const page = _c.value;
4723
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4735
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4736
+ _c = _f.value;
4737
+ _d = false;
4738
+ try {
4739
+ const page = _c;
4740
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4741
+ }
4742
+ finally {
4743
+ _d = true;
4744
+ }
4724
4745
  }
4725
4746
  }
4726
4747
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4727
4748
  finally {
4728
4749
  try {
4729
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4750
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4730
4751
  }
4731
4752
  finally { if (e_1) throw e_1.error; }
4732
4753
  }
@@ -4860,17 +4881,24 @@ class ExperimentsImpl {
4860
4881
  }
4861
4882
  listByProfilePagingAll(resourceGroupName, profileName, options) {
4862
4883
  return tslib.__asyncGenerator(this, arguments, function* listByProfilePagingAll_1() {
4863
- var e_1, _a;
4884
+ var _a, e_1, _b, _c;
4864
4885
  try {
4865
- for (var _b = tslib.__asyncValues(this.listByProfilePagingPage(resourceGroupName, profileName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4866
- const page = _c.value;
4867
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4886
+ for (var _d = true, _e = tslib.__asyncValues(this.listByProfilePagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4887
+ _c = _f.value;
4888
+ _d = false;
4889
+ try {
4890
+ const page = _c;
4891
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4892
+ }
4893
+ finally {
4894
+ _d = true;
4895
+ }
4868
4896
  }
4869
4897
  }
4870
4898
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4871
4899
  finally {
4872
4900
  try {
4873
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4901
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4874
4902
  }
4875
4903
  finally { if (e_1) throw e_1.error; }
4876
4904
  }
@@ -5495,17 +5523,24 @@ class FrontDoorsImpl {
5495
5523
  }
5496
5524
  listPagingAll(options) {
5497
5525
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5498
- var e_1, _a;
5526
+ var _a, e_1, _b, _c;
5499
5527
  try {
5500
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5501
- const page = _c.value;
5502
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5528
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5529
+ _c = _f.value;
5530
+ _d = false;
5531
+ try {
5532
+ const page = _c;
5533
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5534
+ }
5535
+ finally {
5536
+ _d = true;
5537
+ }
5503
5538
  }
5504
5539
  }
5505
5540
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5506
5541
  finally {
5507
5542
  try {
5508
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5543
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5509
5544
  }
5510
5545
  finally { if (e_1) throw e_1.error; }
5511
5546
  }
@@ -5555,17 +5590,24 @@ class FrontDoorsImpl {
5555
5590
  }
5556
5591
  listByResourceGroupPagingAll(resourceGroupName, options) {
5557
5592
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5558
- var e_2, _a;
5593
+ var _a, e_2, _b, _c;
5559
5594
  try {
5560
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5561
- const page = _c.value;
5562
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5595
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5596
+ _c = _f.value;
5597
+ _d = false;
5598
+ try {
5599
+ const page = _c;
5600
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5601
+ }
5602
+ finally {
5603
+ _d = true;
5604
+ }
5563
5605
  }
5564
5606
  }
5565
5607
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
5566
5608
  finally {
5567
5609
  try {
5568
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5610
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5569
5611
  }
5570
5612
  finally { if (e_2) throw e_2.error; }
5571
5613
  }
@@ -5970,17 +6012,24 @@ class FrontendEndpointsImpl {
5970
6012
  }
5971
6013
  listByFrontDoorPagingAll(resourceGroupName, frontDoorName, options) {
5972
6014
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
5973
- var e_1, _a;
6015
+ var _a, e_1, _b, _c;
5974
6016
  try {
5975
- for (var _b = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5976
- const page = _c.value;
5977
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6017
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6018
+ _c = _f.value;
6019
+ _d = false;
6020
+ try {
6021
+ const page = _c;
6022
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6023
+ }
6024
+ finally {
6025
+ _d = true;
6026
+ }
5978
6027
  }
5979
6028
  }
5980
6029
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5981
6030
  finally {
5982
6031
  try {
5983
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6032
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5984
6033
  }
5985
6034
  finally { if (e_1) throw e_1.error; }
5986
6035
  }
@@ -6412,17 +6461,24 @@ class RulesEnginesImpl {
6412
6461
  }
6413
6462
  listByFrontDoorPagingAll(resourceGroupName, frontDoorName, options) {
6414
6463
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
6415
- var e_1, _a;
6464
+ var _a, e_1, _b, _c;
6416
6465
  try {
6417
- for (var _b = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6418
- const page = _c.value;
6419
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6466
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6467
+ _c = _f.value;
6468
+ _d = false;
6469
+ try {
6470
+ const page = _c;
6471
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6472
+ }
6473
+ finally {
6474
+ _d = true;
6475
+ }
6420
6476
  }
6421
6477
  }
6422
6478
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6423
6479
  finally {
6424
6480
  try {
6425
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6481
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6426
6482
  }
6427
6483
  finally { if (e_1) throw e_1.error; }
6428
6484
  }
@@ -6761,17 +6817,24 @@ class PoliciesImpl {
6761
6817
  }
6762
6818
  listPagingAll(resourceGroupName, options) {
6763
6819
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6764
- var e_1, _a;
6820
+ var _a, e_1, _b, _c;
6765
6821
  try {
6766
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6767
- const page = _c.value;
6768
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6822
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6823
+ _c = _f.value;
6824
+ _d = false;
6825
+ try {
6826
+ const page = _c;
6827
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6828
+ }
6829
+ finally {
6830
+ _d = true;
6831
+ }
6769
6832
  }
6770
6833
  }
6771
6834
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6772
6835
  finally {
6773
6836
  try {
6774
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6837
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6775
6838
  }
6776
6839
  finally { if (e_1) throw e_1.error; }
6777
6840
  }
@@ -7078,17 +7141,24 @@ class ManagedRuleSetsImpl {
7078
7141
  }
7079
7142
  listPagingAll(options) {
7080
7143
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7081
- var e_1, _a;
7144
+ var _a, e_1, _b, _c;
7082
7145
  try {
7083
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7084
- const page = _c.value;
7085
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7146
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7147
+ _c = _f.value;
7148
+ _d = false;
7149
+ try {
7150
+ const page = _c;
7151
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7152
+ }
7153
+ finally {
7154
+ _d = true;
7155
+ }
7086
7156
  }
7087
7157
  }
7088
7158
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
7089
7159
  finally {
7090
7160
  try {
7091
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7161
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7092
7162
  }
7093
7163
  finally { if (e_1) throw e_1.error; }
7094
7164
  }