Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed May 10, 2024
1 parent 1cf7fd7 commit 2968068
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ func resourceDataFactoryTriggerCustomEvent() *pluginsdk.Resource {
"subject_begins_with": {
Type: pluginsdk.TypeString,
Optional: true,
ValidateFunc: validation.StringIsNotEmpty
ValidateFunc: validation.StringIsNotEmpty,
},

"subject_ends_with": {
Type: pluginsdk.TypeString,
Optional: true,
ValidateFunc: validation.StringIsNotEmpty
ValidateFunc: validation.StringIsNotEmpty,
},
},
}
Expand Down

0 comments on commit 2968068

Please sign in to comment.