-
Notifications
You must be signed in to change notification settings - Fork 45
vCenter $Object.Name does not exist #116
Comments
Console output Before: Console output after change: Same problem with the XML that is created, which I parse for XesterUI. |
I'm happy to submit a PR, but might want to wait until #114 is completed. |
This will be fixed in #129, once merged. We talked about this briefly in chat, and @jpsider pointed out that it's not working because Personally, I would like to solve this by still referencing |
#129 has merged into |
This does not prevent tests from running, its simply a reporting bug.
It could be resolved by replacing '$cfg.vcenter.vc' with '$global:DefaultVIServer' in 'VesterTemplate.Tests.ps1' where the '$InventoryList' is created.
Would this cause problems for the future if you allow multiple vcenter connections?
The text was updated successfully, but these errors were encountered: