-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description #28394
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Thank you for your contribution @Ramlah7! We will review the pull request and get back to you soon. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@microsoft-github-policy-service agree |
Hi @Ramlah7 The help markdown was not updated, please update them following instruction: https://github.com/Ramlah7/azure-powershell/blob/fix-networkaccesspolicy-typo/documentation/development-docs/help-generation.md |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
Description
Fixed a typo in the
NewAzureRmDiskUpdateConfigCommand.cs
parameter description forNew-AzDiskUpdateConfig
whereDeyAll
was written instead ofDenyAll
.Updated the source comment so the generated documentation will be correct in future builds.
Closes #28210
Mandatory Checklist
Please choose the target release of Azure PowerShell.
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelyChangeLog.md
update required for this documentation typo fix.