-
Notifications
You must be signed in to change notification settings - Fork 4k
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 <175728472+Copilot@users.noreply.github.com>
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. |
@@ -47,7 +47,7 @@ SystemDataLastModifiedByType : Application | |||
Type : microsoft.storagemover/storagemovers/endpoints | |||
``` | |||
|
|||
This command creats an Azure Storage SMB file share endpoint. | |||
This command creates an Azure Storage SMB file share endpoint. |
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'.
Copilot uses AI. Check for mistakes.
@@ -41,7 +41,7 @@ Gets a Storage Mover resource. | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Get all Storage movers in a subcription | |||
### Example 1: Get all Storage movers in a subscription |
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'.
Copilot uses AI. Check for mistakes.
@@ -37,7 +37,7 @@ create a StandbyVirtualMachinePoolResource | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Creat a new standby virtual machine pool | |||
### Example 1: Create a new standby virtual machine pool |
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.
Copilot uses AI. Check for mistakes.
@@ -71,7 +71,7 @@ Type : microsoft.standbypool/standbyvirtualmachinep | |||
VirtualMachineState : Running | |||
``` | |||
|
|||
Above commnand is creating a new standby virtual machine pool | |||
Above command is creating a new standby virtual machine pool |
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. |
Copilot uses AI. Check for mistakes.
@@ -104,7 +104,7 @@ SystemDataLastModifiedByType : | |||
Type : Microsoft.StandbyPool/standbyVirtualMachinePools/runtimeViews | |||
``` | |||
|
|||
Above command is getting a runtime veiw of standby virtual machine pool. | |||
Above command is getting a runtime view of standby virtual machine pool. |
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'.
Copilot uses AI. Check for mistakes.
@@ -47,7 +47,7 @@ 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.
@@ -546,7 +546,7 @@ Accept wildcard characters: False | |||
|
|||
### -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. |
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'.
Copilot uses AI. Check for mistakes.
@@ -212,7 +212,7 @@ Accept wildcard characters: False | |||
``` | |||
|
|||
### -Offer | |||
The name of the marketplae gallery image definition offer. | |||
The name of the marketplace gallery image definition offer. |
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'.
Copilot uses AI. Check for mistakes.
@@ -45,7 +45,7 @@ ValueCount : 0 | |||
Name : HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\RemoteSupportAgent | |||
``` | |||
|
|||
Installs Remort Support | |||
Installs Remote Support |
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'.
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
/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.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.