From 38992dabe264e910b49fe8b9e7d2a57bac720143 Mon Sep 17 00:00:00 2001 From: Rudi Martinsen Date: Thu, 25 Apr 2019 12:03:54 +0200 Subject: [PATCH] Adding support for queries, closes #9 --- GlobalDashboardPS/GlobalDashboardPS.psd1 | Bin 9684 -> 9684 bytes changelog.md | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/GlobalDashboardPS/GlobalDashboardPS.psd1 b/GlobalDashboardPS/GlobalDashboardPS.psd1 index 1a5f16d30a0eec4c0b8a91a86fda61ad52c4892e..f5a613bcb7b2ac089b977ab4919d2119a4b3e799 100644 GIT binary patch delta 14 VcmccOeZ_l23=^Z}=2)h3WdJTQ1v3Bu delta 14 VcmccOeZ_l23=^Zp=2)h3WdJTK1u_5t diff --git a/changelog.md b/changelog.md index d2de39c..2eec6e4 100644 --- a/changelog.md +++ b/changelog.md @@ -20,9 +20,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Function for listing the configuration of the network interfaces - Function for configuring a network interface - Support paging (#8) -- Support queries (#9) - Scriptanalyzer test +## [version 0.9.0] - 2019-04-25 + +### Added + +- Support queries (#9) + +### Changed / Breaking + +- Changed Entity parameter to Id for all functions (added Entity as alias) + +### Fixed + +- Reworked output to fix issue with outputting a single object (#10) +- Fixed missing query for state on Get-OVGDServerHardware + ## [version 0.8.0] - 2019-04-24 ### Added