Skip to content
Draft
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