-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27917
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 #27917
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 corrections across help documentation for multiple Azure PowerShell modules, improving clarity and consistency.
- Fixed typos in parameter descriptions and examples (e.g., “localtion” → “location”, “assiciated” → “associated”)
- Corrected cmdlet names, boolean literals, and duplicated words in help content
Reviewed Changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/DataProtection/DataProtection/help/Initialize-AzDataProtectionRestoreRequest.md | Corrected “localtion” to “location” |
src/DataProtection/DataProtection/help/Initialize-AzDataProtectionBackupInstance.md | Fixed “assiciated” → “associated” and “Sanpshot” → “Snapshot” |
src/DataProtection/DataProtection/help/Get-AzDataProtectionBackupVault.md | Updated “specity properites” → “specified properties” |
src/DataProtection/DataProtection/help/Find-AzDataProtectionRestorableTimeRange.md | Changed “Dispaly” → “Display” and “dicrete” → “discrete” |
src/DataProtection/DataProtection/help/Edit-AzDataProtectionPolicyTagClientObject.md | Fixed “Weeky” → “Weekly” |
src/DataMigration/DataMigration/help/Remove-AzDataMigrationSqlServiceNode.md | Corrected “Intergration” → “Integration” |
src/DataMigration/DataMigration/help/New-AzDataMigrationToSqlDb.md | Fixed “databse” → “database” and “selcted” → “selected” |
src/DataMigration/DataMigration/help/Get-AzDataMigrationToSqlVM.md | Fixed resource group name typo (“MyResouceGroup”) |
src/DataMigration/DataMigration/help/Az.DataMigration.md | Corrected “databse” → “database” |
src/DataFactory/DataFactory/help/Remove-AzDataFactoryV2TriggerSubscription.md | Updated “defintion” → “definition” |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2TriggerSubscriptionStatus.md | Fixed “subscribtion” → “subscription” |
src/DataFactory/DataFactory/help/Add-AzDataFactoryV2TriggerSubscription.md | Updated “defintion” → “definition” |
src/DataFactory/DataFactory/help/Add-AzDataFactoryV2DataFlowDebugSessionPackage.md | Corrected “Pakcage” → “Package” |
src/DataBoxEdge/DataBoxEdge/help/Set-AzDataBoxEdgeBandwidthSchedule.md | Changed “$ture” → “$true” |
src/DataBoxEdge/DataBoxEdge/help/New-AzDataBoxEdgeBandwidthSchedule.md | Changed “$ture” → “$true” |
src/DataBoxEdge/DataBoxEdge/help/Get-AzDataBoxEdgeTrigger.md | Corrected cmdlet name from “Triger” → “Trigger” |
src/DataBox/DataBox/help/Update-AzDataBoxJob.md | Fixed “sytem” → “system” |
src/DataBox/DataBox/help/New-AzDataBoxJob.md | Corrected “Disky” → “Disk” |
src/CustomProviders/CustomProviders/help/Update-AzCustomProviderAssociation.md | Fixed “provioder” → “provider” |
src/CustomProviders/CustomProviders/help/New-AzCustomProviderAssociation.md | Fixed “provioder” → “provider” |
Comments suppressed due to low confidence (1)
src/DataBoxEdge/DataBoxEdge/help/Get-AzDataBoxEdgeTrigger.md:40
- [nitpick] Remove the duplicated word 'specific' and consider normalizing 'Triggers' to lowercase for consistency, e.g., 'fetch the details of specific triggers.'
The **Get-AzDataBoxEdgeTrigger** cmdlet gets the triggers for a device. You can specify the name as a parameter in the cmdlet to fetch the details of a specific specific Triggers
/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.