Skip to content

Commit

Permalink
add AzureFileStorageWriteSettings (#10381)
Browse files Browse the repository at this point in the history
Co-authored-by: Haoran Sun <[email protected]>
  • Loading branch information
rickysun93 and Haoran Sun authored Aug 8, 2020
1 parent b2acb15 commit a1aeb32
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,15 @@
}
]
},
"AzureFileStorageWriteSettings": {
"description": "Azure File Storage write settings.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/StoreWriteSettings"
}
]
},
"FormatReadSettings": {
"description": "Format read settings.",
"discriminator": "type",
Expand Down

0 comments on commit a1aeb32

Please sign in to comment.