Skip to content

Commit

Permalink
Merge pull request #4884 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Updated Create AAD Tests
  • Loading branch information
NikCharlebois committed Jul 15, 2024
2 parents 27e7a2d + e65986a commit 6f3ba91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Configuration Example
ApplicationId = $ApplicationId;
CatalogId = "My Catalog";
CertificateThumbprint = $CertificateThumbprint;
DisplayName = "Integration Package Resource";
DisplayName = "DSCGroup";
OriginSystem = "AADGroup";
OriginId = '849b3661-61a8-44a8-92e7-fcc91d296235'
Ensure = "Present";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Configuration Example
ApplicationId = $ApplicationId;
CatalogId = "My Catalog";
CertificateThumbprint = $CertificateThumbprint;
DisplayName = "Integration Package Resource";
DisplayName = "DSCGroup";
OriginSystem = "AADGroup";
OriginId = '849b3661-61a8-44a8-92e7-fcc91d296235'
Ensure = "Present";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Configuration Example
{
AADEntitlementManagementAccessPackageCatalogResource 'myAccessPackageCatalogResource'
{
DisplayName = 'Integration Package Resource'
DisplayName = 'DSCGroup'
Ensure = 'Absent'
ApplicationId = $ApplicationId
TenantId = $TenantId
Expand Down

0 comments on commit 6f3ba91

Please sign in to comment.