-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27921
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 #27921
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 PR addresses various spelling mistakes in help markdown files to improve the clarity of command descriptions. Key changes include corrections of typos in parameter descriptions, standardization of terminology, and updates to example sections for consistency.
Reviewed Changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 27 comments.
Show a summary per file
File | Description |
---|---|
src/Migrate/Migrate/help/Remove-AzMigrateServerReplication.md | Fixed "replcating" typo in -InputObject description. |
src/Migrate/Migrate/help/Remove-AzMigrateLocalServerReplication.md | Fixed "replcating" typo in -TargetObjectID description. |
src/Migrate/Migrate/help/New-AzMigrateServerReplication.md | Fixed "encyption" typo in disk encryption set description. |
src/Migrate/Migrate/help/New-AzMigrateDiskMapping.md | Fixed "encyption" typo in disk encryption set description. |
src/Migrate/Migrate/help/Initialize-AzMigrateReplicationInfrastructure.md | Standardized "initialises" to "initializes". |
src/Migrate/Migrate/help/Get-AzMigrateLocalReplicationFabric.md | Fixed "fabircs" typo in example header. |
src/Migrate/Migrate/help/Get-AzMigrateLocalJob.md | Fixed "retrives" typo in cmdlet description. |
src/Migrate/Migrate/help/Get-AzMigrateJob.md | Fixed "retrives" typo in cmdlet description. |
src/Migrate/Migrate/help/Get-AzMigrateDiscoveredServer.md | Fixed "commandlet" and "paramenter" typos in descriptions. |
src/Migrate/Migrate/help/Az.Migrate.md | Standardized "initialises" to "initializes". |
src/MariaDb/MariaDb/help/Update-AzMariaDbConfiguration.md | Corrected server name typo ("Update-AzMariaDberver" → "Update-AzMariaDbServer"). |
src/MariaDb/MariaDb/help/Get-AzMariaDbFirewallRule.md | Fixed "girewall" typo in description. |
src/ManagedNetworkFabric/ManagedNetworkFabric/help/Remove-AzNetworkFabricL3Domain.md | Fixed "Isolatoion" typo in example header and description. |
src/ManagedNetworkFabric/ManagedNetworkFabric/help/Remove-AzNetworkFabricL2Domain.md | Fixed "Isolatoion" typo in example header and description. |
src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md | Corrected "oupt" and "vaule" typos in example comment. |
src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md | Corrected "oupt" and "vaule" typos in example comment. |
src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md | Fixed "enpoints"/"enpoint" typos in example headers and descriptions. |
src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md | Fixed "regist" typo in example header and description. |
src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md | Fixed "Explanability" typo in description. |
src/LambdaTest/LambdaTest/help/Get-AzLambdaTestOrganization.md | Fixed "resoure" typo in the organization details description. |
@@ -79,7 +79,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31 | |||
``` | |||
|
|||
Get a server in a migrate project by name. | |||
Name is a unique paramenter for a server. | |||
Name is a unique parameter for a server. |
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 'paramenter' to 'parameter'.
Copilot uses AI. Check for mistakes.
@@ -115,7 +115,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31 | |||
``` | |||
|
|||
Get a server for an appliance in a project. | |||
Name is a unique paramenter for a server. | |||
Name is a unique parameter for a server. |
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 'paramenter' to 'parameter'.
Copilot uses AI. Check for mistakes.
src/ManagedNetworkFabric/ManagedNetworkFabric/help/Remove-AzNetworkFabricL2Domain.md
Show resolved
Hide resolved
src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md
Show resolved
Hide resolved
src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md
Show resolved
Hide resolved
/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.