- Fixes DateTime related issues
- Improves DateTime conversion
- Updates overall
- Change of certificate which may require
Install-Module PSWinDocumentation.O365HealthService -Force -Vebose -SkipPublisherCheck
- Brings back StartDate and EndDate for issues
- Fixes cross-platform timezone issue #10 - this time for real
- Fixes cross-platform timezone issue #10
- Microsoft disabled the Health Service API. Migrated code to Graph API.
- There are breaking changes on the output (aka a bit differently formatted information), less types, different columns, etc.
- Check examples for more information.
- Permission requirements changed
- Enforces TLS 1.2 as it may be problematic otherwise. Hopefully doesn't break anything
- Added parameter
TlsDefault
toGet-Office365Health -TlsDefault
as a way to circumvent that new feature, just in case. Subject to removal later on
- Added parameter
- Optimized module removing depedencies (PSSharedGoods) on release
- It's still used during development
- Fix for mispelled extended word (sorry again..)
- Fix for mispelled extended word (sorry)
- Fix for date changes that Microsoft introduced
- First public release