Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
v-cheye committed May 26, 2020
1 parent 2771e20 commit de443e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func dataSourceArmServiceBusTopicAuthorizationRule() *schema.Resource {
"topic_name": {
Type: schema.TypeString,
Required: true,
ValidateFunc: azure.ValidateServiceBusTopicName,
ValidateFunc: azure.ValidateServiceBusTopicName(),
},

"resource_group_name": azure.SchemaResourceGroupName(),
Expand Down

0 comments on commit de443e1

Please sign in to comment.