Skip to content

Commit

Permalink
azuread_application: basicFromTemplate more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jun 10, 2024
1 parent 9ccbe48 commit bca227c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/services/applications/application_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,16 @@ resource "azuread_application" "test" {
value = "user_impersonation"
}
}
app_role {
allowed_member_types = [
"User",
]
description = "msiam_access"
display_name = "msiam_access"
enabled = true
id = "dfd0e7dd-26fb-4b2c-98d2-e444486c1e37"
}
}
`, data.RandomInteger, testApplicationTemplateId, data.UUID())
}
Expand Down

0 comments on commit bca227c

Please sign in to comment.