Skip to content

Conversation

God-damnit-all
Copy link
Contributor

This is just a minor PR for fixing a couple of typos in the documentation.

Rules = @{
-    AvoidUsingPositionalParameters = @{
+    PSAvoidUsingPositionalParameters = @{
        CommandAllowList = 'az', 'Join-Path'
        Enable           = $true
    }
}
- #### AvoidUsingPositionalParameters: string[] (Default value is 'az')
+ #### CommandAllowList: string[] (Default value is 'az')

@bergmeister bergmeister requested a review from sdwheeler August 18, 2023 15:46
Copy link
Collaborator

@bergmeister bergmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catch. @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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants