Skip to content

Spelling Fixes #28074

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Spelling Fixes #28074

wants to merge 1 commit into from

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:39
Copy link

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

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 implements spelling fixes across the codebase, updating comments, log messages, help texts, and documentation to correct various typos. The changes ensure that messaging in user-facing strings is clear and professional.

  • Corrected typos in resource strings (e.g., "mistmatch" → "mismatch", "thumprint" → "thumbprint").
  • Updated error messages and help messages in cmdlet implementations (e.g., "stateles" → "stateless", "unhelthy" → "unhealthy").
  • Amended documentation and test scripts to reflect the corrected spellings.

Reviewed Changes

Copilot reviewed 26 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/ServiceFabric/ServiceFabric/Properties/Resources.resx Fixed typos in certificate messages and error text.
src/ServiceFabric/ServiceFabric/Models/ManagedClusters/PSManagedService.cs Corrected spelling in exception message.
src/ServiceFabric/ServiceFabric/Commands/UpdateAzServiceFabricApplication.cs Updated help messages and exception strings with proper spelling.
src/ServiceFabric/ServiceFabric/Commands/ServiceFabricClusterCertificateCmdlet.cs Fixed spelling in comments and verbose log message.
src/ServiceFabric/ServiceFabric/Commands/NewAzServiceFabricService.cs Corrected typo in the verbose log message.
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/NodeTypes/RemoveAzServiceFabricManagedNodeTypeVMExtension.cs Fixed spelling error in the ShouldProcess message.
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/NodeTypes/RemoveAzServiceFabricManagedNodeType.cs Corrected spelling in help messages.
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/ManagedClusters/RemoveAzServiceFabricManagedClusterClientCertificate.cs Amended typo in thrown exception message.
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/Applications/SetAzServiceFabricManagedClusterApplication.cs Revised help messages for spelling corrections.
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/ApplicationTypeVersions/SetAzServiceFabricManagedClusterApplicationTypeVersion.cs Fixed region comment spelling (“Paramters” → “Parameters”).
src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/ApplicationTypeVersions/NewAzServiceFabricManagedClusterApplicationTypeVersion.cs Fixed region comment spelling.
src/ServiceFabric/ServiceFabric/ChangeLog.md Corrected typos in changelog entries.
src/ServiceFabric/ServiceFabric.Test/ScenarioTests/Common.ps1 Fixed typos in comment explanations.
src/ServiceFabric/ServiceFabric.Test/Resources/templateCNCert.json Corrected typo in certificate thumbprints description.
src/ServiceBus/ServiceBus/Resources.resx Fixed multiple typos in messaging and descriptions.
src/ServiceBus/ServiceBus/Cmdlets/AuthorizationRule/NewAzureServiceBusAuthorizationRuleSASToken.cs Corrected help message spelling.
src/ServiceBus/ServiceBus/ChangeLog.md Fixed typo in changelog entry.
src/SelfHelp/SelfHelp.Autorest/examples/Invoke-AzSelfHelpCheckNameAvailability.md Corrected comment text.
src/SelfHelp/SelfHelp.Autorest/docs/Invoke-AzSelfHelpCheckNameAvailability.md Corrected comment text.
src/SecurityInsights/SecurityInsights.Autorest/test/utils.ps1 Fixed several typos in the comments.
src/SecurityInsights/SecurityInsights.Autorest/test/Update-AzSentinelSetting.Tests.ps1 Corrected typo in variable reference in test assertions.
src/SecurityInsights/SecurityInsights.Autorest/examples/New-AzSentinelAlertRule.md Fixed typo in alert rule display name.
src/SecurityInsights/SecurityInsights.Autorest/examples/Get-AzSentinelEntityActivity.md Corrected comment text.
src/SecurityInsights/SecurityInsights.Autorest/docs/New-AzSentinelAlertRule.md Fixed typo in alert rule display name.
src/SecurityInsights/SecurityInsights.Autorest/docs/Get-AzSentinelEntityActivity.md Corrected comment text.
src/SecurityInsights/SecurityInsights.Autorest/README.md Fixed multiple typos in comments and directive descriptions.
Files not reviewed (2)
  • src/ServiceBus/ServiceBus/Resources.Designer.cs: Language not supported
  • src/ServiceFabric/ServiceFabric/Properties/Resources.Designer.cs: Language not supported

Copy link
Contributor

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

@YanaXu
Copy link
Contributor

YanaXu commented Jul 1, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

github-actions bot commented Jul 1, 2025

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

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