-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27918
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 #27918
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 introduces spelling and minor grammar fixes across help markdown files for various Azure modules, ensuring consistency and correcting typographical errors.
- Corrected misspelled words (e.g., “dteail” → “detail”, “iamges” → “images”, “synchonization” → “synchronization”).
- Standardized terminology in examples and descriptions (e.g., “applicaton” → “application”, “ParamaterSet” → “ParameterSet”).
- Improved parameter naming and fixed grammar in command descriptions.
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md | Fixed typo in example heading (“dteail” → “detail”). |
src/DevCenter/DevCenter/help/Get-AzDevCenterAdminOperationStatus.md | Fixed typo in example heading (“operatio” → “operation”). |
src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImageVersion.md | Fixed typo in description (“verions” → “versions”). |
src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md | Fixed typo in example heading (“iamges” → “images”). |
src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md | Fixed typo in example heading (“dteail” → “details”). |
src/DesktopVirtualization/DesktopVirtualization/help/Update-AzWvdDesktop.md | Fixed typo in description (“applicaton” → “application”). |
src/DesktopVirtualization/DesktopVirtualization/help/Update-AzWvdApplication.md | Fixed typo in description (“applicaton” → incorrect replacement). |
src/DesktopVirtualization/DesktopVirtualization/help/Remove-AzWvdApplication.md | Fixed typo in description (“applicaton” → “application”). |
src/DesktopVirtualization/DesktopVirtualization/help/Get-AzWvdStartMenuItem.md | Fixed typo in description (“applicaton” → “application”). |
src/DesktopVirtualization/DesktopVirtualization/help/Get-AzWvdApplication.md | Fixed typo in description (“applicaton” → “application”). |
src/DedicatedHsm/DedicatedHsm/help/Remove-AzDedicatedHsm.md | Fixed typos in descriptions (“commnad” → “command”). |
src/DataShare/DataShare/help/New-AzDataShareSubscription.md | Fixed typo in parameter name (“invitaionId” → “InvitationId”). |
src/DataShare/DataShare/help/New-AzDataShareDataSetMapping.md | Fixed typo in parameter set name (“ParamaterSet” → “ParameterSet”). |
src/DataShare/DataShare/help/New-AzDataShareDataSet.md | Fixed typo in parameter set name (“ParamaterSet” → “ParameterSet”). |
src/DataShare/DataShare/help/Get-AzDataShareSubscriptionSynchronizationDetail.md | Fixed typo in synopsis (“synchonization” → “synchronization”). |
src/DataShare/DataShare/help/Get-AzDataShareSubscriptionSynchronization.md | Fixed typo in description (“informaiton” → “information”). |
src/DataShare/DataShare/help/Get-AzDataShareReceivedInvitation.md | Fixed typos (“receieved” → “received”, “commant” → “command”). |
src/DataShare/DataShare/help/Get-AzDataShareProviderShareSubscription.md | Fixed typo in description (“subscrption” → “subscription”). |
src/DataShare/DataShare/help/Get-AzDataShareAccount.md | Fixed typo in description (“datshare” → “datashare”). |
src/DataShare/DataShare/help/Az.DataShare.md | Fixed typo in overview (“synchonization” → “synchronization”). |
src/DesktopVirtualization/DesktopVirtualization/help/Update-AzWvdApplication.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…WvdApplication.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). |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Pull request was closed
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.