Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 18, 2024
1 parent 003cff5 commit 7999032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ function Set-TargetResource
$AccessTokens
)

Write-Verbose -Message "Start Set-TargetResource"
#Ensure the proper dependencies are installed in the current environment.
Confirm-M365DSCDependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class MSFT_SCInsiderRiskEntityListDomain
[ClassVersion("1.0.0")]
class MSFT_SCInsiderRiskEntityListSite
{
[Required, Description("Url of the site.")] String Url;
[Write, Description("Name of the site.")] String Name;
[Write, Description("Unique identifier of the site.")] String Guid;
[Required, Description("Url of the site.")] String SiteUrl;
[Write, Description("Name of the site.")] String SiteName;
[Write, Description("Unique identifier of the site.")] String SiteGuid;
};
[ClassVersion("1.0.0.0"), FriendlyName("SCInsiderRiskEntityList")]
class MSFT_SCInsiderRiskEntityList : OMI_BaseResource
Expand Down

0 comments on commit 7999032

Please sign in to comment.