Skip to content

Commit

Permalink
CodeGen from PR 24226 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Fix bug For Github Issues (#24226)

* Fix Bug For Github Issues

* fix

* fix
  • Loading branch information
SDKAuto committed Jun 12, 2023
1 parent 4478a62 commit 7a2f5ee
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4965,6 +4965,11 @@
"AzureMLServiceLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"authentication": {
"type": "object",
"properties": {},
"description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)."
},
"encryptedCredential": {
"type": "string",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
Expand Down Expand Up @@ -25174,19 +25179,9 @@
"description": "Database query. Type: string (or Expression with resultType string)."
},
"readBehavior": {
"oneOf": [
{
"type": "string",
"enum": [
"Query",
"QueryAll"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The read behavior for the operation. Default is Query."
"type": "object",
"properties": {},
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)."
},
"type": {
"type": "string",
Expand Down Expand Up @@ -25249,19 +25244,9 @@
"description": "Database query. Type: string (or Expression with resultType string)."
},
"readBehavior": {
"oneOf": [
{
"type": "string",
"enum": [
"Query",
"QueryAll"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The read behavior for the operation. Default is Query."
"type": "object",
"properties": {},
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)."
},
"type": {
"type": "string",
Expand Down

0 comments on commit 7a2f5ee

Please sign in to comment.