Skip to content

Commit

Permalink
Updated {Update} AAD Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 18, 2024
1 parent c14e036 commit f409a88
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
$Domain = $TenantId
Node Localhost
{
AADAccessReviewDefinition 'AADAccessReviewDefinition-Example'
{
DescriptionForAdmins = "description for admins";
DescriptionForReviewers = "description for reviewers";
DisplayName = "Test Access Review Definition";
Ensure = "Absent";
Id = "613854e6-c458-4a2c-83fc-e0f4b8b17d60";
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADAdministrativeUnit 'TestUnit'
{
DisplayName = 'Test-Unit'
Expand Down

0 comments on commit f409a88

Please sign in to comment.