Skip to content

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

Merged
merged 10 commits into from
Jun 13, 2025
Merged

Spelling Fixes #27916

merged 10 commits into from
Jun 13, 2025

Conversation

ArieHein
Copy link
Contributor

Description

Additional spelling fixes.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

ArieHein and others added 5 commits June 5, 2025 00:18
@Copilot Copilot AI review requested due to automatic review settings June 10, 2025 18:38
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a 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

vidai-msft and others added 4 commits June 11, 2025 16:03
…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>
@vidai-msft vidai-msft enabled auto-merge (squash) June 11, 2025 08:10
@vidai-msft
Copy link
Contributor

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@vidai-msft
Copy link
Contributor

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@vidai-msft vidai-msft closed this Jun 13, 2025
auto-merge was automatically disabled June 13, 2025 04:53

Pull request was closed

@vidai-msft vidai-msft reopened this Jun 13, 2025
@vidai-msft vidai-msft merged commit 091b901 into Azure:main Jun 13, 2025
12 checks passed
@ArieHein ArieHein deleted the wave-03 branch June 13, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants