Skip to content

Spelling Fixes #28094

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Spelling Fixes #28094

wants to merge 1 commit into from

Conversation

ArieHein
Copy link
Contributor

@ArieHein ArieHein commented Jul 1, 2025

Description

This does spelling fixes in codebase files that are either:

in comments.
in displayable strings.
There are NO other changes to programmatic aspects or code behavior.

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

@Copilot Copilot AI review requested due to automatic review settings July 1, 2025 20:53
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 applies spelling corrections in comments and displayable strings across multiple modules, without affecting any code logic or behavior.

Reviewed Changes

Copilot reviewed 21 out of 23 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Workloads/SapVirtualInstance.Autorest/examples/New-AzWorkloadsSapVirtualInstance.md Corrected “Availabile”→“Available” and “Gallary”→“Gallery”
src/Workloads/SapVirtualInstance.Autorest/docs/New-AzWorkloadsSapVirtualInstance.md Corrected “Availabile”→“Available” and “Gallary”→“Gallery”
src/Workloads/SapVirtualInstance.Autorest/custom/New-AzWorkloadsSapVirtualInstance/New-AzWorkloadsSapVirtualInstance_CreateWithJsonString.cs Fixed typos in XML comments (“generatd”→“generated”, “Intializes”→“Initializes”)
src/WindowsIotServices/WindowsIotServices.Autorest/test/Update-AzWindowsIotServicesDevice.Tests.ps1 Corrected “paramter”→“parameter” in test comment
src/TrustedSigning/TrustedSigning/Commands/GetAzureTrustedSigningRootCert.cs Fixed typo in comment (“namme”→“name”)
src/TrafficManager/TrafficManager/Properties/Resources.resx Fixed typo in resource string (“adress”→“address”)
src/TimeSeriesInsights/TimeSeriesInsights/ChangeLog.md Corrected typo in ChangeLog (“verision”→“version”)
src/Terraform/Terraform/ChangeLog.md Corrected typo in ChangeLog (“descrption”→“description”)
src/Synapse/Synapse/Properties/Resources.resx Multiple typo fixes in resource strings (e.g., “specifiy”→“specify”)
src/Synapse/Synapse/Models/ManagementModels/SynapseAnalyticsManagementClient.cs Fixed typo in comment (“integraiton”→“integration”)
src/Synapse/Synapse/Models/ManagementModels/Auditing/DefinitionsCommon.cs Fixed typo in exception message (“acount”→“account”)
src/Synapse/Synapse/Models/DataPlaneModels/Spark/SynapseAnalyticsSparkClient.cs Fixed typo in TODO comment (“excetpion”→“exception”)
src/Synapse/Synapse/Common/TaskOutputStream.cs Corrected typos in class comments (“Ouput”→“Output”, “perfomance”→“performance”)
src/Synapse/Synapse/Common/HelpMessages.cs Fixed various typos in help messages (e.g., “coverd”→“covered”, “bakcup”→“backup”)
src/Synapse/Synapse/Commands/ManagementCommands/Workspace/GetAzureSynapseWorkspace.cs Fixed typo in comment (“avaliable”→“available”)
src/Synapse/Synapse/Commands/ManagementCommands/IntegrationRuntimes/SetAzureSynapseIntegrationRuntime.cs Fixed typo in comment (“pramaters”→“parameters”)
src/Synapse/Synapse/ChangeLog.md Corrected multiple typos in ChangeLog entries
src/Synapse/Synapse.Test/ScenarioTests/DataClassificationTests.ps1 Fixed typos in test comments (“ther”→“there”, “recommdations”→“recommendations”)
src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 Fixed typo in synopsis comment (“passwrod”→“password”)
src/Synapse/Synapse.Autorest/test/common.ps1 Fixed typo in synopsis comment (“perios”→“period”)
src/Support/Support.Autorest/test/utils.ps1 Fixed typo in test comment (“workpace”→“workspace”)
Files not reviewed (2)
  • src/Synapse/Synapse/Properties/Resources.Designer.cs: Language not supported
  • src/TrafficManager/TrafficManager/Properties/Resources.Designer.cs: Language not supported

@YanaXu
Copy link
Contributor

YanaXu commented Jul 2, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

github-actions bot commented Jul 4, 2025

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

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.

2 participants