Irwin Strachan

Results 7 comments of Irwin Strachan

Holy crap that was quick! I'll try it out tomorrow 🙃👊🏾

I was just looking through your PScribo HTML code. OutMD.ps1 & OutMD.Internal.ps1 is a start... 😀

[Markdown cheets](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf) For a quick reference! 😉

@iainbrighton Thanks for the tip! Isee what you mean!

@Stephanevg It's a lil more complicatedthan that... 😁 I've been going through the structure (Gotta love vscode for this). The about_Pluginshelp.txt is a good start. The Matrixs tells you which...

Same... I can't seem to figure out how to properly format an array... ```PowerShell param( [Parameter(Mandatory)] [string] $KeyVaultName, [Parameter()] [ValidateSet('WestEurope', 'NorthEurope', 'WestUs2')] [string] $Location = 'WestEurope' ) $azADGroup = Get-AzADGroup...

@Ba4bes Gave me an idea to try... ```JSON { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "keyVault": { "value": { "name": "platform-kv-01", "sku": { "family": "A", "name": "standard" }, "accessPolicies": [...