Skip to content

Commit

Permalink
Update data_factory_pipeline_resource.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hqhqhqhqhqhqhqhqhqhqhq committed Aug 19, 2024
1 parent 11c8714 commit 37ff8c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions internal/services/datafactory/data_factory_pipeline_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ func resourceDataFactoryPipeline() *pluginsdk.Resource {
Elem: &pluginsdk.Resource{
Schema: map[string]*pluginsdk.Schema{
"name": {
Type: pluginsdk.TypeString,
Required: true,
Type: pluginsdk.TypeString,
Required: true,
ValidateFunc: validation.StringIsNotEmpty,
},
"default_value": {
Type: pluginsdk.TypeString,
Expand Down Expand Up @@ -149,8 +150,9 @@ func resourceDataFactoryPipeline() *pluginsdk.Resource {
Elem: &pluginsdk.Resource{
Schema: map[string]*pluginsdk.Schema{
"name": {
Type: pluginsdk.TypeString,
Required: true,
Type: pluginsdk.TypeString,
Required: true,
ValidateFunc: validation.StringIsNotEmpty,
},
"default_value": {
Type: pluginsdk.TypeString,
Expand Down

0 comments on commit 37ff8c2

Please sign in to comment.