Skip to content

Spelling Fixes #27963

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 2 commits into from
Jun 23, 2025
Merged

Spelling Fixes #27963

merged 2 commits into from
Jun 23, 2025

Conversation

ArieHein
Copy link
Contributor

Description

This does spelling fixes in codebase files that are either:

  • in comments.
  • in displayable strings.

One change to a ps1 file for testing that is scoped to this file only.

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 14, 2025 18:36
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 fixes various spelling mistakes in comments, display strings, and documentation examples across multiple files. The changes improve clarity in user-facing messages and inline comments without affecting code behavior.

  • Corrected typos such as "subscrition" ➔ "subscription", "endpint" ➔ "endpoint", "disbale" ➔ "disable", and several other spelling errors.
  • Updated PowerShell script comments and markdown examples to ensure consistency in wording.

Reviewed Changes

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

Show a summary per file
File Description
src/Cdn/Cdn.Autorest/docs/Test-AzFrontDoorCdnProfileMigration.md Corrected "subscrition" to "subscription" in examples
src/Cdn/Cdn.Autorest/docs/Test-AzCdnNameAvailability.md Fixed "endpint" to "endpoint" in title and description
src/Cdn/Cdn.Autorest/docs/Stop-AzFrontDoorCdnProfileMigration.md Fixed "subscrition" to "subscription" in examples and comments
src/Cdn/Cdn.Autorest/docs/Start-AzFrontDoorCdnProfilePrepareMigration.md Corrected various instances of "subscrition" to "subscription"
src/Cdn/Cdn.Autorest/docs/New-AzFrontDoorCdnProfileScrubbingRulesObject.md Updated "disbale" to "disable" in examples
src/Cdn/Cdn.Autorest/docs/Invoke-AzCdnCommitProfileToAFDMigration.md Corrected "subscrition" to "subscription" in example descriptions
src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnOriginGroupResourceUsage.md Fixed "useages" to "usages" in example titles and descriptions
src/Cdn/Cdn.Autorest/docs/Get-AzFrontDoorCdnEndpointResourceUsage.md Fixed "useages" to "usages" in example titles and descriptions
src/Cdn/Cdn.Autorest/docs/Get-AzCdnEndpointResourceUsage.md Fixed "useages" to "usages" in example titles and descriptions
src/Cdn/Cdn.Autorest/docs/Enable-AzFrontDoorCdnProfileMigration.md Corrected "subscrition" to "subscription" in the description
src/Cdn/Cdn.Autorest/custom/Update-AzFrontDoorCdnProfileSku.ps1 Fixed typos in comments ("subscritpion", "subsrciption" ➔ "subscription")
src/Cdn/Cdn.Autorest/custom/Start-AzFrontDoorCdnProfilePrepareMigration.ps1 Corrected spelling mistakes in comments ("consistence" ➔ "consistence", "subsrciption" ➔ "subscription", etc.)
src/Cdn/Cdn.Autorest/README.md Fixed typos such as "cmelet" ➔ "cmdlet" and "inconvinient" ➔ "inconvenient"; adjusted "ojects" ➔ "objects"
src/BotService/LiveTests/BotService.Autorest/TestLiveScenarios.disabled.ps1 Fixed typo "servcie" ➔ "service" in test scenario name
src/Blueprint/Blueprint/Models/PSBlueprintAssignment.cs Corrected "PSBluprintAssignment" comment to "PSBlueprintAssignment"
src/Blueprint/Blueprint/Common/Utils.cs Fixed "subcscription" to "subscription" in a comment
src/BillingBenefits/BillingBenefits.Autorest/examples/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md Corrected "identiy" to "identity" in example title
src/BillingBenefits/BillingBenefits.Autorest/docs/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md Corrected "identiy" to "identity" in example title
src/Billing/UsageAggregates/TestTheCmdLet.ps1 Fixed variable naming typo ("agggregate" ➔ "aggregate") in script and output messages
src/Billing/Consumption.Test/ScenarioTests/BudgetTests.ps1 Corrected typo "notificaiton" ➔ "notification" in debug message

@vidai-msft
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@ArieHein
Copy link
Contributor Author

@vidai-msft on the same topic of generation, there are some files under the Generated subfolder in each module, if there are spelling fixes there, where is the original source of them ?

@vidai-msft
Copy link
Contributor

@vidai-msft on the same topic of generation, there are some files under the Generated subfolder in each module, if there are spelling fixes there, where is the original source of them ?

@ArieHein The source is the swagger repo. https://github.com/Azure/azure-rest-api-specs

@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 merged commit c4bfd80 into Azure:main Jun 23, 2025
12 checks passed
@ArieHein ArieHein deleted the wave-04 branch June 24, 2025 08:22
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