Skip to content

Commit

Permalink
add AzureFileStorageWriteSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoran Sun committed Aug 7, 2020
1 parent 0e01091 commit ad42e4a
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 ad42e4a

Please sign in to comment.