3636from .operations import SqlPoolVulnerabilityAssessmentScansOperations
3737from .operations import SqlPoolSecurityAlertPoliciesOperations
3838from .operations import SqlPoolVulnerabilityAssessmentRuleBaselinesOperations
39+ from .operations import ExtendedSqlPoolBlobAuditingPoliciesOperations
40+ from .operations import DataMaskingPoliciesOperations
41+ from .operations import DataMaskingRulesOperations
42+ from .operations import SqlPoolColumnsOperations
43+ from .operations import SqlPoolWorkloadGroupOperations
44+ from .operations import SqlPoolWorkloadClassifierOperations
3945from .operations import WorkspacesOperations
4046from .operations import WorkspaceAadAdminsOperations
47+ from .operations import WorkspaceSqlAadAdminsOperations
4148from .operations import WorkspaceManagedIdentitySqlControlSettingsOperations
49+ from .operations import RestorableDroppedSqlPoolsOperations
4250from .operations import IntegrationRuntimesOperations
4351from .operations import IntegrationRuntimeNodeIpAddressOperations
4452from .operations import IntegrationRuntimeObjectMetadataOperations
5159from .operations import PrivateLinkResourcesOperations
5260from .operations import PrivateEndpointConnectionsOperations
5361from .operations import PrivateLinkHubsOperations
62+ from .operations import PrivateEndpointConnectionsPrivateLinkHubOperations
63+ from .operations import WorkspaceManagedSqlServerBlobAuditingPoliciesOperations
64+ from .operations import WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations
65+ from .operations import WorkspaceManagedSqlServerSecurityAlertPolicyOperations
66+ from .operations import WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
67+ from .operations import WorkspaceManagedSqlServerUsagesOperations
68+ from .operations import WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
69+ from .operations import KeysOperations
5470from . import models
5571
5672
@@ -106,12 +122,28 @@ class SynapseManagementClient(SDKClient):
106122 :vartype sql_pool_security_alert_policies: azure.mgmt.synapse.operations.SqlPoolSecurityAlertPoliciesOperations
107123 :ivar sql_pool_vulnerability_assessment_rule_baselines: SqlPoolVulnerabilityAssessmentRuleBaselines operations
108124 :vartype sql_pool_vulnerability_assessment_rule_baselines: azure.mgmt.synapse.operations.SqlPoolVulnerabilityAssessmentRuleBaselinesOperations
125+ :ivar extended_sql_pool_blob_auditing_policies: ExtendedSqlPoolBlobAuditingPolicies operations
126+ :vartype extended_sql_pool_blob_auditing_policies: azure.mgmt.synapse.operations.ExtendedSqlPoolBlobAuditingPoliciesOperations
127+ :ivar data_masking_policies: DataMaskingPolicies operations
128+ :vartype data_masking_policies: azure.mgmt.synapse.operations.DataMaskingPoliciesOperations
129+ :ivar data_masking_rules: DataMaskingRules operations
130+ :vartype data_masking_rules: azure.mgmt.synapse.operations.DataMaskingRulesOperations
131+ :ivar sql_pool_columns: SqlPoolColumns operations
132+ :vartype sql_pool_columns: azure.mgmt.synapse.operations.SqlPoolColumnsOperations
133+ :ivar sql_pool_workload_group: SqlPoolWorkloadGroup operations
134+ :vartype sql_pool_workload_group: azure.mgmt.synapse.operations.SqlPoolWorkloadGroupOperations
135+ :ivar sql_pool_workload_classifier: SqlPoolWorkloadClassifier operations
136+ :vartype sql_pool_workload_classifier: azure.mgmt.synapse.operations.SqlPoolWorkloadClassifierOperations
109137 :ivar workspaces: Workspaces operations
110138 :vartype workspaces: azure.mgmt.synapse.operations.WorkspacesOperations
111139 :ivar workspace_aad_admins: WorkspaceAadAdmins operations
112140 :vartype workspace_aad_admins: azure.mgmt.synapse.operations.WorkspaceAadAdminsOperations
141+ :ivar workspace_sql_aad_admins: WorkspaceSqlAadAdmins operations
142+ :vartype workspace_sql_aad_admins: azure.mgmt.synapse.operations.WorkspaceSqlAadAdminsOperations
113143 :ivar workspace_managed_identity_sql_control_settings: WorkspaceManagedIdentitySqlControlSettings operations
114144 :vartype workspace_managed_identity_sql_control_settings: azure.mgmt.synapse.operations.WorkspaceManagedIdentitySqlControlSettingsOperations
145+ :ivar restorable_dropped_sql_pools: RestorableDroppedSqlPools operations
146+ :vartype restorable_dropped_sql_pools: azure.mgmt.synapse.operations.RestorableDroppedSqlPoolsOperations
115147 :ivar integration_runtimes: IntegrationRuntimes operations
116148 :vartype integration_runtimes: azure.mgmt.synapse.operations.IntegrationRuntimesOperations
117149 :ivar integration_runtime_node_ip_address: IntegrationRuntimeNodeIpAddress operations
@@ -136,6 +168,22 @@ class SynapseManagementClient(SDKClient):
136168 :vartype private_endpoint_connections: azure.mgmt.synapse.operations.PrivateEndpointConnectionsOperations
137169 :ivar private_link_hubs: PrivateLinkHubs operations
138170 :vartype private_link_hubs: azure.mgmt.synapse.operations.PrivateLinkHubsOperations
171+ :ivar private_endpoint_connections_private_link_hub: PrivateEndpointConnectionsPrivateLinkHub operations
172+ :vartype private_endpoint_connections_private_link_hub: azure.mgmt.synapse.operations.PrivateEndpointConnectionsPrivateLinkHubOperations
173+ :ivar workspace_managed_sql_server_blob_auditing_policies: WorkspaceManagedSqlServerBlobAuditingPolicies operations
174+ :vartype workspace_managed_sql_server_blob_auditing_policies: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerBlobAuditingPoliciesOperations
175+ :ivar workspace_managed_sql_server_extended_blob_auditing_policies: WorkspaceManagedSqlServerExtendedBlobAuditingPolicies operations
176+ :vartype workspace_managed_sql_server_extended_blob_auditing_policies: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations
177+ :ivar workspace_managed_sql_server_security_alert_policy: WorkspaceManagedSqlServerSecurityAlertPolicy operations
178+ :vartype workspace_managed_sql_server_security_alert_policy: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerSecurityAlertPolicyOperations
179+ :ivar workspace_managed_sql_server_vulnerability_assessments: WorkspaceManagedSqlServerVulnerabilityAssessments operations
180+ :vartype workspace_managed_sql_server_vulnerability_assessments: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
181+ :ivar workspace_managed_sql_server_usages: WorkspaceManagedSqlServerUsages operations
182+ :vartype workspace_managed_sql_server_usages: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerUsagesOperations
183+ :ivar workspace_managed_sql_server_recoverable_sqlpools: WorkspaceManagedSqlServerRecoverableSqlpools operations
184+ :vartype workspace_managed_sql_server_recoverable_sqlpools: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
185+ :ivar keys: Keys operations
186+ :vartype keys: azure.mgmt.synapse.operations.KeysOperations
139187
140188 :param credentials: Credentials needed for the client to connect to Azure.
141189 :type credentials: :mod:`A msrestazure Credentials
@@ -202,12 +250,28 @@ def __init__(
202250 self ._client , self .config , self ._serialize , self ._deserialize )
203251 self .sql_pool_vulnerability_assessment_rule_baselines = SqlPoolVulnerabilityAssessmentRuleBaselinesOperations (
204252 self ._client , self .config , self ._serialize , self ._deserialize )
253+ self .extended_sql_pool_blob_auditing_policies = ExtendedSqlPoolBlobAuditingPoliciesOperations (
254+ self ._client , self .config , self ._serialize , self ._deserialize )
255+ self .data_masking_policies = DataMaskingPoliciesOperations (
256+ self ._client , self .config , self ._serialize , self ._deserialize )
257+ self .data_masking_rules = DataMaskingRulesOperations (
258+ self ._client , self .config , self ._serialize , self ._deserialize )
259+ self .sql_pool_columns = SqlPoolColumnsOperations (
260+ self ._client , self .config , self ._serialize , self ._deserialize )
261+ self .sql_pool_workload_group = SqlPoolWorkloadGroupOperations (
262+ self ._client , self .config , self ._serialize , self ._deserialize )
263+ self .sql_pool_workload_classifier = SqlPoolWorkloadClassifierOperations (
264+ self ._client , self .config , self ._serialize , self ._deserialize )
205265 self .workspaces = WorkspacesOperations (
206266 self ._client , self .config , self ._serialize , self ._deserialize )
207267 self .workspace_aad_admins = WorkspaceAadAdminsOperations (
208268 self ._client , self .config , self ._serialize , self ._deserialize )
269+ self .workspace_sql_aad_admins = WorkspaceSqlAadAdminsOperations (
270+ self ._client , self .config , self ._serialize , self ._deserialize )
209271 self .workspace_managed_identity_sql_control_settings = WorkspaceManagedIdentitySqlControlSettingsOperations (
210272 self ._client , self .config , self ._serialize , self ._deserialize )
273+ self .restorable_dropped_sql_pools = RestorableDroppedSqlPoolsOperations (
274+ self ._client , self .config , self ._serialize , self ._deserialize )
211275 self .integration_runtimes = IntegrationRuntimesOperations (
212276 self ._client , self .config , self ._serialize , self ._deserialize )
213277 self .integration_runtime_node_ip_address = IntegrationRuntimeNodeIpAddressOperations (
@@ -232,3 +296,19 @@ def __init__(
232296 self ._client , self .config , self ._serialize , self ._deserialize )
233297 self .private_link_hubs = PrivateLinkHubsOperations (
234298 self ._client , self .config , self ._serialize , self ._deserialize )
299+ self .private_endpoint_connections_private_link_hub = PrivateEndpointConnectionsPrivateLinkHubOperations (
300+ self ._client , self .config , self ._serialize , self ._deserialize )
301+ self .workspace_managed_sql_server_blob_auditing_policies = WorkspaceManagedSqlServerBlobAuditingPoliciesOperations (
302+ self ._client , self .config , self ._serialize , self ._deserialize )
303+ self .workspace_managed_sql_server_extended_blob_auditing_policies = WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations (
304+ self ._client , self .config , self ._serialize , self ._deserialize )
305+ self .workspace_managed_sql_server_security_alert_policy = WorkspaceManagedSqlServerSecurityAlertPolicyOperations (
306+ self ._client , self .config , self ._serialize , self ._deserialize )
307+ self .workspace_managed_sql_server_vulnerability_assessments = WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations (
308+ self ._client , self .config , self ._serialize , self ._deserialize )
309+ self .workspace_managed_sql_server_usages = WorkspaceManagedSqlServerUsagesOperations (
310+ self ._client , self .config , self ._serialize , self ._deserialize )
311+ self .workspace_managed_sql_server_recoverable_sqlpools = WorkspaceManagedSqlServerRecoverableSqlpoolsOperations (
312+ self ._client , self .config , self ._serialize , self ._deserialize )
313+ self .keys = KeysOperations (
314+ self ._client , self .config , self ._serialize , self ._deserialize )
0 commit comments