Skip to content

Commit 0085b2f

Browse files
author
SDKAuto
committed
CodeGen from PR 34491 in Azure/azure-rest-api-specs
Merge 6ea19e111f28660d3368607684c16a272ef74af7 into e2006c1b75927db9d566a4d38bd256103b5b5c12
1 parent 52d7f46 commit 0085b2f

12 files changed

+150
-4
lines changed

sdk/datafactory/Azure.ResourceManager.DataFactory/api/Azure.ResourceManager.DataFactory.net8.0.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6672,6 +6672,7 @@ public HiveLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<s
66726672
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
66736673
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
66746674
public Azure.ResourceManager.DataFactory.Models.HiveAuthenticationType AuthenticationType { get { throw null; } set { } }
6675+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
66756676
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
66766677
public string EncryptedCredential { get { throw null; } set { } }
66776678
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
@@ -6932,11 +6933,13 @@ public ImpalaLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement
69326933
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
69336934
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
69346935
public Azure.ResourceManager.DataFactory.Models.ImpalaAuthenticationType AuthenticationType { get { throw null; } set { } }
6936+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
69356937
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
69366938
public string EncryptedCredential { get { throw null; } set { } }
69376939
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
69386940
public Azure.Core.Expressions.DataFactory.DataFactorySecret Password { get { throw null; } set { } }
69396941
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> Port { get { throw null; } set { } }
6942+
public Azure.ResourceManager.DataFactory.Models.ImpalaThriftTransportProtocol? ThriftTransportProtocol { get { throw null; } set { } }
69406943
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> TrustedCertPath { get { throw null; } set { } }
69416944
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Username { get { throw null; } set { } }
69426945
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> UseSystemTrustStore { get { throw null; } set { } }
@@ -6971,6 +6974,11 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
69716974
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImpalaSource>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
69726975
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImpalaSource>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
69736976
}
6977+
public enum ImpalaThriftTransportProtocol
6978+
{
6979+
Binary = 0,
6980+
Http = 1,
6981+
}
69746982
public abstract partial class ImportSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>
69756983
{
69766984
protected ImportSettings() { }
@@ -11473,6 +11481,7 @@ public SparkLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<
1147311481
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
1147411482
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
1147511483
public Azure.ResourceManager.DataFactory.Models.SparkAuthenticationType AuthenticationType { get { throw null; } set { } }
11484+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
1147611485
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
1147711486
public string EncryptedCredential { get { throw null; } set { } }
1147811487
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }

sdk/datafactory/Azure.ResourceManager.DataFactory/api/Azure.ResourceManager.DataFactory.netstandard2.0.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6672,6 +6672,7 @@ public HiveLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<s
66726672
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
66736673
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
66746674
public Azure.ResourceManager.DataFactory.Models.HiveAuthenticationType AuthenticationType { get { throw null; } set { } }
6675+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
66756676
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
66766677
public string EncryptedCredential { get { throw null; } set { } }
66776678
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
@@ -6932,11 +6933,13 @@ public ImpalaLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement
69326933
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
69336934
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
69346935
public Azure.ResourceManager.DataFactory.Models.ImpalaAuthenticationType AuthenticationType { get { throw null; } set { } }
6936+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
69356937
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
69366938
public string EncryptedCredential { get { throw null; } set { } }
69376939
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
69386940
public Azure.Core.Expressions.DataFactory.DataFactorySecret Password { get { throw null; } set { } }
69396941
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> Port { get { throw null; } set { } }
6942+
public Azure.ResourceManager.DataFactory.Models.ImpalaThriftTransportProtocol? ThriftTransportProtocol { get { throw null; } set { } }
69406943
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> TrustedCertPath { get { throw null; } set { } }
69416944
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Username { get { throw null; } set { } }
69426945
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> UseSystemTrustStore { get { throw null; } set { } }
@@ -6971,6 +6974,11 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
69716974
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImpalaSource>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
69726975
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImpalaSource>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
69736976
}
6977+
public enum ImpalaThriftTransportProtocol
6978+
{
6979+
Binary = 0,
6980+
Http = 1,
6981+
}
69746982
public abstract partial class ImportSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>
69756983
{
69766984
protected ImportSettings() { }
@@ -11473,6 +11481,7 @@ public SparkLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<
1147311481
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
1147411482
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
1147511483
public Azure.ResourceManager.DataFactory.Models.SparkAuthenticationType AuthenticationType { get { throw null; } set { } }
11484+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
1147611485
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
1147711486
public string EncryptedCredential { get { throw null; } set { } }
1147811487
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }

sdk/datafactory/Azure.ResourceManager.DataFactory/src/Generated/Models/HiveLinkedService.Serialization.cs

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

sdk/datafactory/Azure.ResourceManager.DataFactory/src/Generated/Models/HiveLinkedService.cs

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)