From 3ef9fa57cef0c485487cb3b0e66b362f8eb88702 Mon Sep 17 00:00:00 2001
From: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Date: Tue, 31 Oct 2023 15:57:19 +0800
Subject: [PATCH] [DataFactory]Upgrade SDK Version To 0.2.0 (#23107)
---
.../Models/GoogleAdWordsLinkedService.cs | 93 +++++++++----------
.../Generated/Models/ParquetReadSettings.cs | 57 ++++++++++++
.../Generated/Models/ParquetSource.cs | 10 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../DataFactory.Management.Sdk/README.md | 2 +-
src/DataFactory/DataFactoryV2/ChangeLog.md | 1 +
6 files changed, 116 insertions(+), 51 deletions(-)
create mode 100644 src/DataFactory/DataFactory.Management.Sdk/Generated/Models/ParquetReadSettings.cs
diff --git a/src/DataFactory/DataFactory.Management.Sdk/Generated/Models/GoogleAdWordsLinkedService.cs b/src/DataFactory/DataFactory.Management.Sdk/Generated/Models/GoogleAdWordsLinkedService.cs
index e2e6524aef54..7edc64ff7103 100644
--- a/src/DataFactory/DataFactory.Management.Sdk/Generated/Models/GoogleAdWordsLinkedService.cs
+++ b/src/DataFactory/DataFactory.Management.Sdk/Generated/Models/GoogleAdWordsLinkedService.cs
@@ -42,9 +42,6 @@ public GoogleAdWordsLinkedService()
/// Parameters for linked service.
/// List of tags that can be used for
/// describing the linked service.
- /// Properties used to connect to
- /// GoogleAds. It is mutually exclusive with any other properties in
- /// the linked service. Type: object.
/// The Client customer ID of the
/// AdWords account that you want to fetch report data for. Type:
/// string (or Expression with resultType string).
@@ -65,27 +62,28 @@ public GoogleAdWordsLinkedService()
/// The service account email ID that is used for
/// ServiceAuthentication and can only be used on self-hosted IR. Type:
/// string (or Expression with resultType string).
- /// The full path to the .p12 key file that
- /// is used to authenticate the service account email address and can
- /// only be used on self-hosted IR. Type: string (or Expression with
- /// resultType string).
- /// The full path of the .pem file
- /// containing trusted CA certificates for verifying the server when
- /// connecting over SSL. This property can only be set when using SSL
- /// on self-hosted IR. The default value is the cacerts.pem file
- /// installed with the IR. Type: string (or Expression with resultType
+ /// The private key that is used to
+ /// authenticate the service account email address and can only be used
+ /// on self-hosted IR.
+ /// The customer ID of the Google Ads
+ /// Manager account through which you want to fetch report data of
+ /// specific Customer. Type: string (or Expression with resultType
/// string).
- /// Specifies whether to use a CA
- /// certificate from the system trust store or from a specified PEM
- /// file. The default value is false. Type: boolean (or Expression with
- /// resultType boolean).
+ /// The Google Ads API major version
+ /// such as v14. The supported major versions could be found on
+ /// https://developers.google.com/google-ads/api/docs/sunset-dates#timetable.
+ /// Type: string (or Expression with resultType string).
+ /// Specifies whether to use the
+ /// legacy data type mappings, which maps float, int32 and int64 from
+ /// Google to string. Do not set this to true unless you want to keep
+ /// backward compatibility with legacy driver's data type mappings.
+ /// Type: boolean (or Expression with resultType boolean).
/// The encrypted credential used for
/// authentication. Credentials are encrypted using the integration
/// runtime credential manager. Type: string.
- public GoogleAdWordsLinkedService(IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList