@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.
- package/dist/index.js +33 -88
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js +3 -8
- package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js +3 -8
- package/dist-esm/samples-dev/frontDoorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +3 -8
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +1 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.js +3 -8
- package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +3 -8
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesListSample.js +3 -8
- package/dist-esm/samples-dev/policiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +3 -8
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +3 -8
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +1 -1
- package/dist-esm/src/operations/experiments.js +3 -8
- package/dist-esm/src/operations/experiments.js.map +1 -1
- package/dist-esm/src/operations/frontDoors.js +6 -16
- package/dist-esm/src/operations/frontDoors.js.map +1 -1
- package/dist-esm/src/operations/frontendEndpoints.js +3 -8
- package/dist-esm/src/operations/frontendEndpoints.js.map +1 -1
- package/dist-esm/src/operations/managedRuleSets.js +3 -8
- package/dist-esm/src/operations/managedRuleSets.js.map +1 -1
- package/dist-esm/src/operations/networkExperimentProfiles.js +6 -16
- package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -1
- package/dist-esm/src/operations/policies.js +6 -16
- package/dist-esm/src/operations/policies.js.map +1 -1
- package/dist-esm/src/operations/preconfiguredEndpoints.js +3 -8
- package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -1
- package/dist-esm/src/operations/rulesEngines.js +3 -8
- package/dist-esm/src/operations/rulesEngines.js.map +1 -1
- 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
|
-
|
|
4254
|
-
|
|
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
|
-
|
|
4320
|
-
|
|
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
|
-
|
|
4792
|
-
|
|
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
|
-
|
|
5021
|
-
|
|
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
|
-
|
|
5088
|
-
|
|
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
|
-
|
|
5516
|
-
|
|
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
|
-
|
|
5976
|
-
|
|
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
|
-
|
|
6338
|
-
|
|
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
|
-
|
|
6405
|
-
|
|
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
|
-
|
|
6886
|
-
|
|
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
|
-
|
|
7036
|
-
|
|
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 }; }
|