Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions sdk/synapse/azure-mgmt-synapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release History

## 2.1.0b1 (2021-09-06)

**Features**

- Model IntegrationRuntimeVNetProperties has a new parameter subnet_id
- Model Workspace has a new parameter csp_workspace_admin_properties
- Model Workspace has a new parameter settings
- Model Workspace has a new parameter azure_ad_only_authentication
- Model SqlPoolPatchInfo has a new parameter source_database_deletion_date
- Model CustomerManagedKeyDetails has a new parameter kek_identity
- Model DataLakeStorageAccountDetails has a new parameter resource_id
- Model DataLakeStorageAccountDetails has a new parameter create_managed_private_endpoint
- Model SqlPool has a new parameter source_database_deletion_date
- Model ManagedIdentity has a new parameter user_assigned_identities
- Model IntegrationRuntimeDataFlowProperties has a new parameter cleanup
- Added operation IntegrationRuntimesOperations.list_outbound_network_dependencies_endpoints
- Added operation PrivateEndpointConnectionsPrivateLinkHubOperations.get
- Added operation group AzureADOnlyAuthenticationsOperations
- Added operation group SparkConfigurationsOperations
- Added operation group SparkConfigurationOperations

## 2.0.0 (2021-04-07)

**Features**
Expand Down
11 changes: 7 additions & 4 deletions sdk/synapse/azure-mgmt-synapse/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"autorest": "3.0.6369",
"use": "@autorest/[email protected]",
"commit": "e6a01441f54c719b8713490ee37e51d6220073c2",
"autorest": "3.4.5",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "31a7b110ad291f6780f9457dde4966b2df3a18c7",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/synapse/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.2 --version=3.0.6369",
"autorest_command": "autorest specification/synapse/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/[email protected].2 --version=3.4.5",
"readme": "specification/synapse/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def __init__(

self.credential = credential
self.subscription_id = subscription_id
self.api_version = "2021-03-01"
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
kwargs.setdefault('sdk_moniker', 'mgmt-synapse/{}'.format(VERSION))
self._configure(**kwargs)
Expand Down
43 changes: 20 additions & 23 deletions sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chosen_version": "2021-03-01",
"total_api_version_list": ["2021-03-01"],
"chosen_version": "",
"total_api_version_list": ["2021-06-01", "2021-06-01-preview"],
"client": {
"name": "SynapseManagementClient",
"filename": "_synapse_management_client",
Expand All @@ -10,8 +10,8 @@
"azure_arm": true,
"has_lro_operations": true,
"client_side_validation": false,
"sync_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"ARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SynapseManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}",
"async_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"AsyncARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SynapseManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}"
"sync_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"ARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SynapseManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}, \"azurecore\": {\"azure.core.pipeline.transport\": [\"HttpRequest\", \"HttpResponse\"]}}}",
"async_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"AsyncARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SynapseManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}, \"azurecore\": {\"azure.core.pipeline.transport\": [\"AsyncHttpResponse\", \"HttpRequest\"]}}}"
},
"global_parameters": {
"sync": {
Expand Down Expand Up @@ -98,21 +98,10 @@
"async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}"
},
"operation_groups": {
"big_data_pools": "BigDataPoolsOperations",
"azure_ad_only_authentications": "AzureADOnlyAuthenticationsOperations",
"operations": "Operations",
"ip_firewall_rules": "IpFirewallRulesOperations",
"integration_runtimes": "IntegrationRuntimesOperations",
"integration_runtime_node_ip_address": "IntegrationRuntimeNodeIpAddressOperations",
"integration_runtime_object_metadata": "IntegrationRuntimeObjectMetadataOperations",
"integration_runtime_nodes": "IntegrationRuntimeNodesOperations",
"integration_runtime_credentials": "IntegrationRuntimeCredentialsOperations",
"integration_runtime_connection_infos": "IntegrationRuntimeConnectionInfosOperations",
"integration_runtime_auth_keys": "IntegrationRuntimeAuthKeysOperations",
"integration_runtime_monitoring_data": "IntegrationRuntimeMonitoringDataOperations",
"integration_runtime_status": "IntegrationRuntimeStatusOperations",
"keys": "KeysOperations",
"library": "LibraryOperations",
"libraries": "LibrariesOperations",
"private_endpoint_connections": "PrivateEndpointConnectionsOperations",
"private_link_resources": "PrivateLinkResourcesOperations",
"private_link_hub_private_link_resources": "PrivateLinkHubPrivateLinkResourcesOperations",
Expand Down Expand Up @@ -158,12 +147,20 @@
"workspace_aad_admins": "WorkspaceAadAdminsOperations",
"workspace_sql_aad_admins": "WorkspaceSqlAadAdminsOperations",
"workspace_managed_identity_sql_control_settings": "WorkspaceManagedIdentitySqlControlSettingsOperations",
"restorable_dropped_sql_pools": "RestorableDroppedSqlPoolsOperations"
},
"operation_mixins": {
"sync_imports": "None",
"async_imports": "None",
"operations": {
}
"restorable_dropped_sql_pools": "RestorableDroppedSqlPoolsOperations",
"big_data_pools": "BigDataPoolsOperations",
"library": "LibraryOperations",
"libraries": "LibrariesOperations",
"integration_runtimes": "IntegrationRuntimesOperations",
"integration_runtime_node_ip_address": "IntegrationRuntimeNodeIpAddressOperations",
"integration_runtime_object_metadata": "IntegrationRuntimeObjectMetadataOperations",
"integration_runtime_nodes": "IntegrationRuntimeNodesOperations",
"integration_runtime_credentials": "IntegrationRuntimeCredentialsOperations",
"integration_runtime_connection_infos": "IntegrationRuntimeConnectionInfosOperations",
"integration_runtime_auth_keys": "IntegrationRuntimeAuthKeysOperations",
"integration_runtime_monitoring_data": "IntegrationRuntimeMonitoringDataOperations",
"integration_runtime_status": "IntegrationRuntimeStatusOperations",
"spark_configuration": "SparkConfigurationOperations",
"spark_configurations": "SparkConfigurationsOperations"
}
}
Loading