Skip to content

Commit

Permalink
azuread_conditional_access_policy: add test comment with usage inform…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
manicminer committed Jul 13, 2023
1 parent d5d5e5a commit e2abc8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ func TestAccConditionalAccessPolicy_clientApplications(t *testing.T) {
// - conditional access policies applies either to users/groups or to client applications (workload identities)
// - conditional access policies using client applications requires special licensing (Microsoft Entra Workload Identities)

// Due to eventual consistency issues making it difficult to create a service principal on demand for inclusion in this
// test policy, the config for this test requires a pre-existing service principal named "Terraform Acceptance Tests (Single Tenant)"
// which should be linked to a single tenant application in the same tenant.

data := acceptance.BuildTestData(t, "azuread_conditional_access_policy", "test")
r := ConditionalAccessPolicyResource{}

Expand Down

0 comments on commit e2abc8c

Please sign in to comment.