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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Spelling Fixes #27963

wants to merge 1 commit into from

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).

@@ -316,7 +316,7 @@ function Start-AzFrontDoorCdnProfilePrepareMigration {

# 1. Enable MSI: get "principalId" from RP
$commandArgs = @{ ResourceGroupName = ${ResourceGroupName}; Name = ${ProfileName}; IdentityType = ${IdentityType}; ErrorAction = 'Stop'}
if ($indentityType -ne "systemassigned") {
if ($IdentityType -ne "systemassigned") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not change any code related names.

@@ -34,7 +34,7 @@
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
"Content": "{\"customDomainValidated\":false,\"reason\":\"NotExist\",\"message\":\"Custom domain dose not exist in the profile. Please make sure the domain exsits in the profile.\"}",
"Content": "{\"customDomainValidated\":false,\"reason\":\"NotExist\",\"message\":\"Custom domain dose not exist in the profile. Please make sure the domain exists in the profile.\"}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to update recording files as they would be overwritten the next time when re-recorded.

@@ -116,7 +116,7 @@
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
"Content": "{\"customDomainValidated\":false,\"reason\":\"NotExist\",\"message\":\"Custom domain dose not exist in the profile. Please make sure the domain exsits in the profile.\"}",
"Content": "{\"customDomainValidated\":false,\"reason\":\"NotExist\",\"message\":\"Custom domain dose not exist in the profile. Please make sure the domain exists in the profile.\"}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to update recording files as they are generated and would be overwritten the next time when re-recorded.

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