26
26
DatabaseAutomaticTuningOperations ,
27
27
DatabaseBlobAuditingPoliciesOperations ,
28
28
DatabaseColumnsOperations ,
29
+ DatabaseEncryptionProtectorsOperations ,
29
30
DatabaseExtensionsOperations ,
30
31
DatabaseOperationsOperations ,
31
32
DatabaseRecommendedActionsOperations ,
104
105
ManagedInstanceTdeCertificatesOperations ,
105
106
ManagedInstanceVulnerabilityAssessmentsOperations ,
106
107
ManagedInstancesOperations ,
108
+ ManagedLedgerDigestUploadsOperations ,
107
109
ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations ,
108
110
ManagedServerDnsAliasesOperations ,
109
111
ManagedServerSecurityAlertPoliciesOperations ,
126
128
ServerAzureADOnlyAuthenticationsOperations ,
127
129
ServerBlobAuditingPoliciesOperations ,
128
130
ServerCommunicationLinksOperations ,
131
+ ServerConfigurationOptionsOperations ,
129
132
ServerConnectionPoliciesOperations ,
130
133
ServerDevOpsAuditSettingsOperations ,
131
134
ServerDnsAliasesOperations ,
148
151
SqlVulnerabilityAssessmentScansOperations ,
149
152
SqlVulnerabilityAssessmentsOperations ,
150
153
SqlVulnerabilityAssessmentsSettingsOperations ,
154
+ StartStopManagedInstanceSchedulesOperations ,
151
155
SubscriptionUsagesOperations ,
152
156
SynapseLinkWorkspacesOperations ,
153
157
SyncAgentsOperations ,
@@ -173,8 +177,6 @@ class SqlManagementClient: # pylint: disable=client-accepts-api-version-keyword
173
177
Azure SQL Database services to manage your databases. The API enables you to create, retrieve,
174
178
update, and delete databases.
175
179
176
- :ivar recoverable_databases: RecoverableDatabasesOperations operations
177
- :vartype recoverable_databases: azure.mgmt.sql.operations.RecoverableDatabasesOperations
178
180
:ivar data_masking_policies: DataMaskingPoliciesOperations operations
179
181
:vartype data_masking_policies: azure.mgmt.sql.operations.DataMaskingPoliciesOperations
180
182
:ivar data_masking_rules: DataMaskingRulesOperations operations
@@ -405,9 +407,6 @@ class SqlManagementClient: # pylint: disable=client-accepts-api-version-keyword
405
407
:vartype workload_classifiers: azure.mgmt.sql.operations.WorkloadClassifiersOperations
406
408
:ivar workload_groups: WorkloadGroupsOperations operations
407
409
:vartype workload_groups: azure.mgmt.sql.operations.WorkloadGroupsOperations
408
- :ivar transparent_data_encryptions: TransparentDataEncryptionsOperations operations
409
- :vartype transparent_data_encryptions:
410
- azure.mgmt.sql.operations.TransparentDataEncryptionsOperations
411
410
:ivar backup_short_term_retention_policies: BackupShortTermRetentionPoliciesOperations
412
411
operations
413
412
:vartype backup_short_term_retention_policies:
@@ -422,8 +421,6 @@ class SqlManagementClient: # pylint: disable=client-accepts-api-version-keyword
422
421
:vartype ledger_digest_uploads: azure.mgmt.sql.operations.LedgerDigestUploadsOperations
423
422
:ivar outbound_firewall_rules: OutboundFirewallRulesOperations operations
424
423
:vartype outbound_firewall_rules: azure.mgmt.sql.operations.OutboundFirewallRulesOperations
425
- :ivar servers: ServersOperations operations
426
- :vartype servers: azure.mgmt.sql.operations.ServersOperations
427
424
:ivar usages: UsagesOperations operations
428
425
:vartype usages: azure.mgmt.sql.operations.UsagesOperations
429
426
:ivar long_term_retention_backups: LongTermRetentionBackupsOperations operations
@@ -433,11 +430,6 @@ class SqlManagementClient: # pylint: disable=client-accepts-api-version-keyword
433
430
LongTermRetentionManagedInstanceBackupsOperations operations
434
431
:vartype long_term_retention_managed_instance_backups:
435
432
azure.mgmt.sql.operations.LongTermRetentionManagedInstanceBackupsOperations
436
- :ivar managed_instances: ManagedInstancesOperations operations
437
- :vartype managed_instances: azure.mgmt.sql.operations.ManagedInstancesOperations
438
- :ivar restorable_dropped_databases: RestorableDroppedDatabasesOperations operations
439
- :vartype restorable_dropped_databases:
440
- azure.mgmt.sql.operations.RestorableDroppedDatabasesOperations
441
433
:ivar restorable_dropped_managed_databases: RestorableDroppedManagedDatabasesOperations
442
434
operations
443
435
:vartype restorable_dropped_managed_databases:
@@ -576,6 +568,31 @@ class SqlManagementClient: # pylint: disable=client-accepts-api-version-keyword
576
568
azure.mgmt.sql.operations.ManagedDatabaseRestoreDetailsOperations
577
569
:ivar managed_databases: ManagedDatabasesOperations operations
578
570
:vartype managed_databases: azure.mgmt.sql.operations.ManagedDatabasesOperations
571
+ :ivar database_encryption_protectors: DatabaseEncryptionProtectorsOperations operations
572
+ :vartype database_encryption_protectors:
573
+ azure.mgmt.sql.operations.DatabaseEncryptionProtectorsOperations
574
+ :ivar managed_instances: ManagedInstancesOperations operations
575
+ :vartype managed_instances: azure.mgmt.sql.operations.ManagedInstancesOperations
576
+ :ivar managed_ledger_digest_uploads: ManagedLedgerDigestUploadsOperations operations
577
+ :vartype managed_ledger_digest_uploads:
578
+ azure.mgmt.sql.operations.ManagedLedgerDigestUploadsOperations
579
+ :ivar recoverable_databases: RecoverableDatabasesOperations operations
580
+ :vartype recoverable_databases: azure.mgmt.sql.operations.RecoverableDatabasesOperations
581
+ :ivar restorable_dropped_databases: RestorableDroppedDatabasesOperations operations
582
+ :vartype restorable_dropped_databases:
583
+ azure.mgmt.sql.operations.RestorableDroppedDatabasesOperations
584
+ :ivar server_configuration_options: ServerConfigurationOptionsOperations operations
585
+ :vartype server_configuration_options:
586
+ azure.mgmt.sql.operations.ServerConfigurationOptionsOperations
587
+ :ivar servers: ServersOperations operations
588
+ :vartype servers: azure.mgmt.sql.operations.ServersOperations
589
+ :ivar start_stop_managed_instance_schedules: StartStopManagedInstanceSchedulesOperations
590
+ operations
591
+ :vartype start_stop_managed_instance_schedules:
592
+ azure.mgmt.sql.operations.StartStopManagedInstanceSchedulesOperations
593
+ :ivar transparent_data_encryptions: TransparentDataEncryptionsOperations operations
594
+ :vartype transparent_data_encryptions:
595
+ azure.mgmt.sql.operations.TransparentDataEncryptionsOperations
579
596
:param credential: Credential needed for the client to connect to Azure. Required.
580
597
:type credential: ~azure.core.credentials.TokenCredential
581
598
:param subscription_id: The subscription ID that identifies an Azure subscription. Required.
@@ -602,9 +619,6 @@ def __init__(
602
619
self ._serialize = Serializer (client_models )
603
620
self ._deserialize = Deserializer (client_models )
604
621
self ._serialize .client_side_validation = False
605
- self .recoverable_databases = RecoverableDatabasesOperations (
606
- self ._client , self ._config , self ._serialize , self ._deserialize
607
- )
608
622
self .data_masking_policies = DataMaskingPoliciesOperations (
609
623
self ._client , self ._config , self ._serialize , self ._deserialize
610
624
)
@@ -826,9 +840,6 @@ def __init__(
826
840
self ._client , self ._config , self ._serialize , self ._deserialize
827
841
)
828
842
self .workload_groups = WorkloadGroupsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
829
- self .transparent_data_encryptions = TransparentDataEncryptionsOperations (
830
- self ._client , self ._config , self ._serialize , self ._deserialize
831
- )
832
843
self .backup_short_term_retention_policies = BackupShortTermRetentionPoliciesOperations (
833
844
self ._client , self ._config , self ._serialize , self ._deserialize
834
845
)
@@ -845,20 +856,13 @@ def __init__(
845
856
self .outbound_firewall_rules = OutboundFirewallRulesOperations (
846
857
self ._client , self ._config , self ._serialize , self ._deserialize
847
858
)
848
- self .servers = ServersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
849
859
self .usages = UsagesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
850
860
self .long_term_retention_backups = LongTermRetentionBackupsOperations (
851
861
self ._client , self ._config , self ._serialize , self ._deserialize
852
862
)
853
863
self .long_term_retention_managed_instance_backups = LongTermRetentionManagedInstanceBackupsOperations (
854
864
self ._client , self ._config , self ._serialize , self ._deserialize
855
865
)
856
- self .managed_instances = ManagedInstancesOperations (
857
- self ._client , self ._config , self ._serialize , self ._deserialize
858
- )
859
- self .restorable_dropped_databases = RestorableDroppedDatabasesOperations (
860
- self ._client , self ._config , self ._serialize , self ._deserialize
861
- )
862
866
self .restorable_dropped_managed_databases = RestorableDroppedManagedDatabasesOperations (
863
867
self ._client , self ._config , self ._serialize , self ._deserialize
864
868
)
@@ -993,6 +997,31 @@ def __init__(
993
997
self .managed_databases = ManagedDatabasesOperations (
994
998
self ._client , self ._config , self ._serialize , self ._deserialize
995
999
)
1000
+ self .database_encryption_protectors = DatabaseEncryptionProtectorsOperations (
1001
+ self ._client , self ._config , self ._serialize , self ._deserialize
1002
+ )
1003
+ self .managed_instances = ManagedInstancesOperations (
1004
+ self ._client , self ._config , self ._serialize , self ._deserialize
1005
+ )
1006
+ self .managed_ledger_digest_uploads = ManagedLedgerDigestUploadsOperations (
1007
+ self ._client , self ._config , self ._serialize , self ._deserialize
1008
+ )
1009
+ self .recoverable_databases = RecoverableDatabasesOperations (
1010
+ self ._client , self ._config , self ._serialize , self ._deserialize
1011
+ )
1012
+ self .restorable_dropped_databases = RestorableDroppedDatabasesOperations (
1013
+ self ._client , self ._config , self ._serialize , self ._deserialize
1014
+ )
1015
+ self .server_configuration_options = ServerConfigurationOptionsOperations (
1016
+ self ._client , self ._config , self ._serialize , self ._deserialize
1017
+ )
1018
+ self .servers = ServersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
1019
+ self .start_stop_managed_instance_schedules = StartStopManagedInstanceSchedulesOperations (
1020
+ self ._client , self ._config , self ._serialize , self ._deserialize
1021
+ )
1022
+ self .transparent_data_encryptions = TransparentDataEncryptionsOperations (
1023
+ self ._client , self ._config , self ._serialize , self ._deserialize
1024
+ )
996
1025
997
1026
def _send_request (self , request : HttpRequest , ** kwargs : Any ) -> HttpResponse :
998
1027
"""Runs the network request through the client's chained policies.
@@ -1023,5 +1052,5 @@ def __enter__(self) -> "SqlManagementClient":
1023
1052
self ._client .__enter__ ()
1024
1053
return self
1025
1054
1026
- def __exit__ (self , * exc_details ) -> None :
1055
+ def __exit__ (self , * exc_details : Any ) -> None :
1027
1056
self ._client .__exit__ (* exc_details )
0 commit comments