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
  • Loading branch information
marevers committed Aug 15, 2024
1 parent 5a53828 commit 973571b
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 973571b

Please sign in to comment.