Skip to content

Commit 1cbecbc

Browse files
authored
[DataFactory]Added new features into 6.3.0 (#29279)
* [DataFactory]Added new features into 5.1.0 * update * add one change * [DataFactory]Added new features into 5.2.0 * [DataFactory]Added new features into 5.3.0 * [DataFactory]Added new features into 5.4.0 * [DataFactory]Added new features into 5.5.0 * Update * [DataFactory]Added new features into 6.1.0 * update * [DataFactory]Added new features into 6.2.0 * fix a build issue * update * update for comments * [DataFactory]Added new features into 6.3.0
1 parent 6841f43 commit 1cbecbc

File tree

11 files changed

+586
-13
lines changed

11 files changed

+586
-13
lines changed

eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/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\sdk
77
Autorest CSharp Version: 2.3.82
8-
2022-05-23 02:58:44 UTC
8+
2022-06-14 00:17:03 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: d916ae110aa385d49cd24787a05611345696644b
12+
Commit: de400f7204d30d25543ac967636180728d52a88f
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: [email protected]

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

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

3+
## Version 6.3.0
4+
### Feature Additions
5+
- Changed FactoryGitHubConfiguration url format for hostName description
6+
- Added SAP ODP connector in ADF
7+
- Added support OAuth2ClientCredential auth in RestSevice
8+
39
## Version 6.2.0
410
### Feature Additions
511
- Added globalParameters apis into ADF

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs

Lines changed: 2 additions & 2 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/Models/RestServiceAuthenticationType.cs

Lines changed: 1 addition & 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/Models/RestServiceLinkedService.cs

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

0 commit comments

Comments
 (0)