-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27937
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 #27937
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 the PowerShell help documentation for SQL, ServiceFabric, SpringCloud, and ServiceLinker modules.
- Corrected typos in command descriptions and parameter details across multiple help files.
- Fixed inconsistent naming in aliases and parameter sets.
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md | Corrected spelling in the description of ScheduleItem. |
src/Sql/Sql/help/New-AzSqlInstance.md | Updated parameter set naming for clarity. |
src/Sql/Sql/help/New-AzSqlElasticPool.md | Fixed spelling for service tier (GeneralPurpose). |
src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md | Corrected typo in "operation". |
src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md | Corrected typo in "operation". |
src/Sql/Sql/help/Disable-AzSqlDatabaseLedgerDigestUpload.md | Fixed spelling of "Confidential". |
src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md | Fixed typo in "deployed". |
src/ServiceLinker/ServiceLinker/help/New-AzServiceLinkerSecretAuthInfoObject.md | Fixed typo in "referenced". |
src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricApplication.md | Corrected multiple occurrences of "unhealthy". |
src/ServiceFabric/ServiceFabric/help/Set-AzServiceFabricManagedNodeType.md | Corrected "ndes" to "nodes" but still contains a typo in one instance of "reimgae". |
src/ServiceFabric/ServiceFabric/help/Set-AzServiceFabricManagedClusterApplication.md | Fixed typos in health policy descriptions. |
src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedNodeType.md | Fixed typo in "parameter" and "operation". |
src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedClusterClientCertificate.md | Fixed typo in "Remove". |
src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricManagedNodeType.md | Corrected typo in "assigned". |
src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricCluster.md | Fixed several typos in alias and descriptive texts for key vault parameters. |
src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md | Corrected spelling in a command description. |
src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md | Fixed typos in "command". |
src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMExtension.md | Fixed typo in "underlying". |
src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md | Fixed typo in "against". |
src/ServiceFabric/ServiceFabric/help/Set-AzServiceFabricManagedNodeType.md
Outdated
Show resolved
Hide resolved
…dNodeType.md 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.