The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.
- OfficeOnlineServerDsc
- Imports DscResource.Common module
- OfficeOnlineServerDsc
- Updated to latest pipeline files
- Update the README so that it says that this module should also support to configure Office Online Server.
- All resources
- Get-LocalizedData from DscResource.Common is now used
- OfficeOnlineServerDsc
- Implemented the new DSC Community CD/CI system
- Optin to the following Dsc Resource metatests:
- Common Tests - Validate Module Files
- Common Tests - Validate Script Files
- Common Tests - Relative Path Length
- Common Tests - Validate Markdown Links
- OfficeOnlineServerFarm
- Added logic to make sure this resource does not interfere with a patch installation after a reboot
- OfficeOnlineServerInstall
- Added check for CDROM to prevent issues with block file check
- OfficeOnlineServerInstallLanguagePack
- Added Contextual Help information
- Added check for CDROM to prevent issues with block file check
- OfficeOnlineServerMachine
- Added logic to make sure this resource does not interfere with a patch installation after a reboot
- OfficeOnlineServerProductUpdate
- New resource
- OfficeOnlineServerInstall
- Updated error code checks to force reboot
- OfficeOnlineServerMachine
- Removed check for MachineToJoin. The resource only needs to check for farm join, especially with the new ProductUpdate resource.
- OfficeOnlineServerInstall
- Updated resource to make sure the Windows Environment variables are loaded into the PowerShell session;
- Updated error code checks to force reboot;
- OfficeOnlineServerMachine
- Updated resource to make sure the Windows Environment variables are loaded into the PowerShell session;
- Created LICENSE file to match the Microsoft Open Source Team standard.
- Fixes Issue #35
- Changes to OfficeOnlineServerDsc
- Added pull request template and issue templates.
- OfficeOnlineServerInstall
- Added check to test if the setup file is blocked or not;
- Added ability to install from a UNC path, by adding server to IE Local Intranet Zone. This will prevent an endless wait caused by security warning;
- OfficeOnlineServerInstallLanguagePack
- Added check to test if the setup file is blocked or not;
- Added ability to install from a UNC path, by adding server to IE Local Intranet Zone. This will prevent an endless wait caused by security warning;
- Added fix for Multiple Language Pack Installs
- Added support for Language Packs installation;
- Added documentation to the module to finalise for release;
- Renamed resources to shorten names before release;
- 'OfficeOnlineServerWebAppsFarm' becomes 'OfficeOnlineServerFarm';
- 'OfficeOnlineServerWebAppsMachine' becomes 'OfficeOnlineServerMachine';
- Fixed a bug that caused OfficeOnlineServerMachine to fail a test when; the machine to join was specified using a fully qualified domain name (FQDN);
- First release of OfficeOnlineServerDsc;