Skip to content

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

Merged
merged 1 commit into from
Jul 1, 2025
Merged

Spelling Fixes #28075

merged 1 commit into from
Jul 1, 2025

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 30, 2025 19:41
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 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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.

Suggested change
# 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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.

Suggested change
# 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.
Copy link
Preview

Copilot AI Jun 30, 2025

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.")]
Copy link
Preview

Copilot AI Jun 30, 2025

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.

@YanaXu
Copy link
Contributor

YanaXu commented Jul 1, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu merged commit d9e2bdb into Azure:main Jul 1, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-30 branch July 1, 2025 07:37
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