You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current the value for RenameDefaultFirstSiteName is always returned as an empty string. That does not match the type in the schema.mof. This should return the value of the parameter RenameDefaultFirstSiteName (which defaults to $false).
The text was updated successfully, but these errors were encountered:
johlju
added
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
Sep 15, 2019
…ion tests (#501)
- Changes to ADReplicationSite
- Added 'Description' attribute parameter (issue #500).
- Added Integration testing (issue #355).
- Correct value returned for RenameDefaultFirstSiteName (issue #502).
johlju
removed
in progress
The issue is being actively worked on by someone.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
labels
Sep 20, 2019
Current the value for
RenameDefaultFirstSiteName
is always returned as an empty string. That does not match the type in the schema.mof. This should return the value of the parameterRenameDefaultFirstSiteName
(which defaults to$false
).https://github.com/PowerShell/ActiveDirectoryDsc/blob/ae42a2cb0eecb4b5f4f2abcb74edd5de58bb20a6/DSCResources/MSFT_ADReplicationSite/MSFT_ADReplicationSite.psm1#L38
The text was updated successfully, but these errors were encountered: