-
Notifications
You must be signed in to change notification settings - Fork 4k
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
base: main
Are you sure you want to change the base?
Spelling Fixes #28052
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
# 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.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
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
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.