Skip to content

Commit 069bb31

Browse files
[AutoRelease] t2-datafactory-2024-01-26-41491(can only be merged by SDK owner) (#34025)
* code and test * Update CHANGELOG.md * Update dev_requirements.txt --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent dd98913 commit 069bb31

File tree

10 files changed

+1657
-548
lines changed

10 files changed

+1657
-548
lines changed

sdk/datafactory/azure-mgmt-datafactory/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release History
22

3+
## 6.0.0 (2024-03-04)
4+
5+
### Features Added
6+
7+
- Model SalesforceServiceCloudV2LinkedService has a new parameter authentication_type
8+
- Model SalesforceServiceCloudV2Source has a new parameter include_deleted_objects
9+
- Model SalesforceV2LinkedService has a new parameter authentication_type
10+
- Model SalesforceV2Source has a new parameter include_deleted_objects
11+
12+
### Breaking Changes
13+
14+
- Model SalesforceServiceCloudV2Source no longer has parameter read_behavior
15+
- Model SalesforceV2Source no longer has parameter read_behavior
16+
317
## 5.0.0 (2024-01-26)
418

519
### Features Added

sdk/datafactory/azure-mgmt-datafactory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Data Factory Management Client Library.
4-
This package has been tested with Python 3.7+.
4+
This package has been tested with Python 3.8+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.7+ is required to use this package.
15+
- Python 3.8+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "d1eb3c20113d1018f25a8d97fdfa5f8bb5c659ea",
2+
"commit": "6f8faf5da91b5b9af5f3512fe609e22e99383d41",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.7",
55
"use": [

sdk/datafactory/azure-mgmt-datafactory/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/datafactory/azure-mgmt-datafactory",
5-
"Tag": "python/datafactory/azure-mgmt-datafactory_61aec527e2"
5+
"Tag": "python/datafactory/azure-mgmt-datafactory_c7d25e34c8"
66
}

sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "6.0.0"

sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/models/__init__.py

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@
658658
from ._models_py3 import SnowflakeLinkedService
659659
from ._models_py3 import SnowflakeSink
660660
from ._models_py3 import SnowflakeSource
661+
from ._models_py3 import SnowflakeV2Dataset
662+
from ._models_py3 import SnowflakeV2LinkedService
663+
from ._models_py3 import SnowflakeV2Sink
664+
from ._models_py3 import SnowflakeV2Source
661665
from ._models_py3 import SparkConfigurationParametrizationReference
662666
from ._models_py3 import SparkLinkedService
663667
from ._models_py3 import SparkObjectDataset
@@ -742,6 +746,10 @@
742746
from ._models_py3 import VerticaSource
743747
from ._models_py3 import VerticaTableDataset
744748
from ._models_py3 import WaitActivity
749+
from ._models_py3 import WarehouseLinkedService
750+
from ._models_py3 import WarehouseSink
751+
from ._models_py3 import WarehouseSource
752+
from ._models_py3 import WarehouseTableDataset
745753
from ._models_py3 import WebActivity
746754
from ._models_py3 import WebActivityAuthentication
747755
from ._models_py3 import WebAnonymousAuthentication
@@ -848,7 +856,6 @@
848856
from ._data_factory_management_client_enums import SalesforceSinkWriteBehavior
849857
from ._data_factory_management_client_enums import SalesforceSourceReadBehavior
850858
from ._data_factory_management_client_enums import SalesforceV2SinkWriteBehavior
851-
from ._data_factory_management_client_enums import SalesforceV2SourceReadBehavior
852859
from ._data_factory_management_client_enums import SapCloudForCustomerSinkWriteBehavior
853860
from ._data_factory_management_client_enums import SapHanaAuthenticationType
854861
from ._data_factory_management_client_enums import SapHanaPartitionOption
@@ -861,6 +868,7 @@
861868
from ._data_factory_management_client_enums import ServiceNowAuthenticationType
862869
from ._data_factory_management_client_enums import ServicePrincipalCredentialType
863870
from ._data_factory_management_client_enums import SftpAuthenticationType
871+
from ._data_factory_management_client_enums import SnowflakeAuthenticationType
864872
from ._data_factory_management_client_enums import SparkAuthenticationType
865873
from ._data_factory_management_client_enums import SparkConfigurationReferenceType
866874
from ._data_factory_management_client_enums import SparkJobReferenceType
@@ -1545,6 +1553,10 @@
15451553
"SnowflakeLinkedService",
15461554
"SnowflakeSink",
15471555
"SnowflakeSource",
1556+
"SnowflakeV2Dataset",
1557+
"SnowflakeV2LinkedService",
1558+
"SnowflakeV2Sink",
1559+
"SnowflakeV2Source",
15481560
"SparkConfigurationParametrizationReference",
15491561
"SparkLinkedService",
15501562
"SparkObjectDataset",
@@ -1629,6 +1641,10 @@
16291641
"VerticaSource",
16301642
"VerticaTableDataset",
16311643
"WaitActivity",
1644+
"WarehouseLinkedService",
1645+
"WarehouseSink",
1646+
"WarehouseSource",
1647+
"WarehouseTableDataset",
16321648
"WebActivity",
16331649
"WebActivityAuthentication",
16341650
"WebAnonymousAuthentication",
@@ -1734,7 +1750,6 @@
17341750
"SalesforceSinkWriteBehavior",
17351751
"SalesforceSourceReadBehavior",
17361752
"SalesforceV2SinkWriteBehavior",
1737-
"SalesforceV2SourceReadBehavior",
17381753
"SapCloudForCustomerSinkWriteBehavior",
17391754
"SapHanaAuthenticationType",
17401755
"SapHanaPartitionOption",
@@ -1747,6 +1762,7 @@
17471762
"ServiceNowAuthenticationType",
17481763
"ServicePrincipalCredentialType",
17491764
"SftpAuthenticationType",
1765+
"SnowflakeAuthenticationType",
17501766
"SparkAuthenticationType",
17511767
"SparkConfigurationReferenceType",
17521768
"SparkJobReferenceType",

sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/models/_data_factory_management_client_enums.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -728,13 +728,6 @@ class SalesforceV2SinkWriteBehavior(str, Enum, metaclass=CaseInsensitiveEnumMeta
728728
UPSERT = "Upsert"
729729

730730

731-
class SalesforceV2SourceReadBehavior(str, Enum, metaclass=CaseInsensitiveEnumMeta):
732-
"""The Salesforce read behavior for the operation."""
733-
734-
QUERY = "query"
735-
QUERY_ALL = "queryAll"
736-
737-
738731
class SapCloudForCustomerSinkWriteBehavior(str, Enum, metaclass=CaseInsensitiveEnumMeta):
739732
"""The write behavior for the operation. Default is 'Insert'."""
740733

@@ -841,6 +834,14 @@ class SftpAuthenticationType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
841834
MULTI_FACTOR = "MultiFactor"
842835

843836

837+
class SnowflakeAuthenticationType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
838+
"""The type used for authentication. Type: string."""
839+
840+
BASIC = "Basic"
841+
KEY_PAIR = "KeyPair"
842+
AAD_SERVICE_PRINCIPAL = "AADServicePrincipal"
843+
844+
844845
class SparkAuthenticationType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
845846
"""The authentication method used to access the Spark server."""
846847

0 commit comments

Comments
 (0)