Skip to content

Commit

Permalink
Adding support for queries, closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
rumart committed Apr 25, 2019
1 parent 69af107 commit 38992da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Binary file modified GlobalDashboardPS/GlobalDashboardPS.psd1
Binary file not shown.
16 changes: 15 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38992da

Please sign in to comment.