| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks, good catch. Sean Wheeler (@sdwheeler) It would be great to sync those fixes to the Docs repo since they apply to already published version of PSSA, I created this PR here: bergmeister/PowerShell-Docs-Modules#2
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is just a minor PR for fixing a couple of typos in the documentation.
Rules = @{ - AvoidUsingPositionalParameters = @{ + PSAvoidUsingPositionalParameters = @{ CommandAllowList = 'az', 'Join-Path' Enable = $true } }