Skip to content

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

Merged
merged 1 commit into from
Jun 14, 2025
Merged

Spelling Fixes #27961

merged 1 commit into from
Jun 14, 2025

Conversation

ArieHein
Copy link
Contributor

Description

This goes spelling fixes in codebase files that are either:

  • in comments.
  • in displayable strings.

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

  • 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 13, 2025 23:41
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 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

Copy link
Contributor

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

@vidai-msft
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@vidai-msft vidai-msft enabled auto-merge (squash) June 14, 2025 13:56
@vidai-msft vidai-msft merged commit c14fedb into Azure:main Jun 14, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-02 branch June 14, 2025 17:14
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