-
Notifications
You must be signed in to change notification settings - Fork 4k
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
base: main
Are you sure you want to change the base?
Spelling Fixes #28074
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 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
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
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.