Skip to content

Spelling Fixes #28052

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 #28052

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.
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:43
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

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

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 errors in comments, displayable strings, and documentation across multiple modules without changing any functional behavior.

  • Corrected typos in scripts, tests, and changelogs to improve clarity.
  • No logic or cmdlet functionality was modified.

Reviewed Changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/HanaOnAzure/HanaOnAzure.Autorest/custom/New-AzSapMonitorProviderInstance.ps1 Fixed spelling in comments around securestring use
src/GuestConfiguration/GuestConfiguration/ChangeLog.md Corrected "Quering" to "Querying"
src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByHcrp.Tests.ps1 Corrected "marchine" to "machine"
src/GuestConfiguration/GuestConfiguration.Autorest/custom/utils.ps1 Corrected "Unrecogized" to "Unrecognized"
src/Functions/Functions/ChangeLog.md Corrected "Removeed" to "Removed"
src/Functions/Functions.Autorest/test/utils.ps1 Corrected "requried" to "required"
src/Functions/Functions.Autorest/test/New-AzFunctionApp.Tests.ps1 Fixed "validiate" and "identiy" typos
src/Functions/Functions.Autorest/custom/Update-AzFunctionAppSetting.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Update-AzFunctionAppPlan.ps1 Fixed "intenal" to "internal" and "suported" to "supported"
src/Functions/Functions.Autorest/custom/Update-AzFunctionApp.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Stop-AzFunctionApp.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Restart-AzFunctionApp.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Remove-AzFunctionAppSetting.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Remove-AzFunctionAppPlan.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/Remove-AzFunctionApp.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/New-AzFunctionAppPlan.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/custom/New-AzFunctionApp.ps1 Fixed "intenal" and "identiy" typos
src/Functions/Functions.Autorest/custom/HelperFunctions.ps1 Corrected "Falied" to "Failed" and updated ErrorId
src/Functions/Functions.Autorest/custom/HelperFunctions.ps1 (ParseMinorVersion) Corrected "Minimium" to "Minimum"
src/Functions/Functions.Autorest/custom/Get-AzFunctionAppAvailableLocation.ps1 Corrected "intenal" to "internal"
src/Functions/Functions.Autorest/README.md Corrected "erronously" to "erroneously"
src/FrontDoor/FrontDoor/Helpers/ModelExtensions.cs Corrected "compatability" to "compatibility"
src/FrontDoor/FrontDoor/Cmdlets/SetFrontDoor.cs Corrected "compatability" to "compatibility"
src/FrontDoor/FrontDoor/ChangeLog.md Corrected "retreival" to "retrieval" and "cetificate" to "certificate"
src/Fleet/Fleet.Autorest/test/utils.ps1 Corrected "removation" to "removal"
src/Fabric/Fabric.Autorest/test/utils.ps1 Corrected "temaplte" to "template"
src/Fabric/Fabric.Autorest/test/common.ps1 Fixed loop variable typo from "$CapacitiySkus" to "$CapacitySkus"

@@ -229,8 +229,8 @@ function New-AzSapMonitorProviderInstance {
hanaDbName = $HanaDatabaseName
hanaDbSqlPort = $HanaDatabaseSqlPort
hanaDbUsername = $HanaDatabaseUsername
# To suppport descryption accross different platforms and PowerShell versions, we implement a script Unprotect-SecureString.ps1
# to convert securesting to plaintext
# To support descryption across different platforms and PowerShell versions, we implement a script Unprotect-SecureString.ps1
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

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

Correct the spelling of 'descryption' to 'decryption' in the comment.

Suggested change
# To support descryption across different platforms and PowerShell versions, we implement a script Unprotect-SecureString.ps1
# To support decryption across different platforms and PowerShell versions, we implement a script Unprotect-SecureString.ps1

Copilot uses AI. Check for mistakes.

@YanaXu
Copy link
Contributor

YanaXu commented Jun 30, 2025

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

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