@azure/arm-frontdoor 5.2.1-alpha.20231016.1 → 5.2.1-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 (43) hide show
  1. package/dist/index.js +33 -88
  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 +3 -8
  6. package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +1 -1
  7. package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +3 -8
  8. package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/frontDoorsListSample.js +3 -8
  10. package/dist-esm/samples-dev/frontDoorsListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +3 -8
  12. package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +1 -1
  13. package/dist-esm/samples-dev/managedRuleSetsListSample.js +3 -8
  14. package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +3 -8
  16. package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +1 -1
  17. package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +3 -8
  18. package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/policiesListBySubscriptionSample.js +3 -8
  20. package/dist-esm/samples-dev/policiesListBySubscriptionSample.js.map +1 -1
  21. package/dist-esm/samples-dev/policiesListSample.js +3 -8
  22. package/dist-esm/samples-dev/policiesListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +3 -8
  24. package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +3 -8
  26. package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +1 -1
  27. package/dist-esm/src/operations/experiments.js +3 -8
  28. package/dist-esm/src/operations/experiments.js.map +1 -1
  29. package/dist-esm/src/operations/frontDoors.js +6 -16
  30. package/dist-esm/src/operations/frontDoors.js.map +1 -1
  31. package/dist-esm/src/operations/frontendEndpoints.js +3 -8
  32. package/dist-esm/src/operations/frontendEndpoints.js.map +1 -1
  33. package/dist-esm/src/operations/managedRuleSets.js +3 -8
  34. package/dist-esm/src/operations/managedRuleSets.js.map +1 -1
  35. package/dist-esm/src/operations/networkExperimentProfiles.js +6 -16
  36. package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -1
  37. package/dist-esm/src/operations/policies.js +6 -16
  38. package/dist-esm/src/operations/policies.js.map +1 -1
  39. package/dist-esm/src/operations/preconfiguredEndpoints.js +3 -8
  40. package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -1
  41. package/dist-esm/src/operations/rulesEngines.js +3 -8
  42. package/dist-esm/src/operations/rulesEngines.js.map +1 -1
  43. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4247,16 +4247,11 @@ class PoliciesImpl {
4247
4247
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4248
4248
  var _a, e_1, _b, _c;
4249
4249
  try {
4250
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4250
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4251
4251
  _c = _f.value;
4252
4252
  _d = false;
4253
- try {
4254
- const page = _c;
4255
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4256
- }
4257
- finally {
4258
- _d = true;
4259
- }
4253
+ const page = _c;
4254
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4260
4255
  }
4261
4256
  }
4262
4257
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4313,16 +4308,11 @@ class PoliciesImpl {
4313
4308
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
4314
4309
  var _a, e_2, _b, _c;
4315
4310
  try {
4316
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4311
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4317
4312
  _c = _f.value;
4318
4313
  _d = false;
4319
- try {
4320
- const page = _c;
4321
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4322
- }
4323
- finally {
4324
- _d = true;
4325
- }
4314
+ const page = _c;
4315
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4326
4316
  }
4327
4317
  }
4328
4318
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4785,16 +4775,11 @@ class ManagedRuleSetsImpl {
4785
4775
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4786
4776
  var _a, e_1, _b, _c;
4787
4777
  try {
4788
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4778
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4789
4779
  _c = _f.value;
4790
4780
  _d = false;
4791
- try {
4792
- const page = _c;
4793
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4794
- }
4795
- finally {
4796
- _d = true;
4797
- }
4781
+ const page = _c;
4782
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4798
4783
  }
4799
4784
  }
4800
4785
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5014,16 +4999,11 @@ class FrontDoorsImpl {
5014
4999
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5015
5000
  var _a, e_1, _b, _c;
5016
5001
  try {
5017
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5002
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5018
5003
  _c = _f.value;
5019
5004
  _d = false;
5020
- try {
5021
- const page = _c;
5022
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5023
- }
5024
- finally {
5025
- _d = true;
5026
- }
5005
+ const page = _c;
5006
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5027
5007
  }
5028
5008
  }
5029
5009
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5081,16 +5061,11 @@ class FrontDoorsImpl {
5081
5061
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5082
5062
  var _a, e_2, _b, _c;
5083
5063
  try {
5084
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5064
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5085
5065
  _c = _f.value;
5086
5066
  _d = false;
5087
- try {
5088
- const page = _c;
5089
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5090
- }
5091
- finally {
5092
- _d = true;
5093
- }
5067
+ const page = _c;
5068
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5094
5069
  }
5095
5070
  }
5096
5071
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5509,16 +5484,11 @@ class FrontendEndpointsImpl {
5509
5484
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
5510
5485
  var _a, e_1, _b, _c;
5511
5486
  try {
5512
- for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5487
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5513
5488
  _c = _f.value;
5514
5489
  _d = false;
5515
- try {
5516
- const page = _c;
5517
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5518
- }
5519
- finally {
5520
- _d = true;
5521
- }
5490
+ const page = _c;
5491
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5522
5492
  }
5523
5493
  }
5524
5494
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5969,16 +5939,11 @@ class RulesEnginesImpl {
5969
5939
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
5970
5940
  var _a, e_1, _b, _c;
5971
5941
  try {
5972
- for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5942
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFrontDoorPagingPage(resourceGroupName, frontDoorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5973
5943
  _c = _f.value;
5974
5944
  _d = false;
5975
- try {
5976
- const page = _c;
5977
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5978
- }
5979
- finally {
5980
- _d = true;
5981
- }
5945
+ const page = _c;
5946
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5982
5947
  }
5983
5948
  }
5984
5949
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6331,16 +6296,11 @@ class NetworkExperimentProfilesImpl {
6331
6296
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6332
6297
  var _a, e_1, _b, _c;
6333
6298
  try {
6334
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6299
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6335
6300
  _c = _f.value;
6336
6301
  _d = false;
6337
- try {
6338
- const page = _c;
6339
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6340
- }
6341
- finally {
6342
- _d = true;
6343
- }
6302
+ const page = _c;
6303
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6344
6304
  }
6345
6305
  }
6346
6306
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6398,16 +6358,11 @@ class NetworkExperimentProfilesImpl {
6398
6358
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6399
6359
  var _a, e_2, _b, _c;
6400
6360
  try {
6401
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6361
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6402
6362
  _c = _f.value;
6403
6363
  _d = false;
6404
- try {
6405
- const page = _c;
6406
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6407
- }
6408
- finally {
6409
- _d = true;
6410
- }
6364
+ const page = _c;
6365
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6411
6366
  }
6412
6367
  }
6413
6368
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6879,16 +6834,11 @@ class PreconfiguredEndpointsImpl {
6879
6834
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6880
6835
  var _a, e_1, _b, _c;
6881
6836
  try {
6882
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6837
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6883
6838
  _c = _f.value;
6884
6839
  _d = false;
6885
- try {
6886
- const page = _c;
6887
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6888
- }
6889
- finally {
6890
- _d = true;
6891
- }
6840
+ const page = _c;
6841
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6892
6842
  }
6893
6843
  }
6894
6844
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7029,16 +6979,11 @@ class ExperimentsImpl {
7029
6979
  return tslib.__asyncGenerator(this, arguments, function* listByProfilePagingAll_1() {
7030
6980
  var _a, e_1, _b, _c;
7031
6981
  try {
7032
- for (var _d = true, _e = tslib.__asyncValues(this.listByProfilePagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6982
+ for (var _d = true, _e = tslib.__asyncValues(this.listByProfilePagingPage(resourceGroupName, profileName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7033
6983
  _c = _f.value;
7034
6984
  _d = false;
7035
- try {
7036
- const page = _c;
7037
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7038
- }
7039
- finally {
7040
- _d = true;
7041
- }
6985
+ const page = _c;
6986
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7042
6987
  }
7043
6988
  }
7044
6989
  catch (e_1_1) { e_1 = { error: e_1_1 }; }