diff --git a/eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt b/eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt
index 463ac08f23a1d..a4f0dca782557 100644
--- a/eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt
@@ -5,11 +5,11 @@ Generating CSharp code
Executing AutoRest command
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
Autorest CSharp Version: 2.3.82
-2022-05-23 02:58:44 UTC
+2022-06-14 00:17:03 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
-Commit: d916ae110aa385d49cd24787a05611345696644b
+Commit: de400f7204d30d25543ac967636180728d52a88f
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md
index b9324a5ded6c5..c6bef5e48f5fc 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog for the Azure Data Factory V2 .NET SDK
+## Version 6.3.0
+### Feature Additions
+- Changed FactoryGitHubConfiguration url format for hostName description
+- Added SAP ODP connector in ADF
+- Added support OAuth2ClientCredential auth in RestSevice
+
## Version 6.2.0
### Feature Additions
- Added globalParameters apis into ADF
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs
index 37f563160f92c..8722faac6464e 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs
@@ -35,7 +35,7 @@ public FactoryGitHubConfiguration()
/// Root folder.
/// Last commit id.
/// GitHub Enterprise host name. For example:
- /// https://github.mydomain.com
+ /// `https://github.mydomain.com`
/// GitHub bring your own app client id.
/// GitHub bring your own app client secret
/// information.
@@ -55,7 +55,7 @@ public FactoryGitHubConfiguration()
///
/// Gets or sets gitHub Enterprise host name. For example:
- /// https://github.mydomain.com
+ /// `https://github.mydomain.com`
///
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceAuthenticationType.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceAuthenticationType.cs
index 28c096262569c..507bb90f19c5b 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceAuthenticationType.cs
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceAuthenticationType.cs
@@ -20,5 +20,6 @@ public static class RestServiceAuthenticationType
public const string Basic = "Basic";
public const string AadServicePrincipal = "AadServicePrincipal";
public const string ManagedServiceIdentity = "ManagedServiceIdentity";
+ public const string OAuth2ClientCredential = "OAuth2ClientCredential";
}
}
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceLinkedService.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceLinkedService.cs
index 189c59e656fbd..416e740ea1b1c 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceLinkedService.cs
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestServiceLinkedService.cs
@@ -38,7 +38,8 @@ public RestServiceLinkedService()
/// The base URL of the REST service.
/// Type of authentication used to
/// connect to the REST service. Possible values include: 'Anonymous',
- /// 'Basic', 'AadServicePrincipal', 'ManagedServiceIdentity'
+ /// 'Basic', 'AadServicePrincipal', 'ManagedServiceIdentity',
+ /// 'OAuth2ClientCredential'
/// Unmatched properties from the
/// message are deserialized this collection
/// The integration runtime reference.
@@ -77,7 +78,21 @@ public RestServiceLinkedService()
/// resultType string).
/// The credential reference containing
/// authentication information.
- public RestServiceLinkedService(object url, string authenticationType, IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList