Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveDirectoryDsc: Proof of Concept - Running local integration tests #592

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

### Added

- ActiveDirectoryDsc
- Documentation and steps to setup a lab in Hyper-V to be able to run
the integration tests.
- ADManagedServiceAccount
- Added support for setting a common name to a Managed Service Account for a longer more friendly name than
the SAM account name which has a 15 character limit.
Expand Down
5 changes: 5 additions & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@

# Prerequisites modules needed for examples or integration tests
xFailoverCluster = '1.14.1'

# Modules required to run integration tests in local lab environment.
PSDscResources = '2.12.0.0'
NetworkingDsc = '7.4.0.0'
ComputerManagementDsc = '8.1.0'
}
Loading