Skip to content

Releases: HewlettPackard/GlobalDashboardPS

v0.9.1

14 Aug 06:51
Compare
Choose a tag to compare

[version 0.9.1] - 2019-08-14

Changed

  • Changed Get-OVGDResourceAlert so it supports queries for ServiceEvents

v0.9.0

25 Apr 10:09
Compare
Choose a tag to compare

[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

v0.8.0

24 Apr 15:24
Compare
Choose a tag to compare

[version 0.8.0] - 2019-04-24

Added

  • Function for listing Storage pools (#4)
  • Function for listing Storage volumes (#5)
  • Function for listing SAN Managers (#6)
  • Function for listing Managed SANs (#7)

Changed

  • Minor change to help text (server parameter) on most functions

v0.7.0

24 Apr 11:51
Compare
Choose a tag to compare

[version 0.7.0] - 2019-04-24

Added

  • Function for listing Tasks (#3)

Changed / Breaking

  • Renamed Resource Alerts function

v0.6.0

24 Apr 07:18
Compare
Choose a tag to compare

[version 0.6.0] - 2019-04-24

Added

  • Support PSCredential (#1)
  • Function for listing Resource Alerts (#2)

v0.5.0

23 Apr 14:55
Compare
Choose a tag to compare

Finally fixed the output format so we no longer output the raw result from the REST query

[version 0.5.0] - 2019-04-23

Changed

  • Output format

v0.4.6

23 Apr 13:10
Compare
Choose a tag to compare

[version 0.4.6] - 2019-04-23

Changed

  • Validating method variable in the Invoke-OVGDRequest function