diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index fda250963e..0922d0d7c2 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -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." @@ -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", @@ -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",