HewlettPackard / POSH-HPEOneView

PowerShell language bindings library for HPE OneView.
http://hewlettpackard.github.io/POSH-HPEOneView/
125 stars 52 forks source link

New-OVDataCenter #625

Open phsimons opened 1 year ago

phsimons commented 1 year ago

Appliance : 8.00.00-0470555 LibraryVersion: 8.0.3334.2865

When creating a Datacenter New-OVDataCenter -Name "Datacenter" -Width 38000 -Depth 10300 -Millimeters -PowerCosts 1 PowerCosts is mandatory where as on the WebGui it's showed as optional.

in the WebGui it seems to be Currency that is mandatory, whereas it's showed as optional.

ChrisLynchHPE commented 1 year ago

Currency is optional. Only Name and dimensions are required to provide in the WebUI. -PowerCost parameter will be changed to optional in the Cmdlet though.

phsimons commented 1 year ago

If you try to create a DataCenter with the WebGui ... it complains something is missing image Cooling multiplier is suppose to be optional, but is not Datacenter is created image

ChrisLynchHPE commented 1 year ago

That is a bug in OneView, not the library. As I am also the HPE OneView PM, I will bring this back to R&D to review.

phsimons commented 1 year ago

Thanks

ChrisLynchHPE commented 1 year ago

This issue is resolved in both the 7.20 and 8.00 libraries:

I will be posting updates to the 6.60, 7.00 and 7.10 libraries later in the week.