Microsoft Azure Synapse Management Client Library for Python
项目描述
Microsoft Azure SDK for Python
这是Microsoft Azure Synapse Management客户端库。此包已在Python 2.7、3.5、3.6、3.7和3.8上进行了测试。要查看Azure库的完整视图,请参阅azure sdk python发布
使用方法
要了解如何使用此包,请参阅快速入门指南
有关文档和参考信息,请参阅Python SDK参考。此包的代码示例可以在Synapse Management上找到,位于docs.microsoft.com。有关不同Azure服务的其他代码示例,请参阅示例仓库
提供反馈
如果您遇到任何错误或有任何建议,请在项目的问题部分提交问题。
发布历史
2.0.0 (2021-04-07)
功能
- 模型 WorkspacePatchInfo 新增参数 public_network_access
- 模型 Workspace 新增参数 public_network_access
重大变更
- 模型 WorkspacePatchInfo 不再包含参数 network_settings
- 模型 Workspace 不再包含参数 network_settings
1.0.0 (2021-03-10)
功能
- 模型 WorkspacePatchInfo 新增参数 network_settings
- 模型 WorkspacePatchInfo 新增参数 encryption
- 模型 SqlPoolPatchInfo 新增参数 storage_account_type
- 模型 BigDataPoolResourceInfo 新增参数 dynamic_executor_allocation
- 模型 BigDataPoolResourceInfo 新增参数 last_succeeded_timestamp
- 模型 BigDataPoolResourceInfo 新增参数 cache_size
- 模型 BigDataPoolResourceInfo 新增参数 custom_libraries
- 模型 Workspace 新增参数 network_settings
- 模型 Workspace 新增参数 adla_resource_id
- 模型 SqlPoolColumn 新增参数 is_computed
- 模型 WorkspaceRepositoryConfiguration 新增参数 tenant_id
- 模型 WorkspaceRepositoryConfiguration 新增参数 last_commit_id
- 模型 SqlPool 新增参数 storage_account_type
- 模型 SensitivityLabel 新增参数 rank
- 模型 SensitivityLabel 新增参数 schema_name
- 模型 SensitivityLabel 新增参数 table_name
- 模型 SensitivityLabel 新增参数 managed_by
- 模型 SensitivityLabel 新增参数 column_name
- 新增操作 DataMaskingRulesOperations.get
- 新增操作 WorkspaceManagedIdentitySqlControlSettingsOperations.begin_create_or_update
- 新增操作 SqlPoolSensitivityLabelsOperations.update
- 新增操作 SqlPoolGeoBackupPoliciesOperations.create_or_update
- 新增操作 SqlPoolsOperations.rename
- 新增操作组 PrivateLinkHubPrivateLinkResourcesOperations
- 新增操作组 SqlPoolRecommendedSensitivityLabelsOperations
- 新增操作组 LibraryOperations
- 新增操作组 LibrariesOperations
- 新增操作组 SqlPoolMaintenanceWindowOptionsOperations
- 新增操作组 SqlPoolMaintenanceWindowsOperations
- 新增操作组 WorkspaceManagedSqlServerRecoverableSqlPoolsOperations
- 新增操作组 WorkspaceManagedSqlServerEncryptionProtectorOperations
重大变更
- 模型 BigDataPoolResourceInfo 不再包含参数 have_library_requirements_changed
- 模型 ErrorResponse 新增签名
- 模型 ErrorDetail 新增签名
- 移除操作 WorkspaceManagedIdentitySqlControlSettingsOperations.create_or_update
- 移除操作组 WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
1.0.0b1 (2020-12-10)
这是beta预览版本。
本版本使用下一代代码生成器,引入了重要的重大变更,但也引入了重要的新功能(如统一认证和异步编程)。
一般重大变更
-
凭证系统已完全重新设计
azure.common.credentials
或msrestazure.azure_active_directory
实例不再受支持,请使用azure-identity
类: https://pypi.ac.cn/project/azure-identity/credentials
参数已重命名为credential
-
客户端上的
config
属性不再存在,配置应作为 kwarg 传递。例如:MyClient(credential, subscription_id, enable_logging=True)
。有关支持的选项的完整列表,请参阅azure-core 初始化文档中的参数接受 -
您不能再导入
version
模块,请使用__version__
代替 -
以前返回
msrest.polling.LROPoller
的操作现在返回azure.core.polling.LROPoller
,并以begin_
前缀。 -
异常树已简化,大多数异常现在是
azure.core.exceptions.HttpResponseError
(已删除CloudError
)。 -
大多数操作 kwarg 已更改。以下是一些最明显的更改
raw
已被移除。等效功能可以通过cls
找到,这是一个将访问内部 HTTP 响应的回调,用于高级用户- 有关支持的选项的完整列表,请参阅azure-core 请求文档中的参数接受
一般新功能
- 类型注解支持使用
typing
。SDKs 已准备好使用 mypy。 - 此客户端现在提供稳定和官方的异步支持。检查您包中的
aio
命名空间以找到异步客户端。 - 此客户端现在原生支持 OpenCensus 或 OpenTelemetry 等跟踪库。查看此 跟踪快速入门 了解概述。
0.5.0 (2020-11-23)
功能
- 模型 SelfHostedIntegrationRuntimeStatus 有一个新参数 node_communication_channel_encryption_mode
- 模型 MetadataSyncConfig 有一个新参数 sync_interval_in_minutes
- 模型 BigDataPoolResourceInfo 有一个新参数 spark_config_properties
- 模型 BigDataPoolResourceInfo 有一个新参数 session_level_packages_enabled
- 模型 BigDataPoolResourceInfo 有一个新参数 have_library_requirements_changed
- 模型 Workspace 有一个新参数 workspace_uid
- 模型 Workspace 有一个新参数 managed_virtual_network_settings
- 模型 Workspace 有一个新参数 purview_configuration
- 模型 Workspace 有一个新参数 workspace_repository_configuration
- 模型 Workspace 有一个新参数 encryption
- 模型 PrivateLinkHub 有一个新参数 private_endpoint_connections
- 模型 WorkspacePatchInfo 有一个新参数 managed_virtual_network_settings
- 模型 WorkspacePatchInfo 有一个新参数 purview_configuration
- 模型 WorkspacePatchInfo 有一个新参数 workspace_repository_configuration
- 添加了操作 SqlPoolSecurityAlertPoliciesOperations.list
- 添加了操作 SqlPoolTransparentDataEncryptionsOperations.list
- 添加了操作 IntegrationRuntimesOperations.disable_interactive_query
- 添加了操作 IntegrationRuntimesOperations.enable_interactive_query
- 添加了操作 SqlPoolRestorePointsOperations.get
- 添加了操作 SqlPoolRestorePointsOperations.delete
- 添加了操作 SqlPoolReplicationLinksOperations.get_by_name
- 添加了操作 SqlPoolTablesOperations.get
- 添加了操作 SqlPoolBlobAuditingPoliciesOperations.list_by_sql_pool
- 添加了操作 SqlPoolVulnerabilityAssessmentScansOperations.get
- 添加了操作 IntegrationRuntimeObjectMetadataOperations.list
- 添加了操作 SqlPoolVulnerabilityAssessmentRuleBaselinesOperations.get
- 添加了操作 SqlPoolSchemasOperations.get
- 添加了操作 SqlPoolSensitivityLabelsOperations.get
- 添加了操作 SqlPoolGeoBackupPoliciesOperations.list
- 添加了操作 IntegrationRuntimeMonitoringDataOperations.list
- 添加了操作组 DataMaskingRulesOperations
- 添加了操作组 WorkspaceManagedSqlServerUsagesOperations
- 添加了操作组 WorkspaceManagedSqlServerBlobAuditingPoliciesOperations
- 添加了操作组 ExtendedSqlPoolBlobAuditingPoliciesOperations
- 添加了操作组 SqlPoolWorkloadGroupOperations
- 添加了操作组 DataMaskingPoliciesOperations
- 添加了操作组 KeysOperations
- 添加了操作组 WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesOperations
- 添加了操作组 SqlPoolWorkloadClassifierOperations
- 添加了操作组 WorkspaceManagedSqlServerRecoverableSqlpoolsOperations
- 添加了操作组 WorkspaceSqlAadAdminsOperations
- 添加了操作组 RestorableDroppedSqlPoolsOperations
- 添加了操作组 WorkspaceManagedSqlServerVulnerabilityAssessmentsOperations
- 添加了操作组 PrivateEndpointConnectionsPrivateLinkHubOperations
- 添加了操作组 SqlPoolColumnsOperations
- 添加了操作组 WorkspaceManagedSqlServerSecurityAlertPolicyOperations
重大变更
- 操作 PrivateEndpointConnectionsOperations.create 有一个新签名
- 操作 PrivateEndpointConnectionsOperations.create 有一个新签名
- 操作 SqlPoolMetadataSyncConfigsOperations.create 有一个新签名
- 操作 PrivateLinkHubsOperations.create_or_update 有一个新签名
- 已移除操作 SqlPoolsOperations.rename
- 已移除操作 IntegrationRuntimeObjectMetadataOperations.get
- 已移除操作 IntegrationRuntimeMonitoringDataOperations.get
0.4.0 (2020-09-25)
功能
- 模型 BigDataPoolResourceInfo 有一个新参数 is_compute_isolation_enabled
- 模型 Workspace 有一个新参数 extra_properties
- 模型 Sku 有一个新参数 capacity
0.3.0 (2020-06-17)
功能
- 添加了操作组 PrivateLinkHubsOperations
0.2.0 (2020-04-09)
功能
- 模型 Workspace 有一个新参数 private_endpoint_connections
- 模型 Workspace 有一个新参数 managed_virtual_network
- 添加了操作 IpFirewallRulesOperations.get
- 添加了操作组 IntegrationRuntimeCredentialsOperations
- 添加了操作组 IntegrationRuntimeAuthKeysOperations
- 添加了操作组 IntegrationRuntimeNodesOperations
- 添加了操作组 PrivateLinkResourcesOperations
- 添加了操作组 IntegrationRuntimeObjectMetadataOperations
- 添加了操作组 IntegrationRuntimeStatusOperations
- 添加了操作组 IntegrationRuntimeConnectionInfosOperations
- 添加了操作组 IntegrationRuntimeMonitoringDataOperations
- 添加了操作组 PrivateEndpointConnectionsOperations
- 添加了操作组 IntegrationRuntimeNodeIpAddressOperations
- 添加了操作组 IntegrationRuntimesOperations
0.1.0 (2020-02-27)
- 初始发布
项目详情
哈希值 for azure-mgmt-synapse-2.0.0-py2.py3-none-any.whl
算法 | 哈希摘要 | |
---|---|---|
SHA256 | e901274009be843a7bf2eedeab32c0941fabb2addea9a1ad1560395073965f0f |
|
MD5 | 5d6e6cdcc2cb05b6345bee6aadec7464 |
|
BLAKE2b-256 | ed974ede2b4a0f53b9b692bf2853c320d8b94cb89253fd3eac6b6d0dc1f40047 |