Skip to content

Commit d22b479

Browse files
authored
Fix bug For Github Issues (#24226)
* Fix Bug For Github Issues * fix * fix
1 parent ad1400c commit d22b479

File tree

4 files changed

+47
-40
lines changed

4 files changed

+47
-40
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,11 @@
18971897
"x-ms-format": "dfe-string",
18981898
"description": "Azure ML Service workspace name. Type: string (or Expression with resultType string)."
18991899
},
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)."
1904+
},
19001905
"servicePrincipalId": {
19011906
"type": "object",
19021907
"x-ms-format": "dfe-string",

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

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,16 +2271,9 @@
22712271
"description": "Database query. Type: string (or Expression with resultType string)."
22722272
},
22732273
"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"
22842277
}
22852278
}
22862279
},
@@ -2299,23 +2292,28 @@
22992292
"description": "Database query. Type: string (or Expression with resultType string)."
23002293
},
23012294
"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"
23122298
},
23132299
"additionalColumns": {
23142300
"type": "object",
23152301
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
23162302
}
23172303
}
23182304
},
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+
},
23192317
"SapCloudForCustomerSource": {
23202318
"description": "A copy activity source for SAP Cloud for Customer source.",
23212319
"type": "object",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,10 @@
16161616
"encryptedCredential": {
16171617
"type": "object",
16181618
"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)."
16191623
}
16201624
},
16211625
"required": [
@@ -1659,6 +1663,10 @@
16591663
"type": "object",
16601664
"description": "Azure ML Service workspace name. Type: string (or Expression with resultType string)."
16611665
},
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+
},
16621670
"servicePrincipalId": {
16631671
"type": "object",
16641672
"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)."

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

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,16 +1925,8 @@
19251925
"description": "Database query. Type: string (or Expression with resultType string)."
19261926
},
19271927
"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"
19381930
}
19391931
}
19401932
},
@@ -1952,23 +1944,27 @@
19521944
"description": "Database query. Type: string (or Expression with resultType string)."
19531945
},
19541946
"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"
19651949
},
19661950
"additionalColumns": {
19671951
"type": "object",
19681952
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
19691953
}
19701954
}
19711955
},
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+
},
19721968
"SapCloudForCustomerSource": {
19731969
"description": "A copy activity source for SAP Cloud for Customer source.",
19741970
"type": "object",

0 commit comments

Comments
 (0)