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 8, 2024
1 parent c91f1d3 commit 8fe24bb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,16 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADLifecycleWorkflowSettings 'AADLifecycleWorkflowSettings'
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
IsSingleInstance = "Yes";
SenderDomain = "microsoft.com";
TenantId = $TenantId;
UseCompanyBranding = $True;
WorkflowScheduleIntervalInHours = 10;
}
AADNamedLocationPolicy 'CompanyNetwork'
{
DisplayName = "Company Network"
Expand Down

0 comments on commit 8fe24bb

Please sign in to comment.