-
Notifications
You must be signed in to change notification settings - Fork 1.7k
(GH-8796) Clarify force parameter for ConvertTo-SecureString in 7+ #8797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(GH-8796) Clarify force parameter for ConvertTo-SecureString in 7+ #8797
Conversation
|
Docs Build status updates of commit 057894b: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
reference/7.0/Microsoft.PowerShell.Security/ConvertTo-SecureString.md
Outdated
Show resolved
Hide resolved
This commit clarifies the force parameter in PowerShell 7+, where it is no longer required but remains good practice to ensure backwards compatibility with older versions.
057894b to
9efe4a1
Compare
|
Docs Build status updates of commit 9efe4a1: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
reference/7.0/Microsoft.PowerShell.Security/ConvertTo-SecureString.md
Outdated
Show resolved
Hide resolved
sdwheeler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edit
reference/7.1/Microsoft.PowerShell.Security/ConvertTo-SecureString.md
Outdated
Show resolved
Hide resolved
reference/7.2/Microsoft.PowerShell.Security/ConvertTo-SecureString.md
Outdated
Show resolved
Hide resolved
reference/7.3/Microsoft.PowerShell.Security/ConvertTo-SecureString.md
Outdated
Show resolved
Hide resolved
|
Docs Build status updates of commit f945a65: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
PR Summary
This PR clarifies the force parameter in PowerShell 7+, where it is no longer required but remains good practice to ensure backwards compatibility with older versions.
-AsPlainTextdoesn't always require-Force#8796PR Context
Check the boxes below to indicate the content affected by this PR.
Repository or docset configuration
Conceptual documentation
Cmdlet reference & about_ topics
When changing cmdlet reference or about_ topics, the changes should be copied to all
relevant versions. Check the boxes below to indicate the versions affected by this change.
PR Checklist
please add the prefix
WIP:or[WIP]to the beginning of the title and remove the prefix whenthe PR is ready.