Skip to content

Commit

Permalink
T1 synapse 2021 01 28 (#16395)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 28, 2021
1 parent e973776 commit e13e462
Show file tree
Hide file tree
Showing 68 changed files with 2,855 additions and 598 deletions.
37 changes: 37 additions & 0 deletions sdk/synapse/azure-mgmt-synapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Release History

## 0.7.0 (2021-01-28)

**Features**

- Model WorkspaceRepositoryConfiguration has a new parameter tenant_id
- Model WorkspaceRepositoryConfiguration has a new parameter last_commit_id
- Model SqlPoolPatchInfo has a new parameter storage_account_type
- Model Workspace has a new parameter adla_resource_id
- Model SensitivityLabel has a new parameter schema_name
- Model SensitivityLabel has a new parameter table_name
- Model SensitivityLabel has a new parameter column_name
- Model SensitivityLabel has a new parameter managed_by
- Model SensitivityLabel has a new parameter rank
- Model BigDataPoolResourceInfo has a new parameter cache_size
- Model BigDataPoolResourceInfo has a new parameter dynamic_executor_allocation
- Model BigDataPoolResourceInfo has a new parameter custom_libraries
- Model BigDataPoolResourceInfo has a new parameter last_succeeded_timestamp
- Model SqlPoolColumn has a new parameter is_computed
- Model SqlPool has a new parameter storage_account_type
- Added operation SqlPoolsOperations.rename
- Added operation DataMaskingRulesOperations.get
- Added operation SqlPoolSensitivityLabelsOperations.update
- Added operation SqlPoolGeoBackupPoliciesOperations.create_or_update
- Added operation group WorkspaceManagedSqlServerEncryptionProtectorOperations
- Added operation group PrivateLinkHubPrivateLinkResourcesOperations
- Added operation group WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
- Added operation group SqlPoolMaintenanceWindowOptionsOperations
- Added operation group SqlPoolRecommendedSensitivityLabelsOperations
- Added operation group SqlPoolMaintenanceWindowsOperations

**Breaking changes**

- Model BigDataPoolResourceInfo no longer has parameter have_library_requirements_changed
- Model ErrorResponse has a new signature
- Model ErrorDetail has a new signature
- Removed operation group WorkspaceManagedSqlServerRecoverableSqlpoolsOperations

## 0.6.0 (2020-12-17)

**Features**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
from .operations import SqlPoolDataWarehouseUserActivitiesOperations
from .operations import SqlPoolRestorePointsOperations
from .operations import SqlPoolReplicationLinksOperations
from .operations import SqlPoolMaintenanceWindowsOperations
from .operations import SqlPoolMaintenanceWindowOptionsOperations
from .operations import SqlPoolTransparentDataEncryptionsOperations
from .operations import SqlPoolBlobAuditingPoliciesOperations
from .operations import SqlPoolOperations
from .operations import SqlPoolUsagesOperations
from .operations import SqlPoolSensitivityLabelsOperations
from .operations import SqlPoolRecommendedSensitivityLabelsOperations
from .operations import SqlPoolSchemasOperations
from .operations import SqlPoolTablesOperations
from .operations import SqlPoolTableColumnsOperations
Expand Down Expand Up @@ -57,15 +60,17 @@
from .operations import IntegrationRuntimeMonitoringDataOperations
from .operations import IntegrationRuntimeStatusOperations
from .operations import PrivateLinkResourcesOperations
from .operations import PrivateLinkHubPrivateLinkResourcesOperations
from .operations import PrivateEndpointConnectionsOperations
from .operations import PrivateLinkHubsOperations
from .operations import PrivateEndpointConnectionsPrivateLinkHubOperations
from .operations import WorkspaceManagedSqlServerBlobAuditingPoliciesOperations
from .operations import WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations
from .operations import WorkspaceManagedSqlServerSecurityAlertPolicyOperations
from .operations import WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
from .operations import WorkspaceManagedSqlServerEncryptionProtectorOperations
from .operations import WorkspaceManagedSqlServerUsagesOperations
from .operations import WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
from .operations import WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
from .operations import KeysOperations
from . import models

Expand Down Expand Up @@ -96,6 +101,10 @@ class SynapseManagementClient(SDKClient):
:vartype sql_pool_restore_points: azure.mgmt.synapse.operations.SqlPoolRestorePointsOperations
:ivar sql_pool_replication_links: SqlPoolReplicationLinks operations
:vartype sql_pool_replication_links: azure.mgmt.synapse.operations.SqlPoolReplicationLinksOperations
:ivar sql_pool_maintenance_windows: SqlPoolMaintenanceWindows operations
:vartype sql_pool_maintenance_windows: azure.mgmt.synapse.operations.SqlPoolMaintenanceWindowsOperations
:ivar sql_pool_maintenance_window_options: SqlPoolMaintenanceWindowOptions operations
:vartype sql_pool_maintenance_window_options: azure.mgmt.synapse.operations.SqlPoolMaintenanceWindowOptionsOperations
:ivar sql_pool_transparent_data_encryptions: SqlPoolTransparentDataEncryptions operations
:vartype sql_pool_transparent_data_encryptions: azure.mgmt.synapse.operations.SqlPoolTransparentDataEncryptionsOperations
:ivar sql_pool_blob_auditing_policies: SqlPoolBlobAuditingPolicies operations
Expand All @@ -106,6 +115,8 @@ class SynapseManagementClient(SDKClient):
:vartype sql_pool_usages: azure.mgmt.synapse.operations.SqlPoolUsagesOperations
:ivar sql_pool_sensitivity_labels: SqlPoolSensitivityLabels operations
:vartype sql_pool_sensitivity_labels: azure.mgmt.synapse.operations.SqlPoolSensitivityLabelsOperations
:ivar sql_pool_recommended_sensitivity_labels: SqlPoolRecommendedSensitivityLabels operations
:vartype sql_pool_recommended_sensitivity_labels: azure.mgmt.synapse.operations.SqlPoolRecommendedSensitivityLabelsOperations
:ivar sql_pool_schemas: SqlPoolSchemas operations
:vartype sql_pool_schemas: azure.mgmt.synapse.operations.SqlPoolSchemasOperations
:ivar sql_pool_tables: SqlPoolTables operations
Expand Down Expand Up @@ -164,6 +175,8 @@ class SynapseManagementClient(SDKClient):
:vartype integration_runtime_status: azure.mgmt.synapse.operations.IntegrationRuntimeStatusOperations
:ivar private_link_resources: PrivateLinkResources operations
:vartype private_link_resources: azure.mgmt.synapse.operations.PrivateLinkResourcesOperations
:ivar private_link_hub_private_link_resources: PrivateLinkHubPrivateLinkResources operations
:vartype private_link_hub_private_link_resources: azure.mgmt.synapse.operations.PrivateLinkHubPrivateLinkResourcesOperations
:ivar private_endpoint_connections: PrivateEndpointConnections operations
:vartype private_endpoint_connections: azure.mgmt.synapse.operations.PrivateEndpointConnectionsOperations
:ivar private_link_hubs: PrivateLinkHubs operations
Expand All @@ -178,10 +191,12 @@ class SynapseManagementClient(SDKClient):
:vartype workspace_managed_sql_server_security_alert_policy: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerSecurityAlertPolicyOperations
:ivar workspace_managed_sql_server_vulnerability_assessments: WorkspaceManagedSqlServerVulnerabilityAssessments operations
:vartype workspace_managed_sql_server_vulnerability_assessments: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
:ivar workspace_managed_sql_server_encryption_protector: WorkspaceManagedSqlServerEncryptionProtector operations
:vartype workspace_managed_sql_server_encryption_protector: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerEncryptionProtectorOperations
:ivar workspace_managed_sql_server_usages: WorkspaceManagedSqlServerUsages operations
:vartype workspace_managed_sql_server_usages: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerUsagesOperations
:ivar workspace_managed_sql_server_recoverable_sqlpools: WorkspaceManagedSqlServerRecoverableSqlpools operations
:vartype workspace_managed_sql_server_recoverable_sqlpools: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
:ivar workspace_managed_sql_server_recoverable_sql_pools: WorkspaceManagedSqlServerRecoverableSqlPools operations
:vartype workspace_managed_sql_server_recoverable_sql_pools: azure.mgmt.synapse.operations.WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
:ivar keys: Keys operations
:vartype keys: azure.mgmt.synapse.operations.KeysOperations
Expand All @@ -200,7 +215,7 @@ def __init__(
super(SynapseManagementClient, self).__init__(self.config.credentials, self.config)

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

Expand All @@ -224,6 +239,10 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_replication_links = SqlPoolReplicationLinksOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_maintenance_windows = SqlPoolMaintenanceWindowsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_maintenance_window_options = SqlPoolMaintenanceWindowOptionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_transparent_data_encryptions = SqlPoolTransparentDataEncryptionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_blob_auditing_policies = SqlPoolBlobAuditingPoliciesOperations(
Expand All @@ -234,6 +253,8 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_sensitivity_labels = SqlPoolSensitivityLabelsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_recommended_sensitivity_labels = SqlPoolRecommendedSensitivityLabelsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_schemas = SqlPoolSchemasOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sql_pool_tables = SqlPoolTablesOperations(
Expand Down Expand Up @@ -292,6 +313,8 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.private_link_resources = PrivateLinkResourcesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.private_link_hub_private_link_resources = PrivateLinkHubPrivateLinkResourcesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.private_link_hubs = PrivateLinkHubsOperations(
Expand All @@ -306,9 +329,11 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.workspace_managed_sql_server_vulnerability_assessments = WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.workspace_managed_sql_server_encryption_protector = WorkspaceManagedSqlServerEncryptionProtectorOperations(
self._client, self.config, self._serialize, self._deserialize)
self.workspace_managed_sql_server_usages = WorkspaceManagedSqlServerUsagesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.workspace_managed_sql_server_recoverable_sqlpools = WorkspaceManagedSqlServerRecoverableSqlpoolsOperations(
self.workspace_managed_sql_server_recoverable_sql_pools = WorkspaceManagedSqlServerRecoverableSqlPoolsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.keys = KeysOperations(
self._client, self.config, self._serialize, self._deserialize)
Loading

0 comments on commit e13e462

Please sign in to comment.