-
Notifications
You must be signed in to change notification settings - Fork 4k
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
base: main
Are you sure you want to change the base?
Spelling Fixes #28094
Conversation
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 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
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
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
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.