Skip to content

Commit 30d5993

Browse files
author
SDKAuto
committed
CodeGen from PR 14690 in Azure/azure-rest-api-specs
Merge 65287d64adf7313d2baf38615dd0a9a358ada6e6 into 10c93ad
1 parent fd411ac commit 30d5993

File tree

65 files changed

+195
-128
lines changed

Some content is hidden

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

65 files changed

+195
-128
lines changed

sdk/synapse/azure-mgmt-synapse/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"autorest": "V2",
33
"use": "@microsoft.azure/autorest.python@~4.0.71",
4-
"commit": "e6a01441f54c719b8713490ee37e51d6220073c2",
4+
"commit": "a88e25751d0695965c6e8cf7e4447a118fa18d35",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
66
"autorest_command": "autorest specification/synapse/resource-manager/readme.md --keep-version-file --multiapi --no-async --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk [email protected]/autorest.python@~4.0.71 --version=V2",
77
"readme": "specification/synapse/resource-manager/readme.md"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(
221221
super(SynapseManagementClient, self).__init__(self.config.credentials, self.config)
222222

223223
client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
224-
self.api_version = '2021-03-01'
224+
self.api_version = '2021-04-01-preview'
225225
self._serialize = Serializer(client_models)
226226
self._deserialize = Deserializer(client_models)
227227

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/models/_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6936,7 +6936,7 @@ class Workspace(TrackedResource):
69366936
~azure.mgmt.synapse.models.PurviewConfiguration
69376937
:ivar adla_resource_id: The ADLA resource ID.
69386938
:vartype adla_resource_id: str
6939-
:param public_network_access: Enable or Disable pubic network access to
6939+
:param public_network_access: Enable or Disable public network access to
69406940
workspace. Possible values include: 'Enabled', 'Disabled'
69416941
:type public_network_access: str or
69426942
~azure.mgmt.synapse.models.WorkspacePublicNetworkAccess
@@ -7097,7 +7097,7 @@ class WorkspacePatchInfo(Model):
70977097
:vartype provisioning_state: str
70987098
:param encryption: The encryption details of the workspace
70997099
:type encryption: ~azure.mgmt.synapse.models.EncryptionDetails
7100-
:param public_network_access: Enable or Disable pubic network access to
7100+
:param public_network_access: Enable or Disable public network access to
71017101
workspace. Possible values include: 'Enabled', 'Disabled'
71027102
:type public_network_access: str or
71037103
~azure.mgmt.synapse.models.WorkspacePublicNetworkAccess

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/models/_models_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6936,7 +6936,7 @@ class Workspace(TrackedResource):
69366936
~azure.mgmt.synapse.models.PurviewConfiguration
69376937
:ivar adla_resource_id: The ADLA resource ID.
69386938
:vartype adla_resource_id: str
6939-
:param public_network_access: Enable or Disable pubic network access to
6939+
:param public_network_access: Enable or Disable public network access to
69406940
workspace. Possible values include: 'Enabled', 'Disabled'
69416941
:type public_network_access: str or
69426942
~azure.mgmt.synapse.models.WorkspacePublicNetworkAccess
@@ -7097,7 +7097,7 @@ class WorkspacePatchInfo(Model):
70977097
:vartype provisioning_state: str
70987098
:param encryption: The encryption details of the workspace
70997099
:type encryption: ~azure.mgmt.synapse.models.EncryptionDetails
7100-
:param public_network_access: Enable or Disable pubic network access to
7100+
:param public_network_access: Enable or Disable public network access to
71017101
workspace. Possible values include: 'Enabled', 'Disabled'
71027102
:type public_network_access: str or
71037103
~azure.mgmt.synapse.models.WorkspacePublicNetworkAccess

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_big_data_pools_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BigDataPoolsOperations(object):
2626
:param config: Configuration of service client.
2727
:param serializer: An object model serializer.
2828
:param deserializer: An object model deserializer.
29-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
29+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
3030
"""
3131

3232
models = models
@@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
3636
self._client = client
3737
self._serialize = serializer
3838
self._deserialize = deserializer
39-
self.api_version = "2021-03-01"
39+
self.api_version = "2021-04-01-preview"
4040

4141
self.config = config
4242

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_data_masking_policies_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DataMaskingPoliciesOperations(object):
2424
:param config: Configuration of service client.
2525
:param serializer: An object model serializer.
2626
:param deserializer: An object model deserializer.
27-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
27+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
2828
:ivar data_masking_policy_name: The name of the data masking policy for which the masking rule applies. Constant value: "Default".
2929
"""
3030

@@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
3535
self._client = client
3636
self._serialize = serializer
3737
self._deserialize = deserializer
38-
self.api_version = "2021-03-01"
38+
self.api_version = "2021-04-01-preview"
3939
self.data_masking_policy_name = "Default"
4040

4141
self.config = config

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_data_masking_rules_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DataMaskingRulesOperations(object):
2424
:param config: Configuration of service client.
2525
:param serializer: An object model serializer.
2626
:param deserializer: An object model deserializer.
27-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
27+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
2828
:ivar data_masking_policy_name: The name of the data masking policy for which the masking rule applies. Constant value: "Default".
2929
"""
3030

@@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
3535
self._client = client
3636
self._serialize = serializer
3737
self._deserialize = deserializer
38-
self.api_version = "2021-03-01"
38+
self.api_version = "2021-04-01-preview"
3939
self.data_masking_policy_name = "Default"
4040

4141
self.config = config

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_extended_sql_pool_blob_auditing_policies_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ExtendedSqlPoolBlobAuditingPoliciesOperations(object):
2525
:param config: Configuration of service client.
2626
:param serializer: An object model serializer.
2727
:param deserializer: An object model deserializer.
28-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
28+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
2929
:ivar blob_auditing_policy_name: The name of the blob auditing policy. Constant value: "default".
3030
"""
3131

@@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
3636
self._client = client
3737
self._serialize = serializer
3838
self._deserialize = deserializer
39-
self.api_version = "2021-03-01"
39+
self.api_version = "2021-04-01-preview"
4040
self.blob_auditing_policy_name = "default"
4141

4242
self.config = config

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_integration_runtime_auth_keys_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class IntegrationRuntimeAuthKeysOperations(object):
2424
:param config: Configuration of service client.
2525
:param serializer: An object model serializer.
2626
:param deserializer: An object model deserializer.
27-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
27+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
2828
"""
2929

3030
models = models
@@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer):
3434
self._client = client
3535
self._serialize = serializer
3636
self._deserialize = deserializer
37-
self.api_version = "2021-03-01"
37+
self.api_version = "2021-04-01-preview"
3838

3939
self.config = config
4040

sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/operations/_integration_runtime_connection_infos_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class IntegrationRuntimeConnectionInfosOperations(object):
2424
:param config: Configuration of service client.
2525
:param serializer: An object model serializer.
2626
:param deserializer: An object model deserializer.
27-
:ivar api_version: The API version to use for this operation. Constant value: "2021-03-01".
27+
:ivar api_version: The API version to use for this operation. Constant value: "2021-04-01-preview".
2828
"""
2929

3030
models = models
@@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer):
3434
self._client = client
3535
self._serialize = serializer
3636
self._deserialize = deserializer
37-
self.api_version = "2021-03-01"
37+
self.api_version = "2021-04-01-preview"
3838

3939
self.config = config
4040

0 commit comments

Comments
 (0)