Skip to content

Commit 610da5d

Browse files
[AutoRelease] t2-datafactory-2024-06-03-75602(can only be merged by SDK owner) (#35878)
* code and test * Update assets.json * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent ae48eea commit 610da5d

File tree

7 files changed

+87
-110
lines changed

7 files changed

+87
-110
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+
## 8.0.0 (2024-06-06)
4+
5+
### Features Added
6+
7+
- Model DynamicsCrmLinkedService has a new parameter credential
8+
- Model ExpressionV2 has a new parameter operators
9+
- Model LakeHouseTableDataset has a new parameter schema_type_properties_schema
10+
- Model SalesforceServiceCloudV2Source has a new parameter query
11+
- Model SalesforceV2Source has a new parameter query
12+
13+
### Breaking Changes
14+
15+
- Model ExpressionV2 no longer has parameter operator
16+
317
## 7.1.0 (2024-05-08)
418

519
### Features Added

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": "032c6049de2a6c99e3503aa6cc6f4071a329a7d0",
2+
"commit": "92a02c9755fa3b2359df8dfc031babcddf6d91ba",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
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_bef48226de"
5+
"Tag": "python/datafactory/azure-mgmt-datafactory_bd262e788d"
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 = "7.1.0"
9+
VERSION = "8.0.0"

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@
417417
from ._models_py3 import MagentoObjectDataset
418418
from ._models_py3 import MagentoSource
419419
from ._models_py3 import ManagedIdentityCredential
420-
from ._models_py3 import ManagedIdentityCredentialResource
421420
from ._models_py3 import ManagedIntegrationRuntime
422421
from ._models_py3 import ManagedIntegrationRuntimeError
423422
from ._models_py3 import ManagedIntegrationRuntimeNode
@@ -653,7 +652,6 @@
653652
from ._models_py3 import ServiceNowV2ObjectDataset
654653
from ._models_py3 import ServiceNowV2Source
655654
from ._models_py3 import ServicePrincipalCredential
656-
from ._models_py3 import ServicePrincipalCredentialResource
657655
from ._models_py3 import SetVariableActivity
658656
from ._models_py3 import SftpLocation
659657
from ._models_py3 import SftpReadSettings
@@ -1337,7 +1335,6 @@
13371335
"MagentoObjectDataset",
13381336
"MagentoSource",
13391337
"ManagedIdentityCredential",
1340-
"ManagedIdentityCredentialResource",
13411338
"ManagedIntegrationRuntime",
13421339
"ManagedIntegrationRuntimeError",
13431340
"ManagedIntegrationRuntimeNode",
@@ -1573,7 +1570,6 @@
15731570
"ServiceNowV2ObjectDataset",
15741571
"ServiceNowV2Source",
15751572
"ServicePrincipalCredential",
1576-
"ServicePrincipalCredentialResource",
15771573
"SetVariableActivity",
15781574
"SftpLocation",
15791575
"SftpReadSettings",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ class ExpressionV2Type(str, Enum, metaclass=CaseInsensitiveEnumMeta):
312312
FIELD = "Field"
313313
UNARY = "Unary"
314314
BINARY = "Binary"
315+
N_ARY = "NAry"
315316

316317

317318
class FactoryIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta):

0 commit comments

Comments
 (0)