Skip to content

Commit fef0db5

Browse files
author
SDKAuto
committed
CodeGen from PR 14770 in Azure/azure-rest-api-specs
Merge 41f6db577eb6c0b330bd568bedbf3b256a0f1ac3 into 7548024cd6bc19ac80f01ff0dced37cc2a168fb0
1 parent ba82292 commit fef0db5

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,21 +1548,9 @@
15481548
"type": "object",
15491549
"properties": {
15501550
"avroCompressionCodec": {
1551-
"oneOf": [
1552-
{
1553-
"type": "string",
1554-
"enum": [
1555-
"none",
1556-
"deflate",
1557-
"snappy",
1558-
"xz",
1559-
"bzip2"
1560-
]
1561-
},
1562-
{
1563-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1564-
}
1565-
]
1551+
"type": "object",
1552+
"properties": {},
1553+
"description": "The data avroCompressionCodec. Type: string (or Expression with resultType string)."
15661554
},
15671555
"avroCompressionLevel": {
15681556
"oneOf": [
@@ -20132,20 +20120,9 @@
2013220120
"description": "Dataset location."
2013320121
},
2013420122
"orcCompressionCodec": {
20135-
"oneOf": [
20136-
{
20137-
"type": "string",
20138-
"enum": [
20139-
"none",
20140-
"zlib",
20141-
"snappy",
20142-
"lzo"
20143-
]
20144-
},
20145-
{
20146-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
20147-
}
20148-
]
20123+
"type": "object",
20124+
"properties": {},
20125+
"description": "The data orcCompressionCodec. Type: string (or Expression with resultType string)."
2014920126
}
2015020127
},
2015120128
"required": [

0 commit comments

Comments
 (0)