Create and fill hash of arrays in Powershell
You can initialize and fill multidimension hashes (arrays) in powershell this way:
$orderIds = New-Object System.Collections.ArrayList
$orderIds = @{
ids = @(1,2,3,4,5);
deps = @('one', 'two', 'three', 'four', 'five')
};
Net 10.0 is not available for Azure Functions. How to fix
Custom Label with multiple styles in TextField of Fluent UI
First impressions after using the new SPFX 1.22.2 with Heft