Skip to content

Commit

Permalink
remove length validation of azurerm_management_group_policy_assignmen…
Browse files Browse the repository at this point in the history
…t resource name (#27055)
  • Loading branch information
marevers authored Aug 15, 2024
1 parent 8beecf1 commit 9ca424c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func (r ManagementGroupAssignmentResource) Arguments() map[string]*pluginsdk.Sch
ForceNew: true,
ValidateFunc: validation.All(
validation.StringIsNotWhiteSpace,
// The policy assignment name length must not exceed '24' characters.
validation.StringLenBetween(3, 24),
validation.StringDoesNotContainAny("/"),
),
},
Expand Down

0 comments on commit 9ca424c

Please sign in to comment.