Skip to content

Commit a81e04e

Browse files
authored
[DataFactory]Added new features into 4.22.0 (#23089)
1 parent 7b64ed2 commit a81e04e

File tree

113 files changed

+1545
-346
lines changed

Some content is hidden

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

113 files changed

+1545
-346
lines changed

eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datafactory/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2018-06 --csharp-sdks-folder=D:\Projects\azure-sdk-for-net-1\sdk
7-
2021-07-16 06:45:57 UTC
7+
2021-08-04 07:49:11 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: 86b65a6f0e0b637a774b177b3206155d990242d4
11+
Commit: c981b81aa26ad4d0d156e034e6782853b4e747a1
1212
AutoRest information
1313
Requested version: v2
1414
Bootstrapper version: [email protected]

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for the Azure Data Factory V2 .NET SDK
22

3+
## Version 4.22.0
4+
### Feature Additions
5+
- Added Sql table lock and upsert properties
6+
- Added isServerVersionAbove32 in CosmosDbMongoDbApi linked service
7+
- Changed additionalColumns/compressionType to type of object
8+
- Support cleanup property for integration runtime resource from DataFactory
9+
- Unify IR vNet injection experience
10+
311
## Version 4.21.0
412
### Feature Additions
513
- Added properties pipelineName and pipelineRunId to PipelineRunInvokedBy definition

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IIntegrationRuntimesOperations.cs

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperations.cs

Lines changed: 251 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperationsExtensions.cs

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)