Skip to content

Commit

Permalink
CodeGen from PR 12606 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 06b39ee8dbf8a2a451a460ce8adaf7664431002e into b7050b7
  • Loading branch information
SDKAuto committed Jan 25, 2021
1 parent 7477eac commit 9e178f8
Show file tree
Hide file tree
Showing 66 changed files with 2,817 additions and 597 deletions.
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)
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
from ._models_py3 import DataMaskingPolicy
from ._models_py3 import DataMaskingRule
from ._models_py3 import DataWarehouseUserActivities
from ._models_py3 import DynamicExecutorAllocation
from ._models_py3 import EncryptionDetails
from ._models_py3 import EncryptionProtector
from ._models_py3 import EntityReference
from ._models_py3 import EnvironmentVariableSetup
from ._models_py3 import ErrorAdditionalInfo
from ._models_py3 import ErrorContract, ErrorContractException
from ._models_py3 import ErrorDetail
from ._models_py3 import ErrorResponse
from ._models_py3 import ErrorResponse, ErrorResponseException
from ._models_py3 import ExtendedServerBlobAuditingPolicy
from ._models_py3 import ExtendedSqlPoolBlobAuditingPolicy
from ._models_py3 import GeoBackupPolicy
Expand All @@ -59,11 +60,15 @@
from ._models_py3 import IpFirewallRuleInfo
from ._models_py3 import IpFirewallRuleProperties
from ._models_py3 import Key
from ._models_py3 import LibraryInfo
from ._models_py3 import LibraryRequirements
from ._models_py3 import LinkedIntegrationRuntime
from ._models_py3 import LinkedIntegrationRuntimeKeyAuthorization
from ._models_py3 import LinkedIntegrationRuntimeRbacAuthorization
from ._models_py3 import LinkedIntegrationRuntimeType
from ._models_py3 import MaintenanceWindowOptions
from ._models_py3 import MaintenanceWindows
from ._models_py3 import MaintenanceWindowTimeRange
from ._models_py3 import ManagedIdentity
from ._models_py3 import ManagedIdentitySqlControlSettingsModel
from ._models_py3 import ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity
Expand Down Expand Up @@ -93,11 +98,14 @@
from ._models_py3 import QueryInterval
from ._models_py3 import QueryMetric
from ._models_py3 import QueryStatistic
from ._models_py3 import RecommendedSensitivityLabelUpdate
from ._models_py3 import RecommendedSensitivityLabelUpdateList
from ._models_py3 import RecoverableSqlPool
from ._models_py3 import ReplaceAllFirewallRulesOperationResponse
from ._models_py3 import ReplaceAllIpFirewallRulesRequest
from ._models_py3 import ReplicationLink
from ._models_py3 import Resource
from ._models_py3 import ResourceMoveDefinition
from ._models_py3 import RestorableDroppedSqlPool
from ._models_py3 import RestorePoint
from ._models_py3 import SecretBase
Expand All @@ -106,6 +114,8 @@
from ._models_py3 import SelfHostedIntegrationRuntimeNode
from ._models_py3 import SelfHostedIntegrationRuntimeStatus
from ._models_py3 import SensitivityLabel
from ._models_py3 import SensitivityLabelUpdate
from ._models_py3 import SensitivityLabelUpdateList
from ._models_py3 import ServerBlobAuditingPolicy
from ._models_py3 import ServerSecurityAlertPolicy
from ._models_py3 import ServerUsage
Expand Down Expand Up @@ -172,13 +182,14 @@
from ._models import DataMaskingPolicy
from ._models import DataMaskingRule
from ._models import DataWarehouseUserActivities
from ._models import DynamicExecutorAllocation
from ._models import EncryptionDetails
from ._models import EncryptionProtector
from ._models import EntityReference
from ._models import EnvironmentVariableSetup
from ._models import ErrorAdditionalInfo
from ._models import ErrorContract, ErrorContractException
from ._models import ErrorDetail
from ._models import ErrorResponse
from ._models import ErrorResponse, ErrorResponseException
from ._models import ExtendedServerBlobAuditingPolicy
from ._models import ExtendedSqlPoolBlobAuditingPolicy
from ._models import GeoBackupPolicy
Expand All @@ -203,11 +214,15 @@
from ._models import IpFirewallRuleInfo
from ._models import IpFirewallRuleProperties
from ._models import Key
from ._models import LibraryInfo
from ._models import LibraryRequirements
from ._models import LinkedIntegrationRuntime
from ._models import LinkedIntegrationRuntimeKeyAuthorization
from ._models import LinkedIntegrationRuntimeRbacAuthorization
from ._models import LinkedIntegrationRuntimeType
from ._models import MaintenanceWindowOptions
from ._models import MaintenanceWindows
from ._models import MaintenanceWindowTimeRange
from ._models import ManagedIdentity
from ._models import ManagedIdentitySqlControlSettingsModel
from ._models import ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity
Expand Down Expand Up @@ -237,11 +252,14 @@
from ._models import QueryInterval
from ._models import QueryMetric
from ._models import QueryStatistic
from ._models import RecommendedSensitivityLabelUpdate
from ._models import RecommendedSensitivityLabelUpdateList
from ._models import RecoverableSqlPool
from ._models import ReplaceAllFirewallRulesOperationResponse
from ._models import ReplaceAllIpFirewallRulesRequest
from ._models import ReplicationLink
from ._models import Resource
from ._models import ResourceMoveDefinition
from ._models import RestorableDroppedSqlPool
from ._models import RestorePoint
from ._models import SecretBase
Expand All @@ -250,6 +268,8 @@
from ._models import SelfHostedIntegrationRuntimeNode
from ._models import SelfHostedIntegrationRuntimeStatus
from ._models import SensitivityLabel
from ._models import SensitivityLabelUpdate
from ._models import SensitivityLabelUpdateList
from ._models import ServerBlobAuditingPolicy
from ._models import ServerSecurityAlertPolicy
from ._models import ServerUsage
Expand Down Expand Up @@ -299,6 +319,7 @@
from ._models import WorkspaceRepositoryConfiguration
from ._paged_models import BigDataPoolResourceInfoPaged
from ._paged_models import DataMaskingRulePaged
from ._paged_models import EncryptionProtectorPaged
from ._paged_models import ExtendedServerBlobAuditingPolicyPaged
from ._paged_models import ExtendedSqlPoolBlobAuditingPolicyPaged
from ._paged_models import GeoBackupPolicyPaged
Expand Down Expand Up @@ -337,6 +358,7 @@
NodeSizeFamily,
ProvisioningState,
OperationStatus,
StorageAccountType,
GeoBackupPolicyState,
QueryAggregationFunction,
QueryExecutionType,
Expand All @@ -345,16 +367,20 @@
RestorePointType,
ReplicationRole,
ReplicationState,
DayOfWeek,
TransparentDataEncryptionStatus,
BlobAuditingPolicyState,
ManagementOperationState,
SensitivityLabelRank,
ColumnDataType,
VulnerabilityAssessmentScanTriggerType,
VulnerabilityAssessmentScanState,
SecurityAlertPolicyState,
DataMaskingState,
DataMaskingRuleState,
DataMaskingFunction,
SensitivityLabelUpdateKind,
RecommendedSensitivityLabelUpdateKind,
ResourceIdentityType,
IntegrationRuntimeType,
IntegrationRuntimeState,
Expand All @@ -370,6 +396,7 @@
IntegrationRuntimeAutoUpdate,
IntegrationRuntimeAuthKeyName,
SsisObjectMetadataType,
ServerKeyType,
SensitivityLabelSource,
VulnerabilityAssessmentPolicyBaselineName,
)
Expand All @@ -393,13 +420,14 @@
'DataMaskingPolicy',
'DataMaskingRule',
'DataWarehouseUserActivities',
'DynamicExecutorAllocation',
'EncryptionDetails',
'EncryptionProtector',
'EntityReference',
'EnvironmentVariableSetup',
'ErrorAdditionalInfo',
'ErrorContract', 'ErrorContractException',
'ErrorDetail',
'ErrorResponse',
'ErrorResponse', 'ErrorResponseException',
'ExtendedServerBlobAuditingPolicy',
'ExtendedSqlPoolBlobAuditingPolicy',
'GeoBackupPolicy',
Expand All @@ -424,11 +452,15 @@
'IpFirewallRuleInfo',
'IpFirewallRuleProperties',
'Key',
'LibraryInfo',
'LibraryRequirements',
'LinkedIntegrationRuntime',
'LinkedIntegrationRuntimeKeyAuthorization',
'LinkedIntegrationRuntimeRbacAuthorization',
'LinkedIntegrationRuntimeType',
'MaintenanceWindowOptions',
'MaintenanceWindows',
'MaintenanceWindowTimeRange',
'ManagedIdentity',
'ManagedIdentitySqlControlSettingsModel',
'ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity',
Expand Down Expand Up @@ -458,11 +490,14 @@
'QueryInterval',
'QueryMetric',
'QueryStatistic',
'RecommendedSensitivityLabelUpdate',
'RecommendedSensitivityLabelUpdateList',
'RecoverableSqlPool',
'ReplaceAllFirewallRulesOperationResponse',
'ReplaceAllIpFirewallRulesRequest',
'ReplicationLink',
'Resource',
'ResourceMoveDefinition',
'RestorableDroppedSqlPool',
'RestorePoint',
'SecretBase',
Expand All @@ -471,6 +506,8 @@
'SelfHostedIntegrationRuntimeNode',
'SelfHostedIntegrationRuntimeStatus',
'SensitivityLabel',
'SensitivityLabelUpdate',
'SensitivityLabelUpdateList',
'ServerBlobAuditingPolicy',
'ServerSecurityAlertPolicy',
'ServerUsage',
Expand Down Expand Up @@ -550,13 +587,15 @@
'ExtendedServerBlobAuditingPolicyPaged',
'ServerSecurityAlertPolicyPaged',
'ServerVulnerabilityAssessmentPaged',
'EncryptionProtectorPaged',
'ServerUsagePaged',
'RecoverableSqlPoolPaged',
'KeyPaged',
'NodeSize',
'NodeSizeFamily',
'ProvisioningState',
'OperationStatus',
'StorageAccountType',
'GeoBackupPolicyState',
'QueryAggregationFunction',
'QueryExecutionType',
Expand All @@ -565,16 +604,20 @@
'RestorePointType',
'ReplicationRole',
'ReplicationState',
'DayOfWeek',
'TransparentDataEncryptionStatus',
'BlobAuditingPolicyState',
'ManagementOperationState',
'SensitivityLabelRank',
'ColumnDataType',
'VulnerabilityAssessmentScanTriggerType',
'VulnerabilityAssessmentScanState',
'SecurityAlertPolicyState',
'DataMaskingState',
'DataMaskingRuleState',
'DataMaskingFunction',
'SensitivityLabelUpdateKind',
'RecommendedSensitivityLabelUpdateKind',
'ResourceIdentityType',
'IntegrationRuntimeType',
'IntegrationRuntimeState',
Expand All @@ -590,6 +633,7 @@
'IntegrationRuntimeAutoUpdate',
'IntegrationRuntimeAuthKeyName',
'SsisObjectMetadataType',
'ServerKeyType',
'SensitivityLabelSource',
'VulnerabilityAssessmentPolicyBaselineName',
]
Loading

0 comments on commit 9e178f8

Please sign in to comment.