diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json index 83144bae15a5..99536830c7f7 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json @@ -5927,6 +5927,10 @@ "GoogleAdWordsLinkedServiceTypeProperties": { "description": "Google AdWords service linked service properties.", "properties": { + "connectionProperties": { + "description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.", + "type": "object" + }, "clientCustomerID": { "description": "The Client customer ID of the AdWords account that you want to fetch report data for.", "type": "object" @@ -5979,12 +5983,7 @@ "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).", "type": "object" } - }, - "required": [ - "clientCustomerID", - "developerToken", - "authenticationType" - ] + } }, "SapTableLinkedService": { "x-ms-discriminator-value": "SapTable", diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json index f85730971b13..c2a536382f1a 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json @@ -5807,6 +5807,10 @@ "description": "Google AdWords service linked service properties.", "type": "object", "properties": { + "connectionProperties": { + "description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.", + "type": "object" + }, "clientCustomerID": { "description": "The Client customer ID of the AdWords account that you want to fetch report data for.", "type": "object" @@ -5859,12 +5863,7 @@ "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).", "type": "object" } - }, - "required": [ - "clientCustomerID", - "developerToken", - "authenticationType" - ] + } }, "SapTableLinkedService": { "x-ms-discriminator-value": "SapTable", diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json index c9d58336b25b..d0a3f819f566 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json @@ -5807,6 +5807,10 @@ "description": "Google AdWords service linked service properties.", "type": "object", "properties": { + "connectionProperties": { + "description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.", + "type": "object" + }, "clientCustomerID": { "description": "The Client customer ID of the AdWords account that you want to fetch report data for.", "type": "object" @@ -5859,12 +5863,7 @@ "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).", "type": "object" } - }, - "required": [ - "clientCustomerID", - "developerToken", - "authenticationType" - ] + } }, "SapTableLinkedService": { "x-ms-discriminator-value": "SapTable",