Skip to content

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

Merged
merged 1 commit into from
Jul 1, 2025
Merged

Spelling Fixes #28068

merged 1 commit into from
Jul 1, 2025

Conversation

ArieHein
Copy link
Contributor

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

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 19:27
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a 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
Copy link
Preview

Copilot AI Jun 30, 2025

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'.

Suggested change
### 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.

@YanaXu
Copy link
Contributor

YanaXu commented Jul 1, 2025

/azp run azure-powershell - security-tools

@YanaXu YanaXu enabled auto-merge (squash) July 1, 2025 02:13
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu merged commit 423a24f into Azure:main Jul 1, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-23 branch July 1, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants