universal-docs icon indicating copy to clipboard operation
universal-docs copied to clipboard

Documentation for PowerShell Universal

Results 25 universal-docs issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/45468998/187811031-c18ae732-c26d-4c09-9071-cd76e0a7db19.png) Out-UDTableColumn is listed under the API, but the linked command goes here; to [Out-UDTableData](https://github.com/ironmansoftware/universal-docs/blob/master/cmdlets/Out-UDTableData.txt)

Re: https://github.com/ironmansoftware/universal-docs/blob/master/config/hosting/azure.md#manually-creating-a-web-app It appears that .NET 5 is no longer a thing in Azure App Services. I tested it on two tenants -- both have only 6, 7, Core 3.1,...

At https://docs.powershelluniversal.com/userinterfaces/dashboards/building-dashboards#components there is a link which references itself. ![image](https://user-images.githubusercontent.com/537287/156953226-e5d4ab0c-9385-418e-86be-cbb84ab29615.png)

The documentation states [here](https://docs.powershelluniversal.com/userinterfaces/pages/line-chart) that > PSCustomObjects, objects or hashtables [...] in order to display a chart [...] Consider specifying if an array of these objects must always be passed...

It would be nice if the documentation would support dark/light theme as well! At night, when I open the help link via the admin console I always briefly see stars...

Corrected example on obtaining the password.

Can cause some issues trying to validate. for instance...this won't work: if($eventdata -eq ''){ New-UDValidationResult -ValidationError "Can't be blank" }

https://docs.powershelluniversal.com/userinterfaces/components/dynamic-regions#arguments-list ArgumentList is now available in Sync-UDElement from Issue: https://github.com/ironmansoftware/issues/issues/1815 The argumentlist section has a note that says that the arguments are static and don't update. Not true anymore.

# PSScriptAnalyzerSettings.psd1 @{ ExcludeRules=@('PSAvoidUsingWriteHost') }

I have seen a lot of questions on the forum that boil down to folks having a hard time telling what they should use for certain parameters on different elements....