-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27916
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 #27916
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 corrects various spelling and grammatical errors in help documentation across multiple Azure PowerShell modules.
- Fixed misspellings in CosmosDB restore and throughput migration cmdlet descriptions
- Corrected example text and parameter descriptions in ContainerInstance, ConnectedNetwork, and ConnectedKubernetes modules
- Standardized casing for cmdlet names, parameters, and key example values
Reviewed Changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
src/CosmosDB/CosmosDB/help/New-AzCosmosDBGremlinDatabaseToRestore.md | Fixed typo “speficy” → “specify” |
src/CosmosDB/CosmosDB/help/New-AzCosmosDBDatabaseToRestore.md | Fixed typo “speficy” → “specify” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBTableThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBSqlDatabaseThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBCollectionThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinGraphThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinDatabaseThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraTableThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration.md | Corrected “ThroughpyteType paramter” → “ThroughputType parameter” |
src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlStoredProcedure.md | Fixed “Stored Prcodecure” → “Stored Procedure” |
src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceObject.md | Corrected “alphine” → “alpine” in examples |
src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceNoDefaultObject.md | Corrected “alphine” → “alpine” in examples |
src/ConnectedNetwork/ConnectedNetwork/help/Stop-AzConnectedNetworkVendorFunctionRoleInstance.md | Fixed “Stoping” → “Stopping” |
src/ConnectedNetwork/ConnectedNetwork/help/New-AzConnectedNetworkAzureStackEdgeObject.md | Fixed “eviceType” → “DeviceType” |
src/ConnectedNetwork/ConnectedNetwork/help/Get-AzConnectedNetworkVendorFunction.md | Fixed “funcrtion” → “function” |
src/ConnectedNetwork/ConnectedNetwork/help/Get-AzConnectedNetworkDeviceRegistrationKey.md | Changed “commandlet” → “cmdlet” |
src/ConnectedKubernetes/ConnectedKubernetes/help/Set-AzConnectedKubernetes.md | Capitalized “Kubernetes” and fixed “InputOjbect” → “InputObject” |
src/ConnectedKubernetes/ConnectedKubernetes/help/Remove-AzConnectedKubernetes.md | Corrected “Kubconfig” → “Kubeconfig” |
src/ConnectedKubernetes/ConnectedKubernetes/help/New-AzConnectedKubernetes.md | Corrected “Kubconfig” → “Kubeconfig” |
Comments suppressed due to low confidence (2)
src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceObject.md:35
- [nitpick] Use 'an' instead of 'a' before a vowel sound: 'Create an in-memory object...'.
Create a in-memory object for Container
src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceNoDefaultObject.md:35
- [nitpick] Use 'an' instead of 'a' before a vowel sound: 'Create an in-memory object...'.
Create a in-memory object for Container with no default values
src/CosmosDB/CosmosDB/help/New-AzCosmosDBGremlinDatabaseToRestore.md
Outdated
Show resolved
Hide resolved
src/ConnectedKubernetes/ConnectedKubernetes/help/Set-AzConnectedKubernetes.md
Outdated
Show resolved
Hide resolved
src/ConnectedKubernetes/ConnectedKubernetes/help/Set-AzConnectedKubernetes.md
Outdated
Show resolved
Hide resolved
…edKubernetes.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…edKubernetes.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ore.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
/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.