@azure/arm-frontdoor 5.2.1-alpha.20231009.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 (44) hide show
  1. package/dist/index.js +111 -169
  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 +3 -10
  44. package/rollup.config.js +0 -122
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var coreClient = require('@azure/core-client');
6
4
  var coreRestPipeline = require('@azure/core-rest-pipeline');
7
5
  var tslib = require('tslib');
8
6
  var coreLro = require('@azure/core-lro');
9
7
 
10
- function _interopNamespace(e) {
11
- if (e && e.__esModule) return e;
8
+ function _interopNamespaceDefault(e) {
12
9
  var n = Object.create(null);
13
10
  if (e) {
14
11
  Object.keys(e).forEach(function (k) {
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
21
18
  }
22
19
  });
23
20
  }
24
- n["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -3757,94 +3754,94 @@ let discriminators = {
3757
3754
 
3758
3755
  var Mappers = /*#__PURE__*/Object.freeze({
3759
3756
  __proto__: null,
3760
- WebApplicationFirewallPolicyList: WebApplicationFirewallPolicyList,
3761
- PolicySettings: PolicySettings,
3762
- CustomRuleList: CustomRuleList,
3757
+ AzureAsyncOperationResult: AzureAsyncOperationResult,
3758
+ Backend: Backend,
3759
+ BackendPool: BackendPool,
3760
+ BackendPoolListResult: BackendPoolListResult,
3761
+ BackendPoolProperties: BackendPoolProperties,
3762
+ BackendPoolUpdateParameters: BackendPoolUpdateParameters,
3763
+ BackendPoolsSettings: BackendPoolsSettings,
3764
+ CacheConfiguration: CacheConfiguration,
3765
+ CheckNameAvailabilityInput: CheckNameAvailabilityInput,
3766
+ CheckNameAvailabilityOutput: CheckNameAvailabilityOutput,
3767
+ CustomHttpsConfiguration: CustomHttpsConfiguration,
3763
3768
  CustomRule: CustomRule,
3764
- MatchCondition: MatchCondition,
3765
- ManagedRuleSetList: ManagedRuleSetList,
3766
- ManagedRuleSet: ManagedRuleSet,
3767
- ManagedRuleExclusion: ManagedRuleExclusion,
3768
- ManagedRuleGroupOverride: ManagedRuleGroupOverride,
3769
- ManagedRuleOverride: ManagedRuleOverride,
3770
- FrontendEndpointLink: FrontendEndpointLink,
3771
- RoutingRuleLink: RoutingRuleLink,
3772
- SecurityPolicyLink: SecurityPolicyLink,
3773
- Sku: Sku,
3774
- Resource: Resource,
3775
- ErrorResponse: ErrorResponse,
3769
+ CustomRuleList: CustomRuleList,
3776
3770
  DefaultErrorResponse: DefaultErrorResponse,
3777
3771
  DefaultErrorResponseError: DefaultErrorResponseError,
3778
- TagsObject: TagsObject,
3779
- ManagedRuleSetDefinitionList: ManagedRuleSetDefinitionList,
3780
- ManagedRuleGroupDefinition: ManagedRuleGroupDefinition,
3781
- ManagedRuleDefinition: ManagedRuleDefinition,
3782
- CheckNameAvailabilityInput: CheckNameAvailabilityInput,
3783
- CheckNameAvailabilityOutput: CheckNameAvailabilityOutput,
3772
+ Endpoint: Endpoint,
3773
+ ErrorDetails: ErrorDetails,
3774
+ ErrorModel: ErrorModel,
3775
+ ErrorResponse: ErrorResponse,
3776
+ Experiment: Experiment,
3777
+ ExperimentList: ExperimentList,
3778
+ ExperimentUpdateModel: ExperimentUpdateModel,
3779
+ ForwardingConfiguration: ForwardingConfiguration,
3780
+ FrontDoor: FrontDoor,
3784
3781
  FrontDoorListResult: FrontDoorListResult,
3785
- RulesEngine: RulesEngine,
3786
- RulesEngineUpdateParameters: RulesEngineUpdateParameters,
3787
- RulesEngineRule: RulesEngineRule,
3788
- RulesEngineAction: RulesEngineAction,
3789
- HeaderAction: HeaderAction,
3790
- RouteConfiguration: RouteConfiguration,
3791
- RulesEngineMatchCondition: RulesEngineMatchCondition,
3782
+ FrontDoorProperties: FrontDoorProperties,
3792
3783
  FrontDoorUpdateParameters: FrontDoorUpdateParameters,
3793
- RoutingRuleUpdateParameters: RoutingRuleUpdateParameters,
3794
- SubResource: SubResource,
3795
- RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink,
3796
- LoadBalancingSettingsUpdateParameters: LoadBalancingSettingsUpdateParameters,
3797
- HealthProbeSettingsUpdateParameters: HealthProbeSettingsUpdateParameters,
3798
- BackendPoolUpdateParameters: BackendPoolUpdateParameters,
3799
- Backend: Backend,
3800
- CustomHttpsConfiguration: CustomHttpsConfiguration,
3801
- KeyVaultCertificateSourceParametersVault: KeyVaultCertificateSourceParametersVault,
3784
+ FrontendEndpoint: FrontendEndpoint,
3785
+ FrontendEndpointLink: FrontendEndpointLink,
3786
+ FrontendEndpointProperties: FrontendEndpointProperties,
3802
3787
  FrontendEndpointUpdateParameters: FrontendEndpointUpdateParameters,
3803
3788
  FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink,
3804
- BackendPoolsSettings: BackendPoolsSettings,
3805
3789
  FrontendEndpointsListResult: FrontendEndpointsListResult,
3806
- PurgeParameters: PurgeParameters,
3807
- ValidateCustomDomainInput: ValidateCustomDomainInput,
3808
- ValidateCustomDomainOutput: ValidateCustomDomainOutput,
3809
- RulesEngineListResult: RulesEngineListResult,
3810
- ProfileList: ProfileList,
3811
- ProfileUpdateModel: ProfileUpdateModel,
3812
- PreconfiguredEndpointList: PreconfiguredEndpointList,
3813
- ExperimentList: ExperimentList,
3814
- Endpoint: Endpoint,
3815
- ExperimentUpdateModel: ExperimentUpdateModel,
3790
+ HeaderAction: HeaderAction,
3791
+ HealthProbeSettingsListResult: HealthProbeSettingsListResult,
3792
+ HealthProbeSettingsModel: HealthProbeSettingsModel,
3793
+ HealthProbeSettingsProperties: HealthProbeSettingsProperties,
3794
+ HealthProbeSettingsUpdateParameters: HealthProbeSettingsUpdateParameters,
3795
+ KeyVaultCertificateSourceParametersVault: KeyVaultCertificateSourceParametersVault,
3816
3796
  LatencyMetric: LatencyMetric,
3817
- TimeseriesDataPoint: TimeseriesDataPoint,
3818
- ErrorDetails: ErrorDetails,
3819
- ErrorModel: ErrorModel,
3820
- AzureAsyncOperationResult: AzureAsyncOperationResult,
3821
- RoutingRuleListResult: RoutingRuleListResult,
3822
- CacheConfiguration: CacheConfiguration,
3797
+ LatencyScorecard: LatencyScorecard,
3823
3798
  LoadBalancingSettingsListResult: LoadBalancingSettingsListResult,
3824
- HealthProbeSettingsListResult: HealthProbeSettingsListResult,
3825
- BackendPoolListResult: BackendPoolListResult,
3826
- WebApplicationFirewallPolicy: WebApplicationFirewallPolicy,
3799
+ LoadBalancingSettingsModel: LoadBalancingSettingsModel,
3800
+ LoadBalancingSettingsProperties: LoadBalancingSettingsProperties,
3801
+ LoadBalancingSettingsUpdateParameters: LoadBalancingSettingsUpdateParameters,
3802
+ ManagedRuleDefinition: ManagedRuleDefinition,
3803
+ ManagedRuleExclusion: ManagedRuleExclusion,
3804
+ ManagedRuleGroupDefinition: ManagedRuleGroupDefinition,
3805
+ ManagedRuleGroupOverride: ManagedRuleGroupOverride,
3806
+ ManagedRuleOverride: ManagedRuleOverride,
3807
+ ManagedRuleSet: ManagedRuleSet,
3827
3808
  ManagedRuleSetDefinition: ManagedRuleSetDefinition,
3828
- FrontDoor: FrontDoor,
3829
- Profile: Profile,
3809
+ ManagedRuleSetDefinitionList: ManagedRuleSetDefinitionList,
3810
+ ManagedRuleSetList: ManagedRuleSetList,
3811
+ MatchCondition: MatchCondition,
3812
+ PolicySettings: PolicySettings,
3830
3813
  PreconfiguredEndpoint: PreconfiguredEndpoint,
3831
- Experiment: Experiment,
3832
- LatencyScorecard: LatencyScorecard,
3833
- Timeseries: Timeseries,
3834
- RulesEngineProperties: RulesEngineProperties,
3835
- ForwardingConfiguration: ForwardingConfiguration,
3814
+ PreconfiguredEndpointList: PreconfiguredEndpointList,
3815
+ Profile: Profile,
3816
+ ProfileList: ProfileList,
3817
+ ProfileUpdateModel: ProfileUpdateModel,
3818
+ PurgeParameters: PurgeParameters,
3836
3819
  RedirectConfiguration: RedirectConfiguration,
3837
- FrontDoorProperties: FrontDoorProperties,
3838
- RoutingRuleProperties: RoutingRuleProperties,
3820
+ Resource: Resource,
3821
+ RouteConfiguration: RouteConfiguration,
3839
3822
  RoutingRule: RoutingRule,
3840
- LoadBalancingSettingsModel: LoadBalancingSettingsModel,
3841
- HealthProbeSettingsModel: HealthProbeSettingsModel,
3842
- BackendPool: BackendPool,
3843
- FrontendEndpoint: FrontendEndpoint,
3844
- LoadBalancingSettingsProperties: LoadBalancingSettingsProperties,
3845
- HealthProbeSettingsProperties: HealthProbeSettingsProperties,
3846
- BackendPoolProperties: BackendPoolProperties,
3847
- FrontendEndpointProperties: FrontendEndpointProperties,
3823
+ RoutingRuleLink: RoutingRuleLink,
3824
+ RoutingRuleListResult: RoutingRuleListResult,
3825
+ RoutingRuleProperties: RoutingRuleProperties,
3826
+ RoutingRuleUpdateParameters: RoutingRuleUpdateParameters,
3827
+ RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink,
3828
+ RulesEngine: RulesEngine,
3829
+ RulesEngineAction: RulesEngineAction,
3830
+ RulesEngineListResult: RulesEngineListResult,
3831
+ RulesEngineMatchCondition: RulesEngineMatchCondition,
3832
+ RulesEngineProperties: RulesEngineProperties,
3833
+ RulesEngineRule: RulesEngineRule,
3834
+ RulesEngineUpdateParameters: RulesEngineUpdateParameters,
3835
+ SecurityPolicyLink: SecurityPolicyLink,
3836
+ Sku: Sku,
3837
+ SubResource: SubResource,
3838
+ TagsObject: TagsObject,
3839
+ Timeseries: Timeseries,
3840
+ TimeseriesDataPoint: TimeseriesDataPoint,
3841
+ ValidateCustomDomainInput: ValidateCustomDomainInput,
3842
+ ValidateCustomDomainOutput: ValidateCustomDomainOutput,
3843
+ WebApplicationFirewallPolicy: WebApplicationFirewallPolicy,
3844
+ WebApplicationFirewallPolicyList: WebApplicationFirewallPolicyList,
3848
3845
  discriminators: discriminators
3849
3846
  });
3850
3847
 
@@ -4250,16 +4247,11 @@ class PoliciesImpl {
4250
4247
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4251
4248
  var _a, e_1, _b, _c;
4252
4249
  try {
4253
- 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) {
4254
4251
  _c = _f.value;
4255
4252
  _d = false;
4256
- try {
4257
- const page = _c;
4258
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4259
- }
4260
- finally {
4261
- _d = true;
4262
- }
4253
+ const page = _c;
4254
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4263
4255
  }
4264
4256
  }
4265
4257
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4316,16 +4308,11 @@ class PoliciesImpl {
4316
4308
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
4317
4309
  var _a, e_2, _b, _c;
4318
4310
  try {
4319
- 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) {
4320
4312
  _c = _f.value;
4321
4313
  _d = false;
4322
- try {
4323
- const page = _c;
4324
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4325
- }
4326
- finally {
4327
- _d = true;
4328
- }
4314
+ const page = _c;
4315
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4329
4316
  }
4330
4317
  }
4331
4318
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4788,16 +4775,11 @@ class ManagedRuleSetsImpl {
4788
4775
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4789
4776
  var _a, e_1, _b, _c;
4790
4777
  try {
4791
- 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) {
4792
4779
  _c = _f.value;
4793
4780
  _d = false;
4794
- try {
4795
- const page = _c;
4796
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4797
- }
4798
- finally {
4799
- _d = true;
4800
- }
4781
+ const page = _c;
4782
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4801
4783
  }
4802
4784
  }
4803
4785
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5017,16 +4999,11 @@ class FrontDoorsImpl {
5017
4999
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5018
5000
  var _a, e_1, _b, _c;
5019
5001
  try {
5020
- 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) {
5021
5003
  _c = _f.value;
5022
5004
  _d = false;
5023
- try {
5024
- const page = _c;
5025
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5026
- }
5027
- finally {
5028
- _d = true;
5029
- }
5005
+ const page = _c;
5006
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5030
5007
  }
5031
5008
  }
5032
5009
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5084,16 +5061,11 @@ class FrontDoorsImpl {
5084
5061
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5085
5062
  var _a, e_2, _b, _c;
5086
5063
  try {
5087
- 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) {
5088
5065
  _c = _f.value;
5089
5066
  _d = false;
5090
- try {
5091
- const page = _c;
5092
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5093
- }
5094
- finally {
5095
- _d = true;
5096
- }
5067
+ const page = _c;
5068
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5097
5069
  }
5098
5070
  }
5099
5071
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5512,16 +5484,11 @@ class FrontendEndpointsImpl {
5512
5484
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
5513
5485
  var _a, e_1, _b, _c;
5514
5486
  try {
5515
- 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) {
5516
5488
  _c = _f.value;
5517
5489
  _d = false;
5518
- try {
5519
- const page = _c;
5520
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5521
- }
5522
- finally {
5523
- _d = true;
5524
- }
5490
+ const page = _c;
5491
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5525
5492
  }
5526
5493
  }
5527
5494
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5972,16 +5939,11 @@ class RulesEnginesImpl {
5972
5939
  return tslib.__asyncGenerator(this, arguments, function* listByFrontDoorPagingAll_1() {
5973
5940
  var _a, e_1, _b, _c;
5974
5941
  try {
5975
- 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) {
5976
5943
  _c = _f.value;
5977
5944
  _d = false;
5978
- try {
5979
- const page = _c;
5980
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5981
- }
5982
- finally {
5983
- _d = true;
5984
- }
5945
+ const page = _c;
5946
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5985
5947
  }
5986
5948
  }
5987
5949
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6334,16 +6296,11 @@ class NetworkExperimentProfilesImpl {
6334
6296
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6335
6297
  var _a, e_1, _b, _c;
6336
6298
  try {
6337
- 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) {
6338
6300
  _c = _f.value;
6339
6301
  _d = false;
6340
- try {
6341
- const page = _c;
6342
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6343
- }
6344
- finally {
6345
- _d = true;
6346
- }
6302
+ const page = _c;
6303
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6347
6304
  }
6348
6305
  }
6349
6306
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6401,16 +6358,11 @@ class NetworkExperimentProfilesImpl {
6401
6358
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6402
6359
  var _a, e_2, _b, _c;
6403
6360
  try {
6404
- 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) {
6405
6362
  _c = _f.value;
6406
6363
  _d = false;
6407
- try {
6408
- const page = _c;
6409
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6410
- }
6411
- finally {
6412
- _d = true;
6413
- }
6364
+ const page = _c;
6365
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6414
6366
  }
6415
6367
  }
6416
6368
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6882,16 +6834,11 @@ class PreconfiguredEndpointsImpl {
6882
6834
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6883
6835
  var _a, e_1, _b, _c;
6884
6836
  try {
6885
- 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) {
6886
6838
  _c = _f.value;
6887
6839
  _d = false;
6888
- try {
6889
- const page = _c;
6890
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6891
- }
6892
- finally {
6893
- _d = true;
6894
- }
6840
+ const page = _c;
6841
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6895
6842
  }
6896
6843
  }
6897
6844
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7032,16 +6979,11 @@ class ExperimentsImpl {
7032
6979
  return tslib.__asyncGenerator(this, arguments, function* listByProfilePagingAll_1() {
7033
6980
  var _a, e_1, _b, _c;
7034
6981
  try {
7035
- 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) {
7036
6983
  _c = _f.value;
7037
6984
  _d = false;
7038
- try {
7039
- const page = _c;
7040
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7041
- }
7042
- finally {
7043
- _d = true;
7044
- }
6985
+ const page = _c;
6986
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7045
6987
  }
7046
6988
  }
7047
6989
  catch (e_1_1) { e_1 = { error: e_1_1 }; }