Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for vRA 7.2/7.3? #145

Closed
jturver1 opened this issue Aug 22, 2017 · 6 comments
Closed

Support for vRA 7.2/7.3? #145

jturver1 opened this issue Aug 22, 2017 · 6 comments
Assignees
Milestone

Comments

@jturver1
Copy link

Steps to reproduce

No support with vRA 7.2 or 7.3?

Expected behavior

Are there any updates on the way that will provide support for vRA 7.2 / 7.3?

Actual behavior

Environment data

> $PSVersionTable

> $vRAConnection
@chelnak
Copy link
Contributor

chelnak commented Aug 22, 2017

Hey @jturver1 ,

PowervRA should support 7.2.

As for 7.3 no formal tests have been done at the moment. However I would imagine the majority of the existing functionality works.

Is there anything you are looking for in particular or have you found something that is not functioning as expected?

Thanks

@skunkie
Copy link
Contributor

skunkie commented Sep 27, 2017

In 7.3 I found that the name for reservation type is changed from 'vSphere' to 'vSphere (vCenter)', so I made this change in New-vRAReservation.ps1 to make it work:

@@ -333,7 +333,7 @@
 
                     switch ($PSBoundParameters.Type) {
 
-                        'vSphere' {
+                        'vSphere (vCenter)' {
                             
                             # ---
                             # --- Alert Policy

@jonathanmedd
Copy link
Contributor

@skunkie Thanks for reporting the problem. Have created an issue for it here: #149

@jonathanmedd jonathanmedd added this to the v2.2.2 milestone Nov 30, 2017
@jonathanmedd
Copy link
Contributor

For info, have resolved the issue #149 mentioned above. Will target release v2.2.2 for full testing of vRA 7.2 and 7.3

@jonathanmedd jonathanmedd self-assigned this Nov 30, 2017
@jonathanmedd jonathanmedd modified the milestones: v2.2.2, 3.0.1, 3.0.0, v3.0.1, v3.1.0 Dec 8, 2017
@jonathanmedd
Copy link
Contributor

Have tested vRA 7.2 - all good. 7.3 tests to follow.

@jonathanmedd
Copy link
Contributor

Have tested vRA 7.3 - all good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants