The release notes in the PowerShell Module manifest cannot exceed 10000 characters. Due to a bug in the CI deploy pipeline this is not handled. This file is to temporary move the older change log history to keep the change log short.
- 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;