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')
};
Custom Label with multiple styles in TextField of Fluent UI
First impressions after using the new SPFX 1.22.2 with Heft
Changing the Runtime Environment for an Azure App Service