Skip to content

Commit

Permalink
add AzureFileStorageWriteSettings (Azure#10381)
Browse files Browse the repository at this point in the history
Co-authored-by: Haoran Sun <haorsun@microsoft.com>
  • Loading branch information
2 people authored and innosam committed Aug 17, 2020
1 parent 19978ce commit 918421b
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 918421b

Please sign in to comment.