Skip to content

Commit

Permalink
Adding support for PSCredential and function for listing Resource Alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
rumart committed Apr 24, 2019
1 parent ced3485 commit 40856d4
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 4 deletions.
56 changes: 56 additions & 0 deletions GlobalDashboardPS/GlobalDashboardPS.Format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,62 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Default</Name>
<ViewSelectedBy>
<TypeName>GlobalDashboardPS.OVGDResourceAlerts</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Resource</Label>
<Width>20</Width>
<Alignment>left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>ResourceType</Label>
<Width>20</Width>
<Alignment>left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Created</Label>
<Width>25</Width>
<Alignment>left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>ApplianceName</Label>
<Width>15</Width>
<Alignment>left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>AlertState</Label>
<Width>10</Width>
<Alignment>left</Alignment>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>AssociatedResourceName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>physicalResourceType</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Created</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ApplianceName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>AlertState</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Default</Name>
<ViewSelectedBy>
Expand Down
Binary file modified GlobalDashboardPS/GlobalDashboardPS.psd1
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For now the following functions are available:
- Get-OVGDGroup
- New-OVGDGroup
- Remove-OVGDGroup
- Get-OVGDResourceAlerts
- Get-OVGDGroupMember
- Get-OVGDServerHardware
- Get-OVGDServerProfile
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.{build}
version: 0.6.{build}
build: off
skip_non_tags: true

Expand Down
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Function for changing the name and/or the parent of a group
- Function for listing Storage pools
- Function for listing Storage volumes
- Function for listing Tasks
- Function for listing Tasks (#3)
- Function for listing SAN Managers
- Function for listing Resource Alerts
- Function for listing Managed SANs
- Function for returning the sso url of an appliance
- Function for returning the sso url of a server hardware
Expand All @@ -27,9 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Function for configuring a network interface
- Support paging
- Support queries
- Support PSCredential
- Scriptanalyzer test

## [version 0.6.0] - 2019-04-24

### Added

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

## [version 0.5.0] - 2019-04-23

### Changed
Expand Down

0 comments on commit 40856d4

Please sign in to comment.