You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1897,6 +1897,11 @@
1897
1897
"x-ms-format": "dfe-string",
1898
1898
"description": "Azure ML Service workspace name. Type: string (or Expression with resultType string)."
1899
1899
},
1900
+
"authentication": {
1901
+
"type": "object",
1902
+
"x-ms-format": "dfe-string",
1903
+
"description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)."
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+18-20Lines changed: 18 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2271,16 +2271,9 @@
2271
2271
"description": "Database query. Type: string (or Expression with resultType string)."
2272
2272
},
2273
2273
"readBehavior": {
2274
-
"description": "The read behavior for the operation. Default is Query.",
2275
-
"type": "string",
2276
-
"enum": [
2277
-
"Query",
2278
-
"QueryAll"
2279
-
],
2280
-
"x-ms-enum": {
2281
-
"name": "SalesforceSourceReadBehavior",
2282
-
"modelAsString": true
2283
-
}
2274
+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).",
2275
+
"type": "object",
2276
+
"x-ms-format": "dfe-string"
2284
2277
}
2285
2278
}
2286
2279
},
@@ -2299,23 +2292,28 @@
2299
2292
"description": "Database query. Type: string (or Expression with resultType string)."
2300
2293
},
2301
2294
"readBehavior": {
2302
-
"description": "The read behavior for the operation. Default is Query.",
2303
-
"type": "string",
2304
-
"enum": [
2305
-
"Query",
2306
-
"QueryAll"
2307
-
],
2308
-
"x-ms-enum": {
2309
-
"name": "SalesforceSourceReadBehavior",
2310
-
"modelAsString": true
2311
-
}
2295
+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).",
2296
+
"type": "object",
2297
+
"x-ms-format": "dfe-string"
2312
2298
},
2313
2299
"additionalColumns": {
2314
2300
"type": "object",
2315
2301
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
2316
2302
}
2317
2303
}
2318
2304
},
2305
+
"SalesforceSourceReadBehavior": {
2306
+
"description": "The Salesforce read behavior for the operation",
2307
+
"type": "string",
2308
+
"enum": [
2309
+
"Query",
2310
+
"QueryAll"
2311
+
],
2312
+
"x-ms-enum": {
2313
+
"name": "SalesforceSourceReadBehavior",
2314
+
"modelAsString": true
2315
+
}
2316
+
},
2319
2317
"SapCloudForCustomerSource": {
2320
2318
"description": "A copy activity source for SAP Cloud for Customer source.",
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1616,6 +1616,10 @@
1616
1616
"encryptedCredential": {
1617
1617
"type": "object",
1618
1618
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
1619
+
},
1620
+
"authentication": {
1621
+
"type": "object",
1622
+
"description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)."
1619
1623
}
1620
1624
},
1621
1625
"required": [
@@ -1659,6 +1663,10 @@
1659
1663
"type": "object",
1660
1664
"description": "Azure ML Service workspace name. Type: string (or Expression with resultType string)."
1661
1665
},
1666
+
"authentication": {
1667
+
"type": "object",
1668
+
"description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)."
1669
+
},
1662
1670
"servicePrincipalId": {
1663
1671
"type": "object",
1664
1672
"description": "The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string)."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1925,16 +1925,8 @@
1925
1925
"description": "Database query. Type: string (or Expression with resultType string)."
1926
1926
},
1927
1927
"readBehavior": {
1928
-
"description": "The read behavior for the operation. Default is Query.",
1929
-
"type": "string",
1930
-
"enum": [
1931
-
"Query",
1932
-
"QueryAll"
1933
-
],
1934
-
"x-ms-enum": {
1935
-
"name": "SalesforceSourceReadBehavior",
1936
-
"modelAsString": true
1937
-
}
1928
+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).",
1929
+
"type": "object"
1938
1930
}
1939
1931
}
1940
1932
},
@@ -1952,23 +1944,27 @@
1952
1944
"description": "Database query. Type: string (or Expression with resultType string)."
1953
1945
},
1954
1946
"readBehavior": {
1955
-
"description": "The read behavior for the operation. Default is Query.",
1956
-
"type": "string",
1957
-
"enum": [
1958
-
"Query",
1959
-
"QueryAll"
1960
-
],
1961
-
"x-ms-enum": {
1962
-
"name": "SalesforceSourceReadBehavior",
1963
-
"modelAsString": true
1964
-
}
1947
+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).",
1948
+
"type": "object"
1965
1949
},
1966
1950
"additionalColumns": {
1967
1951
"type": "object",
1968
1952
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
1969
1953
}
1970
1954
}
1971
1955
},
1956
+
"SalesforceSourceReadBehavior": {
1957
+
"description": "The Salesforce read behavior for the operation",
1958
+
"type": "string",
1959
+
"enum": [
1960
+
"Query",
1961
+
"QueryAll"
1962
+
],
1963
+
"x-ms-enum": {
1964
+
"name": "SalesforceSourceReadBehavior",
1965
+
"modelAsString": true
1966
+
}
1967
+
},
1972
1968
"SapCloudForCustomerSource": {
1973
1969
"description": "A copy activity source for SAP Cloud for Customer source.",
0 commit comments