diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index af62e685bc..c377e02402 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -1548,21 +1548,9 @@ "type": "object", "properties": { "avroCompressionCodec": { - "oneOf": [ - { - "type": "string", - "enum": [ - "none", - "deflate", - "snappy", - "xz", - "bzip2" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ] + "type": "object", + "properties": {}, + "description": "The data avroCompressionCodec. Type: string (or Expression with resultType string)." }, "avroCompressionLevel": { "oneOf": [ @@ -20132,20 +20120,9 @@ "description": "Dataset location." }, "orcCompressionCodec": { - "oneOf": [ - { - "type": "string", - "enum": [ - "none", - "zlib", - "snappy", - "lzo" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ] + "type": "object", + "properties": {}, + "description": "The data orcCompressionCodec. Type: string (or Expression with resultType string)." } }, "required": [