vmware/powershell-module-for-vmware-cloud-foundation

Release 1.2.2 Set-VCFCredential header

McGreggor opened this issue · 5 comments

Hi,

Spotted missing two lines to add in the privileged username/password to the API header in Set-VCFcredential function:
line: 1440
$headers.Add("privileged-username", "$privilegedUsername")
$headers.Add("privileged-password", "$privilegedPassword")

I did try to create a pull request to contribute this time but messed up somewhere :/

bump!

Hey, Sorry this one was missed. I created release-1.2.3 branch and added the change. i dont have a 3.9 environment to test it so can you please test and let us know and i will mark it as the active branch for 3.x.

Thanks!

No worries, 1.2.3 tested in our environment and works great. Thanks for the fix.

Issue fixed and included in 1.2.3 release https://www.powershellgallery.com/packages/PowerVCF/1.2.3

'I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.'