Skip to content

Commit

Permalink
sftp_server_location.filename can be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Jul 2, 2021
1 parent c34400d commit 555d612
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ func resourceDataFactoryDatasetBinary() *pluginsdk.Resource {
ValidateFunc: validation.StringIsNotEmpty,
},
"filename": {
Type: pluginsdk.TypeString,
Required: true,
ValidateFunc: validation.StringIsNotEmpty,
Type: pluginsdk.TypeString,
Required: true,
},
},
},
Expand Down

0 comments on commit 555d612

Please sign in to comment.