Skip to content

Commit e13e462

Browse files
00Kai0SDKAutoDongwei Wang
authored
T1 synapse 2021 01 28 (Azure#16395)
* CodeGen from PR 12606 in Azure/azure-rest-api-specs [Synapse] - Update readme to use 2020-12-01 (#12606) * Update readme * Add clear-output-folder * Remove 2020-04-01-preview for csharp Co-authored-by: Dongwei Wang <[email protected]> * test,version,CHANGELOG Co-authored-by: SDKAuto <[email protected]> Co-authored-by: Dongwei Wang <[email protected]>
1 parent e973776 commit e13e462

File tree

68 files changed

+2855
-598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2855
-598
lines changed

sdk/synapse/azure-mgmt-synapse/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Release History
22

3+
## 0.7.0 (2021-01-28)
4+
5+
**Features**
6+
7+
- Model WorkspaceRepositoryConfiguration has a new parameter tenant_id
8+
- Model WorkspaceRepositoryConfiguration has a new parameter last_commit_id
9+
- Model SqlPoolPatchInfo has a new parameter storage_account_type
10+
- Model Workspace has a new parameter adla_resource_id
11+
- Model SensitivityLabel has a new parameter schema_name
12+
- Model SensitivityLabel has a new parameter table_name
13+
- Model SensitivityLabel has a new parameter column_name
14+
- Model SensitivityLabel has a new parameter managed_by
15+
- Model SensitivityLabel has a new parameter rank
16+
- Model BigDataPoolResourceInfo has a new parameter cache_size
17+
- Model BigDataPoolResourceInfo has a new parameter dynamic_executor_allocation
18+
- Model BigDataPoolResourceInfo has a new parameter custom_libraries
19+
- Model BigDataPoolResourceInfo has a new parameter last_succeeded_timestamp
20+
- Model SqlPoolColumn has a new parameter is_computed
21+
- Model SqlPool has a new parameter storage_account_type
22+
- Added operation SqlPoolsOperations.rename
23+
- Added operation DataMaskingRulesOperations.get
24+
- Added operation SqlPoolSensitivityLabelsOperations.update
25+
- Added operation SqlPoolGeoBackupPoliciesOperations.create_or_update
26+
- Added operation group WorkspaceManagedSqlServerEncryptionProtectorOperations
27+
- Added operation group PrivateLinkHubPrivateLinkResourcesOperations
28+
- Added operation group WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
29+
- Added operation group SqlPoolMaintenanceWindowOptionsOperations
30+
- Added operation group SqlPoolRecommendedSensitivityLabelsOperations
31+
- Added operation group SqlPoolMaintenanceWindowsOperations
32+
33+
**Breaking changes**
34+
35+
- Model BigDataPoolResourceInfo no longer has parameter have_library_requirements_changed
36+
- Model ErrorResponse has a new signature
37+
- Model ErrorDetail has a new signature
38+
- Removed operation group WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
39+
340
## 0.6.0 (2020-12-17)
441

542
**Features**

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/_synapse_management_client.py

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
from .operations import SqlPoolDataWarehouseUserActivitiesOperations
2424
from .operations import SqlPoolRestorePointsOperations
2525
from .operations import SqlPoolReplicationLinksOperations
26+
from .operations import SqlPoolMaintenanceWindowsOperations
27+
from .operations import SqlPoolMaintenanceWindowOptionsOperations
2628
from .operations import SqlPoolTransparentDataEncryptionsOperations
2729
from .operations import SqlPoolBlobAuditingPoliciesOperations
2830
from .operations import SqlPoolOperations
2931
from .operations import SqlPoolUsagesOperations
3032
from .operations import SqlPoolSensitivityLabelsOperations
33+
from .operations import SqlPoolRecommendedSensitivityLabelsOperations
3134
from .operations import SqlPoolSchemasOperations
3235
from .operations import SqlPoolTablesOperations
3336
from .operations import SqlPoolTableColumnsOperations
@@ -57,15 +60,17 @@
5760
from .operations import IntegrationRuntimeMonitoringDataOperations
5861
from .operations import IntegrationRuntimeStatusOperations
5962
from .operations import PrivateLinkResourcesOperations
63+
from .operations import PrivateLinkHubPrivateLinkResourcesOperations
6064
from .operations import PrivateEndpointConnectionsOperations
6165
from .operations import PrivateLinkHubsOperations
6266
from .operations import PrivateEndpointConnectionsPrivateLinkHubOperations
6367
from .operations import WorkspaceManagedSqlServerBlobAuditingPoliciesOperations
6468
from .operations import WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations
6569
from .operations import WorkspaceManagedSqlServerSecurityAlertPolicyOperations
6670
from .operations import WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
71+
from .operations import WorkspaceManagedSqlServerEncryptionProtectorOperations
6772
from .operations import WorkspaceManagedSqlServerUsagesOperations
68-
from .operations import WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
73+
from .operations import WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
6974
from .operations import KeysOperations
7075
from . import models
7176

@@ -96,6 +101,10 @@ class SynapseManagementClient(SDKClient):
96101
:vartype sql_pool_restore_points: azure.mgmt.synapse.operations.SqlPoolRestorePointsOperations
97102
:ivar sql_pool_replication_links: SqlPoolReplicationLinks operations
98103
:vartype sql_pool_replication_links: azure.mgmt.synapse.operations.SqlPoolReplicationLinksOperations
104+
:ivar sql_pool_maintenance_windows: SqlPoolMaintenanceWindows operations
105+
:vartype sql_pool_maintenance_windows: azure.mgmt.synapse.operations.SqlPoolMaintenanceWindowsOperations
106+
:ivar sql_pool_maintenance_window_options: SqlPoolMaintenanceWindowOptions operations
107+
:vartype sql_pool_maintenance_window_options: azure.mgmt.synapse.operations.SqlPoolMaintenanceWindowOptionsOperations
99108
:ivar sql_pool_transparent_data_encryptions: SqlPoolTransparentDataEncryptions operations
100109
:vartype sql_pool_transparent_data_encryptions: azure.mgmt.synapse.operations.SqlPoolTransparentDataEncryptionsOperations
101110
:ivar sql_pool_blob_auditing_policies: SqlPoolBlobAuditingPolicies operations
@@ -106,6 +115,8 @@ class SynapseManagementClient(SDKClient):
106115
:vartype sql_pool_usages: azure.mgmt.synapse.operations.SqlPoolUsagesOperations
107116
:ivar sql_pool_sensitivity_labels: SqlPoolSensitivityLabels operations
108117
:vartype sql_pool_sensitivity_labels: azure.mgmt.synapse.operations.SqlPoolSensitivityLabelsOperations
118+
:ivar sql_pool_recommended_sensitivity_labels: SqlPoolRecommendedSensitivityLabels operations
119+
:vartype sql_pool_recommended_sensitivity_labels: azure.mgmt.synapse.operations.SqlPoolRecommendedSensitivityLabelsOperations
109120
:ivar sql_pool_schemas: SqlPoolSchemas operations
110121
:vartype sql_pool_schemas: azure.mgmt.synapse.operations.SqlPoolSchemasOperations
111122
:ivar sql_pool_tables: SqlPoolTables operations
@@ -164,6 +175,8 @@ class SynapseManagementClient(SDKClient):
164175
:vartype integration_runtime_status: azure.mgmt.synapse.operations.IntegrationRuntimeStatusOperations
165176
:ivar private_link_resources: PrivateLinkResources operations
166177
:vartype private_link_resources: azure.mgmt.synapse.operations.PrivateLinkResourcesOperations
178+
:ivar private_link_hub_private_link_resources: PrivateLinkHubPrivateLinkResources operations
179+
:vartype private_link_hub_private_link_resources: azure.mgmt.synapse.operations.PrivateLinkHubPrivateLinkResourcesOperations
167180
:ivar private_endpoint_connections: PrivateEndpointConnections operations
168181
:vartype private_endpoint_connections: azure.mgmt.synapse.operations.PrivateEndpointConnectionsOperations
169182
:ivar private_link_hubs: PrivateLinkHubs operations
@@ -178,10 +191,12 @@ class SynapseManagementClient(SDKClient):
178191
:vartype workspace_managed_sql_server_security_alert_policy: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerSecurityAlertPolicyOperations
179192
:ivar workspace_managed_sql_server_vulnerability_assessments: WorkspaceManagedSqlServerVulnerabilityAssessments operations
180193
:vartype workspace_managed_sql_server_vulnerability_assessments: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
194+
:ivar workspace_managed_sql_server_encryption_protector: WorkspaceManagedSqlServerEncryptionProtector operations
195+
:vartype workspace_managed_sql_server_encryption_protector: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerEncryptionProtectorOperations
181196
:ivar workspace_managed_sql_server_usages: WorkspaceManagedSqlServerUsages operations
182197
: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
198+
:ivar workspace_managed_sql_server_recoverable_sql_pools: WorkspaceManagedSqlServerRecoverableSqlPools operations
199+
:vartype workspace_managed_sql_server_recoverable_sql_pools: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
185200
:ivar keys: Keys operations
186201
:vartype keys: azure.mgmt.synapse.operations.KeysOperations
187202
@@ -200,7 +215,7 @@ def __init__(
200215
super(SynapseManagementClient, self).__init__(self.config.credentials, self.config)
201216

202217
client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
203-
self.api_version = '2019-06-01-preview'
218+
self.api_version = '2020-12-01'
204219
self._serialize = Serializer(client_models)
205220
self._deserialize = Deserializer(client_models)
206221

@@ -224,6 +239,10 @@ def __init__(
224239
self._client, self.config, self._serialize, self._deserialize)
225240
self.sql_pool_replication_links = SqlPoolReplicationLinksOperations(
226241
self._client, self.config, self._serialize, self._deserialize)
242+
self.sql_pool_maintenance_windows = SqlPoolMaintenanceWindowsOperations(
243+
self._client, self.config, self._serialize, self._deserialize)
244+
self.sql_pool_maintenance_window_options = SqlPoolMaintenanceWindowOptionsOperations(
245+
self._client, self.config, self._serialize, self._deserialize)
227246
self.sql_pool_transparent_data_encryptions = SqlPoolTransparentDataEncryptionsOperations(
228247
self._client, self.config, self._serialize, self._deserialize)
229248
self.sql_pool_blob_auditing_policies = SqlPoolBlobAuditingPoliciesOperations(
@@ -234,6 +253,8 @@ def __init__(
234253
self._client, self.config, self._serialize, self._deserialize)
235254
self.sql_pool_sensitivity_labels = SqlPoolSensitivityLabelsOperations(
236255
self._client, self.config, self._serialize, self._deserialize)
256+
self.sql_pool_recommended_sensitivity_labels = SqlPoolRecommendedSensitivityLabelsOperations(
257+
self._client, self.config, self._serialize, self._deserialize)
237258
self.sql_pool_schemas = SqlPoolSchemasOperations(
238259
self._client, self.config, self._serialize, self._deserialize)
239260
self.sql_pool_tables = SqlPoolTablesOperations(
@@ -292,6 +313,8 @@ def __init__(
292313
self._client, self.config, self._serialize, self._deserialize)
293314
self.private_link_resources = PrivateLinkResourcesOperations(
294315
self._client, self.config, self._serialize, self._deserialize)
316+
self.private_link_hub_private_link_resources = PrivateLinkHubPrivateLinkResourcesOperations(
317+
self._client, self.config, self._serialize, self._deserialize)
295318
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
296319
self._client, self.config, self._serialize, self._deserialize)
297320
self.private_link_hubs = PrivateLinkHubsOperations(
@@ -306,9 +329,11 @@ def __init__(
306329
self._client, self.config, self._serialize, self._deserialize)
307330
self.workspace_managed_sql_server_vulnerability_assessments = WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations(
308331
self._client, self.config, self._serialize, self._deserialize)
332+
self.workspace_managed_sql_server_encryption_protector = WorkspaceManagedSqlServerEncryptionProtectorOperations(
333+
self._client, self.config, self._serialize, self._deserialize)
309334
self.workspace_managed_sql_server_usages = WorkspaceManagedSqlServerUsagesOperations(
310335
self._client, self.config, self._serialize, self._deserialize)
311-
self.workspace_managed_sql_server_recoverable_sqlpools = WorkspaceManagedSqlServerRecoverableSqlpoolsOperations(
336+
self.workspace_managed_sql_server_recoverable_sql_pools = WorkspaceManagedSqlServerRecoverableSqlPoolsOperations(
312337
self._client, self.config, self._serialize, self._deserialize)
313338
self.keys = KeysOperations(
314339
self._client, self.config, self._serialize, self._deserialize)

0 commit comments

Comments
 (0)