jondwaite / CIVMDisks

PowerShell cmdlets to manage disks attached to Virtual Machines in VMware Cloud Director
MIT License
4 stars 3 forks source link

make it work with newer VCD API that uses Bearer tokens #6

Open PietHugen opened 4 months ago

PietHugen commented 4 months ago

Newer versions of vCloud Director use Bearer tokens This change makes it possible to deal with that while retaining the old mechanism where needed.

Also fixes an issue where comma's are returned for the API version for some localisation settings

Fixes jondwaite/CIVMDisks#5 Fixes jondwaite/CIVMDisks#4

orb71 commented 1 month ago

Thanks for those fixes !