-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Spelling Fixes #27949
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 #27949
Conversation
adding additional findings Co-authored-by: Copilot <[email protected]>
| 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 pull request applies a series of spelling fixes across several help documentation files to improve clarity and professionalism.
- Fix incorrect spellings in command descriptions and examples
- Correct typos in parameter and message texts
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 21 comments.
Show a summary per file
| File | Description |
|---|---|
| src/StorageMover/StorageMover/help/New-AzStorageMoverAzSmbFileShareEndpoint.md | Fixed "creats" to "creates" in the command description. |
| src/StorageMover/StorageMover/help/Get-AzStorageMover.md | Corrected "subcription" to "subscription" in an example header. |
| src/StandbyPool/StandbyPool/help/New-AzStandbyVMPool.md | Fixed "Creat" to "Create" and "commnand" to "command" in examples. |
| src/StandbyPool/StandbyPool/help/Get-AzStandbyVMPoolStatus.md | Changed "veiw" to "view" in the output description. |
| src/StandbyPool/StandbyPool/help/Get-AzStandbyVMPool.md | Fixed "virutal" to "virtual" in the example header. |
| src/StandbyPool/StandbyPool/help/Get-AzStandbyContainerGroupPoolStatus.md | Corrected "veiw" to "view" in the description. |
| src/StackHCIVM/StackHCIVM/help/Update-AzStackHCIVMVirtualHardDisk.md | Fixed "exisiting" to "existing" in the command description. |
| src/StackHCIVM/StackHCIVM/help/Update-AzStackHCIVMStoragePath.md | Fixed "exisiting" to "existing" in the command description. |
| src/StackHCIVM/StackHCIVM/help/Update-AzStackHCIVMNetworkInterface.md | Fixed "exisiting" to "existing" in the command description. |
| src/StackHCIVM/StackHCIVM/help/Update-AzStackHCIVMLogicalNetwork.md | Fixed "exisiting" to "existing" in the command description. |
| src/StackHCIVM/StackHCIVM/help/Update-AzStackHCIVMImage.md | Updated "exisiting" to "existing" in the command description. |
| src/StackHCIVM/StackHCIVM/help/New-AzStackHCIVMVirtualMachine.md | Fixed "provsioned" to "provisioned" in the virtual machine onboarding description. |
| src/StackHCIVM/StackHCIVM/help/New-AzStackHCIVMImage.md | Corrected "marketplae" to "marketplace" for the image definition offer. |
| src/StackHCIVM/StackHCIVM/help/Get-AzStackHCIVMVirtualMachine.md | Fixed "commnad" to "command" in the description. |
| src/StackHCI/StackHCI/help/Unregister-AzStackHCI.md | Fixed "AccoundId" to "AccountId" in the parameter description. |
| src/StackHCI/StackHCI/help/Install-AzStackHCIRemoteSupport.md | Fixed "Remort" to "Remote" in the support installation description. |
| src/StackHCI/StackHCI/help/Enable-AzStackHCIRemoteSupport.md | Corrected "remort" to "remote" in the consent description. |
| src/StackHCI/StackHCI/help/Disable-AzStackHCIRemoteSupport.md | Fixed "Remort" to "Remote" in the command description. |
| src/Ssh/Ssh/help/Export-AzSshConfig.md | Corrected "Arzure" to "Azure" in the related links section. |
| src/Ssh/Ssh/help/Enter-AzVM.md | Corrected "Arzure" to "Azure" in the related links section. |
| ``` | ||
|
|
||
| This command creats an Azure Storage SMB file share endpoint. | ||
| This command creates an Azure Storage SMB file share endpoint. |
Copilot
AI
Jun 12, 2025
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 the misspelling 'creats' to 'creates'.
| ## EXAMPLES | ||
|
|
||
| ### Example 1: Get all Storage movers in a subcription | ||
| ### Example 1: Get all Storage movers in a subscription |
Copilot
AI
Jun 12, 2025
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.
Changed 'subcription' to 'subscription'.
| ## EXAMPLES | ||
|
|
||
| ### Example 1: Creat a new standby virtual machine pool | ||
| ### Example 1: Create a new standby virtual machine pool |
Copilot
AI
Jun 12, 2025
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.
Fixed 'Creat' to 'Create' in the example title.
| ``` | ||
|
|
||
| Above commnand is creating a new standby virtual machine pool | ||
| Above command is creating a new standby virtual machine pool |
Copilot
AI
Jun 12, 2025
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.
Changed 'commnand' to 'command'.
| Above command is creating a new standby virtual machine pool | |
| The above command creates a new standby virtual machine pool. |
| ``` | ||
|
|
||
| Above command is getting a runtime veiw of standby virtual machine pool. | ||
| Above command is getting a runtime view of standby virtual machine pool. |
Copilot
AI
Jun 12, 2025
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 'veiw' to 'view'.
| ``` | ||
|
|
||
| This command updates an exisiting image in the specified resource group. | ||
| This command updates an existing image in the specified resource group. |
Copilot
AI
Jun 12, 2025
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'.
| ### -ProvisionVMAgent | ||
| Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine creation process. | ||
| VM Agent is provsioned by default. | ||
| VM Agent is provisioned by default. |
Copilot
AI
Jun 12, 2025
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.
Changed 'provsioned' to 'provisioned'.
| ### -Offer | ||
| The name of the marketplae gallery image definition offer. | ||
| The name of the marketplace gallery image definition offer. |
Copilot
AI
Jun 12, 2025
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 'marketplae' to 'marketplace'.
| ``` | ||
|
|
||
| Installs Remort Support | ||
| Installs Remote Support |
Copilot
AI
Jun 12, 2025
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 'Remort' to 'Remote'.
Co-authored-by: Copilot <[email protected]>
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Additional spelling fixes.
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.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.