Skip to content

Spelling Fixes #28055

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 30, 2025
Merged

Spelling Fixes #28055

merged 1 commit into from
Jun 30, 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 29, 2025 22:50
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 corrects typos in comments and displayable strings across scripts, documentation, examples, and changelogs without altering any functional behavior.

  • Fixed misspellings such as “Deloying”→“Deploying”, “encyyption”→“encryption”, “resoure”→“resource”, “uniqely”→“uniquely”, and others
  • Updated documentation and example markdown to correct words like “datebase”→“database” and “erronously”→“erroneously”
  • Applied consistent spelling corrections in ChangeLog and README files

Reviewed Changes

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

Show a summary per file
File Description
src/LoadTesting/LoadTesting.Autorest/test/utils.ps1 Corrected “Deloying”→“Deploying” and “Deloyment”→“Deployment”
src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1 Fixed “encyyption”→“encryption” in comment
src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1 Fixed “encyyption”→“encryption” in comment
src/LambdaTest/LambdaTest.Autorest/examples/Get-AzLambdaTestOrganization.md Corrected “resoure”→“resource”
src/LambdaTest/LambdaTest.Autorest/docs/Get-AzLambdaTestOrganization.md Corrected “resoure”→“resource”
src/LabServices/LabServices.Autorest/docs/Stop-AzLabServicesUserVM.md Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/docs/Start-AzLabServicesUserVM.md Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/docs/Add-AzLabServicesUserQuota.md Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Update-AzLabServicesUser_Lab.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Stop-AzLabServicesUserVM_Stop.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Start-AzLabServicesUserVM_Start.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Remove-AzLabServicesUser_Lab.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Remove-AzLabServicesLab_LabPlan.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/New-AzLabServicesUser_Lab.ps1 Corrected “uniqely”→“uniquely”
src/LabServices/LabServices.Autorest/custom/Add-AzLabServicesUserQuota_Email.ps1 Corrected “uniqely”→“uniquely”
src/Kusto/Kusto/ChangeLog.md Fixed “depricated”→“deprecated”
src/Kusto/Kusto.Autorest/test/utils.ps1 Corrected “exmple”→“example”, “subcription”→“subscription”, “paramters”→“parameters”, “deploymet”→“deployment”
src/Kusto/Kusto.Autorest/test/common.ps1 Fixed “delet perios”→“delete period”
src/Kusto/Kusto.Autorest/test/Remove-AzKustoSandboxCustomImage.Tests.ps1 Corrected “curretly”→“currently”
src/Kusto/Kusto.Autorest/test/New-AzKustoSandboxCustomImage.Tests.ps1 Corrected “curretly”→“currently”
src/Kusto/Kusto.Autorest/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Tests.ps1 Fixed “Skiping”→“Skipping”
src/Kusto/Kusto.Autorest/examples/New-AzKustoDatabase.md Corrected “datebase”→“database”
src/Kusto/Kusto.Autorest/examples/Get-AzKustoSandboxCustomImage.md Fixed “myCluser”→“myCluster”
src/Kusto/Kusto.Autorest/docs/New-AzKustoDatabase.md Corrected “datebase”→“database”
src/Kusto/Kusto.Autorest/docs/Get-AzKustoSandboxCustomImage.md Fixed “myCluser”→“myCluster”
src/Kusto/Kusto.Autorest/README.md Corrected “erronously”→“erroneously”

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 Jun 30, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu enabled auto-merge (squash) June 30, 2025 03:35
@YanaXu YanaXu merged commit 1c4a3d6 into Azure:main Jun 30, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-17 branch June 30, 2025 14:28
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