Skip to content

Commit 4c7fa1a

Browse files
idear1203Dongwei Wang
authored andcommitted
[Synapse] - change DatasetCompression type back to string (Azure#16076)
Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
1 parent 1dfd89f commit 4c7fa1a

File tree

2 files changed

+4
-4
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse

2 files changed

+4
-4
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Dataset.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@
402402
"type": "object",
403403
"properties": {
404404
"type": {
405-
"type": "object",
406-
"description": "Type of dataset compression. Type: string (or Expression with resultType string)."
405+
"type": "string",
406+
"description": "Type of dataset compression."
407407
}
408408
},
409409
"additionalProperties": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@
402402
"type": "object",
403403
"properties": {
404404
"type": {
405-
"type": "object",
406-
"description": "Type of dataset compression. Type: string (or Expression with resultType string)."
405+
"type": "string",
406+
"description": "Type of dataset compression."
407407
}
408408
},
409409
"additionalProperties": {

0 commit comments

Comments
 (0)