Skip to content

Commit

Permalink
Update Function Module notes
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Apr 19, 2020
1 parent 855e7e7 commit 7605fa9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@ function Set-TargetResource
Name | Module
------------------------------|--------------------------
Test-ADReplicationSite | ActiveDirectoryDsc.Common
New-InvalidOperationException | ActiveDirectoryDsc.Common
New-ObjectNotFoundException | ActiveDirectoryDsc.Common
Test-Members | ActiveDirectoryDsc.Common
New-InvalidOperationException | DscResource.Common
New-ObjectNotFoundException | DscResource.Common
#>
function Test-TargetResource
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ function Test-TargetResource
Name | Module
------------------------------|--------------------------
Assert-Module | DscResource.Common
New-InvalidOperationException | DscResource.Common
Get-ADRootDSE | ActiveDirectory
New-InvalidOperationException | ActiveDirectoryDsc.Common
Set-ADForest | ActiveDirectory
Set-ODObject | ActiveDirectory
#>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ $script:errorCodeKdsRootKeyNotFound = -2146893811
Get-ADObject | ActiveDirectory
Get-ADServiceAccount | ActiveDirectory
Assert-Module | DscResource.Common
New-InvalidOperationException | DscResource.Common
Get-ADCommonParameters | ActiveDirectoryDsc.Common
Get-ADObjectParentDN | ActiveDirectoryDsc.Common
New-InvalidOperationException | ActiveDirectoryDsc.Common
#>
function Get-TargetResource
{
Expand Down Expand Up @@ -430,7 +430,7 @@ function Test-TargetResource
Compare-ResourcePropertyState | ActiveDirectoryDsc.Common
Get-ADCommonParameters | ActiveDirectoryDsc.Common
Get-DomainName | ActiveDirectoryDsc.Common
New-InvalidOperationException | ActiveDirectoryDsc.Common
New-InvalidOperationException | DscResource.Common
#>

function Set-TargetResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $script:localizedData = Get-LocalizedData -DefaultUICulture 'en-US'
------------------------------|--------------------------
Get-ADOrganizationalUnit | ActiveDirectory
Assert-Module | DscResource.Common
New-InvalidOperationException | ActiveDirectoryDsc.Common
New-InvalidOperationException | DscResource.Common
#>
function Get-TargetResource
{
Expand Down Expand Up @@ -250,7 +250,7 @@ function Test-TargetResource
New-ADOrganizationalUnit | ActiveDirectory
Set-ADOrganizationalUnit | ActiveDirectory
Remove-ADOrganizationalUnit | ActiveDirectory
New-InvalidOperationException | ActiveDirectoryDsc.Common
New-InvalidOperationException | DscResource.Common
Restore-ADCommonObject | ActiveDirectoryDsc.Common
New-ObjectNotFoundException | ActiveDirectoryDsc.Common
#>
Expand Down

0 comments on commit 7605fa9

Please sign in to comment.