Skip to content

Commit

Permalink
r\iothub_endpoint_storage_container: Fix file_name_format Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
myc2h6o committed Dec 3, 2021
1 parent d966a79 commit 4afe42d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func resourceIotHubEndpointStorageContainer() *pluginsdk.Resource {
"file_name_format": {
Type: pluginsdk.TypeString,
Optional: true,
Default: false,
ValidateFunc: iothubValidate.FileNameFormat,
},

"batch_frequency_in_seconds": {
Expand Down

0 comments on commit 4afe42d

Please sign in to comment.