-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27919
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 #27919
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. |
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 pull request fixes several spelling errors and typos in help documentation files.
- Corrects misspelled words in command examples and output content
- Fixes grammatical mistakes to improve clarity and consistency
Reviewed Changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md | Fixes an incomplete sentence by correcting a misspelling/omission in the description text |
src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md | Corrects typos ("vaule1" to "value1") in both command examples and output samples |
src/ElasticSan/ElasticSan/help/Update-AzElasticSanVolumeGroup.md | Corrects a typo in the description ("volume gorup" to "volume group") |
src/ElasticSan/ElasticSan/help/New-AzElasticSan.md | Fixes typos in default value descriptions ("vaule" to "value") |
src/Elastic/Elastic/help/Get-AzElasticVersion.md | Fixes a misspelling in the version label ("Lattest" to "Latest") |
src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md | Corrects a typo in the command output variable name ("ordderItem" to "orderItem") |
src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md | Fixes a typo in the description ("coammnd" to "command") |
src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md | Corrects misspellings of "subscription" in both the example title and description |
src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md | Updates the description by correcting the term "ServicBus" to "eBus" |
Comments suppressed due to low confidence (9)
src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md:27
- The argument 'vaule1' is misspelled; it should be 'value1'.
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value vaule1
src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md:33
- Correct the misspelled output value from 'vaule1' to 'value1'.
key1 vaule1
src/ElasticSan/ElasticSan/help/New-AzElasticSan.md:134
- Fix the typo by changing 'vaule' to 'value'.
Default vaule is 20.
src/ElasticSan/ElasticSan/help/New-AzElasticSan.md:166
- Fix the typo by replacing 'vaule' with 'value'.
Default vaule is 0.
src/Elastic/Elastic/help/Get-AzElasticVersion.md:33
- Correct the misspelling 'Lattest' to 'Latest'.
8.15.2 (Lattest)
src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md:41
- Fix the typo in the variable name by changing '$ordderItem' to '$orderItem'.
$ordderItem | Format-List
src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md:37
- Change 'coammnd' to 'command'.
This coammnd gets the payload that needs to be passed in the request body for installing Dynatrace agent on a VM.
src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md:44
- Correct 'subsciption' to 'subscription'.
### Example 1: List all dynatrace monitors under a subsciption
src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md:56
- Update the text by correcting 'subsciption' to 'subscription'.
This command lists all dynatrace monitors under a subsciption.
src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md
Outdated
Show resolved
Hide resolved
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md
Outdated
Show resolved
Hide resolved
/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.