Skip to content

Commit 741854a

Browse files
Frey-WangLeiWang3
authored andcommitted
Add connectionProperties in GoogleAdWordsLinkedServiceTypeProperties (Azure#17001)
1 parent 5744ccb commit 741854a

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5927,6 +5927,10 @@
59275927
"GoogleAdWordsLinkedServiceTypeProperties": {
59285928
"description": "Google AdWords service linked service properties.",
59295929
"properties": {
5930+
"connectionProperties": {
5931+
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
5932+
"type": "object"
5933+
},
59305934
"clientCustomerID": {
59315935
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
59325936
"type": "object"
@@ -5979,12 +5983,7 @@
59795983
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
59805984
"type": "object"
59815985
}
5982-
},
5983-
"required": [
5984-
"clientCustomerID",
5985-
"developerToken",
5986-
"authenticationType"
5987-
]
5986+
}
59885987
},
59895988
"SapTableLinkedService": {
59905989
"x-ms-discriminator-value": "SapTable",

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5807,6 +5807,10 @@
58075807
"description": "Google AdWords service linked service properties.",
58085808
"type": "object",
58095809
"properties": {
5810+
"connectionProperties": {
5811+
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
5812+
"type": "object"
5813+
},
58105814
"clientCustomerID": {
58115815
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
58125816
"type": "object"
@@ -5859,12 +5863,7 @@
58595863
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
58605864
"type": "object"
58615865
}
5862-
},
5863-
"required": [
5864-
"clientCustomerID",
5865-
"developerToken",
5866-
"authenticationType"
5867-
]
5866+
}
58685867
},
58695868
"SapTableLinkedService": {
58705869
"x-ms-discriminator-value": "SapTable",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5807,6 +5807,10 @@
58075807
"description": "Google AdWords service linked service properties.",
58085808
"type": "object",
58095809
"properties": {
5810+
"connectionProperties": {
5811+
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
5812+
"type": "object"
5813+
},
58105814
"clientCustomerID": {
58115815
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
58125816
"type": "object"
@@ -5859,12 +5863,7 @@
58595863
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
58605864
"type": "object"
58615865
}
5862-
},
5863-
"required": [
5864-
"clientCustomerID",
5865-
"developerToken",
5866-
"authenticationType"
5867-
]
5866+
}
58685867
},
58695868
"SapTableLinkedService": {
58705869
"x-ms-discriminator-value": "SapTable",

0 commit comments

Comments
 (0)