-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27933
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 #27933
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 implements spelling corrections across multiple Azure PowerShell help markdown files to ensure consistency and accuracy in parameter descriptions, example commands, and documentation text.
- Corrected typos in command examples, parameter names, and descriptive text.
- Standardized terminology such as “Availability”, “tenant”, “workspace”, and command syntax.
- Ensured variable names and URLs reflect correct spelling (e.g.,
$ipaddress
,DiskEncryptionSecretUrl
).
Reviewed Changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrReplicationProtectedItem.md | Fixed DiskEncryptionSecertUrl typo in example command |
src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrRecoveryPlan.md | Corrected “Availabilty” to “Availability” in parameter descriptions |
src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrProtectableItem.md | Fixed extra “s” in $ipaddresss variable name |
src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrAzureToAzureReplicationProtectedItemConfig.md | Fixed “reccovery” to “recovery” in parameter description |
src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesVault.md | Corrected “propties” to “properties” in description |
src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupRecoveryPoint.md | Fixed “opertation” to “operation” and “twelth” to “twelfth” |
src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupProtectionPolicy.md | Corrected “polcies” to “policies” |
src/RecoveryServices/RecoveryServices/help/Copy-AzRecoveryServicesVault.md | Fixed “tanent” to “tenant” |
src/Purview/Purview/help/New-AzPurviewTrigger.md | Corrected “occuring” to “occurring” |
src/ProviderHub/ProviderHub/help/Get-AzProviderHubCustomRollout.md | Corrected “Microsft” to “Microsoft” |
src/PrivateDns/PrivateDns/help/Set-AzPrivateDnsVirtualNetworkLink.md | Fixed “Speficies” to “Specifies” |
src/PrivateDns/PrivateDns/help/New-AzPrivateDnsVirtualNetworkLink.md | Fixed “Speficies” to “Specifies” |
src/PostgreSql/PostgreSql/help/Update-AzPostgreSqlFlexibleServerConfiguration.md | Corrected “Updatae” to “Update” in example headings |
src/Portal/Portal/help/Set-AzPortalDashboard.md | Fixed “dashbaord” to “dashboard” |
src/Portal/Portal/help/Remove-AzPortalDashboard.md | Fixed “Dashbaord” to “Dashboard” |
src/OperationalInsights/OperationalInsights/help/Remove-AzOperationalInsightsDataExport.md | Corrected “worksace” to “workspace” |
src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsCustomLogDataSource.md | Fixed “recieved” to “received” |
src/OperationalInsights/OperationalInsights/help/Get-AzOperationalInsightsLinkedStorageAccount.md | Corrected “accoounts” to “accounts” |
src/Nginx/Nginx/help/Update-AzNginxDeployment.md | Corrected diagnostics spelling in descriptions (note one typo) |
src/Nginx/Nginx/help/New-AzNginxCertificate.md | Fixed “commond” to “command” |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.