PowerShell Universal - 5.4.4

PowerShell Universal - 5.4.4

Release Notes

Bug Fixes

Automation

  • Fixed an issue running jobs as Group Managed Service Accounts (#4548)

APIs

  • Fixed an issue updating endpoints with nested paths from outside the admin console

Security

  • Fixed an issue saving roles (#4574)
  • Disabled Pushed Authorization Requests for OpenID Connect (#4586)

Platform

  • Fixed an issue with Microsoft.Graph, Az.Accounts, and MicrosoftTeams modules (#4581)

Downloads

New-UDTreeView

 MUI: The TreeView component was moved from `@mui/lab` to `@mui/x-tree-view`.

You should use `import { TreeView } from '@mui/x-tree-view'`
or `import { TreeView } from '@mui/x-tree-view/TreeView'`

More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.

@adam did this release have the fix with handling error steams?

Invoke-PSUScript suppresses error output and stack trace in PSU 4.5.3 dashboard · Issue #4563 · ironmansoftware/powershell-universal

@PontusA - I can reproduce this tree view issue. Unclear how this broke in this version as it was not changed. That said, 5.5.0 does use the new package it suggests in the error. I’ll see if we can continue to use the lab package for 5.4, and if so, release a 5.4.5 with that fix.

@mikedhanson - No. This was fixed in 5.5.0 and will be included there.

1 Like

@adam you are really trying to get me to upgrade to v5 aren’t ya.

@mikedhanson - It was also fixed in 4.5.4, but that hasn’t been released yet. These release notes are for v5 so I figured that’s why you were asking.

1 Like

Yeah strange, maybe React pulled the plug on the old library at the same time somehow?

If there is a way I can patch this myself thats OK also. I tried a far fetch solution with invoke-udjavascript in the header with the import haha, sadly didnt work

Deleted post since this has been resolved.