Skip to content

Commit

Permalink
Merge pull request #4888 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
NikCharlebois committed Jul 15, 2024
2 parents fef7da5 + 963006e commit ddef881
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Configuration Example
GroupTypes = @("Unified")
MailNickname = "MyGroup"
Visibility = "Private"
Owners = @("admin@$TenantId", "AdeleV@$TenantId")
Ensure = "Present"
ApplicationId = $ApplicationId
TenantId = $TenantId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ Configuration Example

node localhost
{
AADGroup 'DependantGroup'
{
DisplayName = "MyGroup"
Description = "Microsoft DSC Group"
SecurityEnabled = $True
MailEnabled = $True
GroupTypes = @("Unified")
MailNickname = "MyGroup"
Visibility = "Private"
Owners = @("admin@$TenantId", "AdeleV@$TenantId")
Ensure = "Present"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADEntitlementManagementAccessPackageCatalogResource 'myAccessPackageCatalogResource'
{
ApplicationId = $ApplicationId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ Configuration Example

node localhost
{
AADGroup 'DependantGroup'
{
DisplayName = "MyGroup"
Description = "Microsoft DSC Group"
SecurityEnabled = $True
MailEnabled = $True
GroupTypes = @("Unified")
MailNickname = "MyGroup"
Visibility = "Private"
Owners = @("admin@$TenantId", "AdeleV@$TenantId")
Ensure = "Absent"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADEntitlementManagementAccessPackageCatalogResource 'myAccessPackageCatalogResource'
{
DisplayName = 'DSCGroup'
Expand Down

0 comments on commit ddef881

Please sign in to comment.