Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_policy_set_definition - fix empty group names on update #19890

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix alignment of comment
  • Loading branch information
aurelschwitter committed Jan 11, 2023
commit a145d23d90f1928f3aed42a41ee4dd16ed33f6e2
Original file line number Diff line number Diff line change
@@ -199,8 +199,8 @@ func TestAccAzureRMPolicySetDefinition_customWithGroupsInDefinitionReferenceUpda
),
},
data.ImportStep(),
// test if group_names were correctly added
{
// test if group_names were correctly added
Config: r.customWithDefinitionGroupsUsedInPolicyReference(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),