Upgraded from 2.7.0 to 2.9.0. Existing dashboard in now returning the error shown below.
It appears to not be handling the New-UDImageCarousel control correctly or I missing the need syntax change.
2.9.0 New-UDImageCarousel -Height 190 -Width 340 …
2.9.0 New-UDImageCarousel -Height “190” -Width “340” …
2.7.0 New-UDImageCarousel -Height “190px” -Width “340px” …
New-UDPage : Exception calling “Invoke” with “0” argument(s): “A parameter cannot be found that matches parameter name ‘Width’.”
At C:\bin\ps\Ubetcha\Ubetcha.ps1:1964 char:13
- $PickGame = New-UDPage -Name “Game Selection” -Icon gamepad -Content …
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : SyntaxError: (UniversalDashboard.Models.Page:Page) [New-UDPage], CmdletInvocationException
- FullyQualifiedErrorId : UniversalDashboard.Cmdlets.NewPageCommand