2525from .operations import ResourceUsageOperations
2626from .operations import Operations
2727from .operations import EdgeNodesOperations
28+ from .operations import AFDProfilesOperations
29+ from .operations import AFDCustomDomainsOperations
30+ from .operations import AFDEndpointsOperations
31+ from .operations import AFDOriginGroupsOperations
32+ from .operations import AFDOriginsOperations
33+ from .operations import RoutesOperations
34+ from .operations import RuleSetsOperations
35+ from .operations import RulesOperations
36+ from .operations import SecurityPoliciesOperations
37+ from .operations import SecretsOperations
38+ from .operations import ValidateOperations
39+ from .operations import LogAnalyticsOperations
2840from .operations import PoliciesOperations
2941from .operations import ManagedRuleSetsOperations
3042from .. import models
@@ -49,6 +61,30 @@ class CdnManagementClient(CdnManagementClientOperationsMixin):
4961 :vartype operations: azure.mgmt.cdn.aio.operations.Operations
5062 :ivar edge_nodes: EdgeNodesOperations operations
5163 :vartype edge_nodes: azure.mgmt.cdn.aio.operations.EdgeNodesOperations
64+ :ivar afd_profiles: AFDProfilesOperations operations
65+ :vartype afd_profiles: azure.mgmt.cdn.aio.operations.AFDProfilesOperations
66+ :ivar afd_custom_domains: AFDCustomDomainsOperations operations
67+ :vartype afd_custom_domains: azure.mgmt.cdn.aio.operations.AFDCustomDomainsOperations
68+ :ivar afd_endpoints: AFDEndpointsOperations operations
69+ :vartype afd_endpoints: azure.mgmt.cdn.aio.operations.AFDEndpointsOperations
70+ :ivar afd_origin_groups: AFDOriginGroupsOperations operations
71+ :vartype afd_origin_groups: azure.mgmt.cdn.aio.operations.AFDOriginGroupsOperations
72+ :ivar afd_origins: AFDOriginsOperations operations
73+ :vartype afd_origins: azure.mgmt.cdn.aio.operations.AFDOriginsOperations
74+ :ivar routes: RoutesOperations operations
75+ :vartype routes: azure.mgmt.cdn.aio.operations.RoutesOperations
76+ :ivar rule_sets: RuleSetsOperations operations
77+ :vartype rule_sets: azure.mgmt.cdn.aio.operations.RuleSetsOperations
78+ :ivar rules: RulesOperations operations
79+ :vartype rules: azure.mgmt.cdn.aio.operations.RulesOperations
80+ :ivar security_policies: SecurityPoliciesOperations operations
81+ :vartype security_policies: azure.mgmt.cdn.aio.operations.SecurityPoliciesOperations
82+ :ivar secrets: SecretsOperations operations
83+ :vartype secrets: azure.mgmt.cdn.aio.operations.SecretsOperations
84+ :ivar validate: ValidateOperations operations
85+ :vartype validate: azure.mgmt.cdn.aio.operations.ValidateOperations
86+ :ivar log_analytics: LogAnalyticsOperations operations
87+ :vartype log_analytics: azure.mgmt.cdn.aio.operations.LogAnalyticsOperations
5288 :ivar policies: PoliciesOperations operations
5389 :vartype policies: azure.mgmt.cdn.aio.operations.PoliciesOperations
5490 :ivar managed_rule_sets: ManagedRuleSetsOperations operations
@@ -94,6 +130,30 @@ def __init__(
94130 self ._client , self ._config , self ._serialize , self ._deserialize )
95131 self .edge_nodes = EdgeNodesOperations (
96132 self ._client , self ._config , self ._serialize , self ._deserialize )
133+ self .afd_profiles = AFDProfilesOperations (
134+ self ._client , self ._config , self ._serialize , self ._deserialize )
135+ self .afd_custom_domains = AFDCustomDomainsOperations (
136+ self ._client , self ._config , self ._serialize , self ._deserialize )
137+ self .afd_endpoints = AFDEndpointsOperations (
138+ self ._client , self ._config , self ._serialize , self ._deserialize )
139+ self .afd_origin_groups = AFDOriginGroupsOperations (
140+ self ._client , self ._config , self ._serialize , self ._deserialize )
141+ self .afd_origins = AFDOriginsOperations (
142+ self ._client , self ._config , self ._serialize , self ._deserialize )
143+ self .routes = RoutesOperations (
144+ self ._client , self ._config , self ._serialize , self ._deserialize )
145+ self .rule_sets = RuleSetsOperations (
146+ self ._client , self ._config , self ._serialize , self ._deserialize )
147+ self .rules = RulesOperations (
148+ self ._client , self ._config , self ._serialize , self ._deserialize )
149+ self .security_policies = SecurityPoliciesOperations (
150+ self ._client , self ._config , self ._serialize , self ._deserialize )
151+ self .secrets = SecretsOperations (
152+ self ._client , self ._config , self ._serialize , self ._deserialize )
153+ self .validate = ValidateOperations (
154+ self ._client , self ._config , self ._serialize , self ._deserialize )
155+ self .log_analytics = LogAnalyticsOperations (
156+ self ._client , self ._config , self ._serialize , self ._deserialize )
97157 self .policies = PoliciesOperations (
98158 self ._client , self ._config , self ._serialize , self ._deserialize )
99159 self .managed_rule_sets = ManagedRuleSetsOperations (
0 commit comments