Skip to content

Commit

Permalink
r/storage_account: making the resource group name case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 2, 2020
1 parent 23c8224 commit 45b45c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func resourceArmStorageAccount() *schema.Resource {
ValidateFunc: ValidateArmStorageAccountName,
},

"resource_group_name": azure.SchemaResourceGroupNameDiffSuppress(),
"resource_group_name": azure.SchemaResourceGroupName(),

"location": azure.SchemaLocation(),

Expand Down

0 comments on commit 45b45c2

Please sign in to comment.