-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27961
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 #27961
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 pull request addresses various spelling corrections throughout the codebase including comments, display strings, XML documentation, and test scripts. The key changes are:
- Correcting spelling mistakes in user-facing messages and comments.
- Fixing typos in parameter help messages and documentation.
- Updating a PowerShell cmdlet name typo in test scripts.
Reviewed Changes
Copilot reviewed 30 out of 31 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/ApiManagement/ApiManagement.Test/ScenarioTests/ApiManagementTests.ps1 | Fixed typo in comment ("idenity" → "identity") and updated cmdlet name in tests. |
src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementApiVersionSet.cs | Corrected spelling of "identifer" to "identifier" in XML documentation. |
src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementPolicy.cs | Corrected "requied" to "required" in help message. |
src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementUser.cs | Fixed typo "genetated" to "generated" in help message. |
src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementGatewayHostnameConfiguration.cs | Fixed typo "confiuration" to "configuration" in help message. |
src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.ps1 | Corrected cmdlet name typo from "Subscripiton" to "Subscription". |
src/ApiManagement/ApiManagement.ServiceManagement.Test/Resources/petstoreOpenApi.json | Fixed typo "Muliple" to "Multiple" in API description. |
src/AnalysisServices/AnalysisServices/Commands/GetAzureRmAnalysisServicesServer.cs | Corrected misspelling "avaliable" to "available" in comment. |
src/AnalysisServices/AnalysisServices.Dataplane/Models/AsAzureDataplaneClient.cs | Fixed "Asynchronosly" to "Asynchronously" and "cancelation" to "cancellation" in comments. |
src/AlertsManagement/AlertsManagement/ChangeLog.md | Corrected service name in changelog to "Alert". |
src/AlertsManagement/AlertsManagement/AlertCommands/MeasureAzureAlertStatistic.cs | Fixed typo "Moniter" to "Monitor" in help messages. |
src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs | Updated various occurrences of "Reccurent/Reccurence/Reccurence" to "Recurrent/Recurrence" in help messages and comments. |
src/Aks/Aks/Properties/Resources.resx | Fixed several typos (“craete”, “paramters”, “Reseting”, “anothe”) in resource strings. |
src/Aks/Aks/Models/PSKubernetesCluster.cs | Corrected "FDQN" to "FQDN" in XML documentation. |
src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs | Corrected "FDQN" to "FQDN" in XML documentation. |
src/Aks/Aks/Commands/SetAzureRmAks.cs | Fixed typo "enalbe" to "enable" in help message. |
src/Aks/Aks/Commands/NewAzureRmAks.cs | Fixed typo "enalbe" to "enable" in help message. |
src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs | Fixed typo "lenth" to "length" in help message. |
src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 | Corrected typo "creat" to "create" in comment. |
Files not reviewed (1)
- src/Aks/Aks/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). |
Description
This goes spelling fixes in codebase files that are either:
and one occasion of bad PowerShell cmdlet in the tests.
There are NO changes to programmatic aspects or code behavior.
Im not sure you need to create a release of this, but i assume the next time this module code will be built, it will also include the spelling fixes.
If otherwise, please advise and ill add missing files, though im not able to do a full build / unit tests for example.
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.