Skip to content

Commit

Permalink
Test Fix: Authorization #10850
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Mar 5, 2021
1 parent 5c4323a commit cf361b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ data "azurerm_subscription" "primary" {
resource "azurerm_role_definition" "test" {
role_definition_id = "%s"
name = "acctestrd-%d-updated"
name = "acctestrd-%d"
scope = data.azurerm_subscription.primary.id
description = "Acceptance Test Role Definition"
Expand Down

0 comments on commit cf361b4

Please sign in to comment.