Skip to content

Commit

Permalink
Update test for included/excluded_guests_or_external_users to ensure …
Browse files Browse the repository at this point in the history
…removal works as expected
  • Loading branch information
manicminer committed Oct 26, 2023
1 parent 9d82cd9 commit 3114125
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@ func TestAccConditionalAccessPolicy_guestsOrExternalUsers(t *testing.T) {
),
},
data.ImportStep(),
{
Config: r.complete(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.ImportStep(),
{
Config: r.guestsOrExternalUsersAllServiceProvidersExcluded(data),
Check: acceptance.ComposeTestCheckFunc(
Expand Down

0 comments on commit 3114125

Please sign in to comment.