Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmedd committed Feb 22, 2018
1 parent d2c7402 commit ee5397c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 3 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Features
* Feature - New function Remove-vRAReservationStorage (#157) (@skunkie)
* Feature - New function Get-vRARequestDetail (#167) (@otabut)
* Feature - Listed as PS Core compatible module in PS Gallery
* Feature - Supported on vRA 7.2 and 7.3
* Feature - Get-vRAResource enhancements (#171) (@BlackCatDeployment)

## Fixes
* Fixed #168 - Get-vRATenantDirectory does not support multiple directories in the API response
* Fixed #173 - Consider using Module Tags in addition to PSEditions
* Fixed #175 - Use ConvertTo-Json in Connect-vRAServer (@mponton)
12 changes: 10 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 3.1.1
## Features
* Feature - Get-vRAResource enhancements (#171) (@BlackCatDeployment)

## Fixes
* Fixed #173 - Consider using Module Tags in addition to PSEditions
* Fixed #175 - Use ConvertTo-Json in Connect-vRAServer (@mponton)

# Version 3.1.0
## Features
* Feature - New function Remove-vRAReservationStorage (#157) (@skunkie)
Expand Down Expand Up @@ -83,8 +91,8 @@
* Module restructured to use ps1 files for functions instead of psm1 files
* Private functions are now actually private
* Public functions restructured in to endpoint folders
* Removed depricated functions: Export-vRAContentPackage, Get-vRAContentPackage, Import-vRAContentPackage, Remove-vRAContentPackage,
Test-vRAContentPackage, Get-vRAConsumerCatalogItem, Get-vRAConsumerCatalogItemRequestTemplate, Get-vRAConsumerEntitledCatalogItem,
* Removed depricated functions: Export-vRAContentPackage, Get-vRAContentPackage, Import-vRAContentPackage, Remove-vRAContentPackage,
Test-vRAContentPackage, Get-vRAConsumerCatalogItem, Get-vRAConsumerCatalogItemRequestTemplate, Get-vRAConsumerEntitledCatalogItem,
Get-vRAConsumerRequest, Get-vRAConsumerResource, Get-vRAConsumerResourceOperation, Get-vRAConsumerResourceType, Get-vRAConsumerService
Request-vRAConsumerCatalogItem
* Updated README.md to include more information regarting Core Support
Expand Down

0 comments on commit ee5397c

Please sign in to comment.