-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28075
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
Spelling Fixes #28075
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 applies spelling corrections in documentation and comments across various files in the codebase. The changes fix typographical errors in display strings and inline comments only.
- Corrected misspellings such as "exisiting" to "existing", "commnad" to "command", "remort" to "remote", "marketplae" to "marketplace", and similar issues.
- Updates affect example scripts, documentation files, and inline comments only.
Reviewed Changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 34 comments.
Show a summary per file
File | Description |
---|---|
src/StackHCIVM/StackHCIVM.Autorest/examples/Update-AzStackHCIVMVirtualHardDisk.md | Corrected spelling mistakes in the display message. |
src/StackHCIVM/StackHCIVM.Autorest/examples/Update-AzStackHCIVMStoragePath.md | Corrected spelling mistakes in the display message. |
src/StackHCIVM/StackHCIVM.Autorest/examples/Update-AzStackHCIVMNetworkInterface.md | Corrected spelling mistakes in the display message. |
src/StackHCIVM/StackHCIVM.Autorest/examples/Update-AzStackHCIVMLogicalNetwork.md | Corrected spelling mistakes in the display message. |
src/StackHCIVM/StackHCIVM.Autorest/examples/Update-AzStackHCIVMImage.md | Corrected spelling mistakes in the display message. |
src/StackHCIVM/StackHCIVM.Autorest/examples/Get-AzStackHCIVMVirtualMachine.md | Fixed a typographical error in the command description. |
src/StackHCIVM/StackHCIVM.Autorest/docs/*.md | Updated spelling errors in several documentation files. |
src/StackHCIVM/StackHCIVM.Autorest/custom/*.ps1 | Updated spelling errors in custom scripts and error messages. |
src/StackHCI/StackHCI.Autorest/examples/*.md | Fixed spelling issues for "Remote Support" in example files. |
src/StackHCI/StackHCI.Autorest/docs/*.md | Fixed spelling issues in documentation related to Remote Support and AccountId. |
src/StackHCI/StackHCI.Autorest/custom/stackhci.ps1 | Updated comment spelling for "suppressing". |
src/SpringCloud/SpringCloud.Autorest/**/* | Fixed spelling typos in test files, documentation, and custom scripts. |
src/ServiceLinker/ServiceLinker.Autorest/**/* | Corrected spelling mistakes in documentation and custom scripts. |
Comments suppressed due to low confidence (1)
src/StackHCIVM/StackHCIVM.Autorest/custom/utilities/VirtualNetworkValidations.ps1:25
- Corrected 'Accpeted' to 'Accepted'.
} else {
This command updates an existing virtual hard disk in the specified resource group. |
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.
Corrected 'exisiting' to 'existing'.
Copilot uses AI. Check for mistakes.
This command updates an existing storage path in the specified resource group. |
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.
Corrected 'exisiting' to 'existing'.
Copilot uses AI. Check for mistakes.
This command updates an existing network interface in the specified resource group. |
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.
Corrected 'exisiting' to 'existing'.
Copilot uses AI. Check for mistakes.
This command updates an existing logical network in the specified resource group. |
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.
Corrected 'exisiting' to 'existing'.
Copilot uses AI. Check for mistakes.
@@ -9,5 +9,5 @@ Name ResourceGroupName | |||
testImage test-rg | |||
``` | |||
|
|||
This command updates an exisiting image in the specified resource group. | |||
This command updates an existing image in the specified resource group. |
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.
Corrected 'exisiting' to 'existing'.
Copilot uses AI. Check for mistakes.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')] | ||
[System.String] | ||
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source. | ||
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source. |
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.
Corrected 'deploied' to 'deployed' in the comment.
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source. | |
# The path of the file needs to be deployed. The file supports Jar, NetcoreZip and Source. |
Copilot uses AI. Check for mistakes.
${FilePath}, | ||
|
||
[Parameter(Mandatory, ParameterSetName = "DeployAppForEnterprise", HelpMessage='The resource id of builder to build the source code.')] | ||
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')] | ||
[System.String] | ||
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source. | ||
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source. |
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.
Corrected 'deploied' to 'deployed' in the comment.
Copilot uses AI. Check for mistakes.
${BuilderId}, | ||
|
||
[Parameter(Mandatory, ParameterSetName = "DeployAppForEnterprise", HelpMessage='The resource id of agent pool.')] | ||
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')] | ||
[System.String] | ||
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source. | ||
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source. |
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.
Corrected 'deploied' to 'deployed' in the comment.
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source. | |
# The path of the file needs to be deployed. The file supports Jar, NetcoreZip and Source. |
Copilot uses AI. Check for mistakes.
@@ -95,7 +95,7 @@ Accept wildcard characters: False | |||
``` | |||
|
|||
### -SecretNameInKeyVault | |||
The name of secret in keyvault refenced by -SecretStoreKeyVaultId. | |||
The name of secret in keyvault referenced by -SecretStoreKeyVaultId. |
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.
Corrected 'refenced' to 'referenced'.
Copilot uses AI. Check for mistakes.
@@ -44,7 +44,7 @@ function New-AzServiceLinkerSecretAuthInfoObject { | |||
[Parameter(HelpMessage="The Key Vault Uri of secret.")] | |||
[string] | |||
$SecretKeyVaultUri, | |||
[Parameter(HelpMessage="The name of secret in keyvault refenced by -SecretStoreKeyVaultId.")] | |||
[Parameter(HelpMessage="The name of secret in keyvault referenced by -SecretStoreKeyVaultId.")] |
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.
Corrected 'refenced' to 'referenced' in the HelpMessage.
Copilot uses AI. Check for mistakes.
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.