Skip to content

Commit

Permalink
Merge pull request #14458 from myc2h6o/iot_storage_fileformat
Browse files Browse the repository at this point in the history
`r\iothub_endpoint_storage_container`: Fix `file_name_format` Schema
  • Loading branch information
stephybun authored Dec 3, 2021
2 parents d966a79 + 4e945db commit 62d870b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ func resourceIotHubEndpointStorageContainer() *pluginsdk.Resource {
},

"file_name_format": {
Type: pluginsdk.TypeString,
Optional: true,
Default: false,
Type: pluginsdk.TypeString,
Optional: true,
ValidateFunc: iothubValidate.FileNameFormat,
},

"batch_frequency_in_seconds": {
Expand Down

0 comments on commit 62d870b

Please sign in to comment.