-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28068
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
Spelling Fixes #28068
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
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.
Pull Request Overview
This PR corrects various typos in comments, display strings, and documentation across the codebase without changing any program logic.
- Fixed misspellings in resource strings, exception messages, help texts, comments, and changelog entries
- Updated PowerShell test scripts and environment setup comments for accurate spelling
- Corrected typos in NGINX cmdlet examples and docs
Reviewed Changes
Copilot reviewed 24 out of 27 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/PolicyInsights/PolicyInsights/Properties/Resources.resx | Corrected “attestion” to “attestation” in error messages |
src/PolicyInsights/PolicyInsights/Cmdlets/Remediation/StopAzureRmPolicyRemediation.cs | Fixed comment “cancelation” → “cancellation” |
src/PolicyInsights/PolicyInsights.Test/ScenarioTests/PolicyStateTests.ps1 | Fixed “recude” → “reduce” in comments |
src/PolicyInsights/PolicyInsights.Test/ScenarioTests/PolicyEventTests.ps1 | Fixed “recude” → “reduce” in comments |
src/PolicyInsights/PolicyInsights.Test/ScenarioTests/Common.ps1 | Corrected multiple typos in summary comments and region name |
src/PolicyInsights/PolicyInsights.Test/EnvSetup/EnvironmentSetup.ps1 | Fixed “acess” → “access” and “targetting” → “targeting” |
src/PaloAltoNetworks/PaloAltoNetworks.Autorest/test/utils.ps1 | Corrected “donnot” → “do not” in a comment |
src/OperationalInsights/OperationalInsights/StorageInsights/RemoveAzureOperationalInsightsStorageInsightCommand.cs | Fixed “containts” → “contains” in help message |
src/OperationalInsights/OperationalInsights/StorageInsights/GetAzureOperationalInsightsStorageInsightCommand.cs | Fixed “containts” → “contains” in help message |
src/OperationalInsights/OperationalInsights/Query/InvokeOperationalInsightsQuery.cs | Fixed comment “rest assurured” → “rest assured” |
src/OperationalInsights/OperationalInsights/Models/PSWorkspaceSku.cs | Corrected “supportted” → “supported” in exception message |
src/OperationalInsights/OperationalInsights/Models/PSKeyVaultProperties.cs | Fixed “taht” → “that” in XML comments |
src/OperationalInsights/OperationalInsights/Models/DataSourcePropertiesPerKind/PSCustomLogDataSourceProperties.cs | Fixed “numberd” → “numbered” in XML comments |
src/OperationalInsights/OperationalInsights/DataSources/GetAzureOperationalInsightsDataSourceCommand.cs | Fixed “containts” → “contains” in help message |
src/OperationalInsights/OperationalInsights/Client/OperationalInsightsClient.Workspaces.cs | Corrected “worksace” → “workspace” in comment |
src/OperationalInsights/OperationalInsights/Client/OperationalInsightsClient.Tables.cs | Minor spelling fix in a TODO comment |
src/OperationalInsights/OperationalInsights/Client/OperationalInsightsClient.LinkedStorageAccount.cs | Fixed “workpsace” → “workspace” in exception message |
src/OperationalInsights/OperationalInsights/Client/OperationalInsightsClient.DataExports.cs | Corrected “worspace” → “workspace” in exception message |
src/OperationalInsights/OperationalInsights/ChangeLog.md | Fixed “Stoarge” → “Storage” in changelog entry |
src/OperationalInsights/OperationalInsights.Test/ScenarioTests/SearchTests.ps1 | Fixed “Makesure” → “Make sure” in comment |
src/Nginx/Nginx.Autorest/examples/Update-AzNginxDeployment.md | Corrected “diagnotics” → “diagnostics” in examples |
src/Nginx/Nginx.Autorest/examples/New-AzNginxCertificate.md | Corrected “commond” → “command” in examples |
src/Nginx/Nginx.Autorest/docs/Update-AzNginxDeployment.md | Corrected various typos in headings and descriptions |
src/Nginx/Nginx.Autorest/docs/New-AzNginxCertificate.md | Corrected “commond” → “command” in documentation |
Files not reviewed (1)
- src/PolicyInsights/PolicyInsights/Properties/Resources.Designer.cs: Language not supported
Comments suppressed due to low confidence (1)
src/OperationalInsights/OperationalInsights.Test/ScenarioTests/SearchTests.ps1:33
- [nitpick] Update the comment to '... for backward compatibility.' to correctly express the intention.
# Make sure we return each doc as string for backward compatible.
@@ -38,7 +38,7 @@ Update the NGINX deployment | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Enable the diagnotics support for a NGINX deployment | |||
### Example 1: Enable the diagnosticss support for a NGINX deployment |
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.
Fix the typo 'diagnosticss' to 'diagnostics'.
### Example 1: Enable the diagnosticss support for a NGINX deployment | |
### Example 1: Enable the diagnostics support for a NGINX deployment |
Copilot uses AI. Check for mistakes.
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This does spelling fixes in codebase files that are either:
in comments.
in displayable strings.
There are NO other changes to programmatic aspects or code behavior.
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.