-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28056
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 #28056
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 pull request applies spelling fixes in various documentation comments and displayable strings across multiple files. The changes address typos such as incorrect word forms and mis-spellings to improve clarity and consistency in the codebase.
- Corrected spelling errors in comments and strings.
- Standardized terminology across examples, documentation, and parameter names.
Reviewed Changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 24 comments.
Show a summary per file
File | Description |
---|---|
src/MarketplaceOrdering/MarketplaceOrdering.Autorest/README.md | Fixed typo “mapp” to “map” in a comment. |
src/Marketplace/Marketplace.Autorest/README.md | Corrected “commads” to “command” in a comment. |
src/MariaDb/MariaDb.Autorest/examples/Get-AzMariaDbFirewallRule.md | Fixed typo “girewall” to “firewall” in a comment. |
src/MariaDb/MariaDb.Autorest/docs/Update-AzMariaDbConfiguration.md | Corrected “Update-AzMariaDberver” to “Update-AzMariaDbServer” in documentation. |
src/MariaDb/MariaDb.Autorest/docs/Get-AzMariaDbFirewallRule.md | Fixed typo “girewall” to “firewall” in a comment. |
src/MariaDb/MariaDb.Autorest/custom/Update-AzMariaDbConfiguration.ps1 | Corrected spelling in the function description. |
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL3Domain.md | Fixed “Isolatoion” to “Isolation” in header and description. |
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL2Domain.md | Fixed “Isolatoion” to “Isolation” in header and description. |
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL3Domain.md | Corrected “Isolatoion” to “Isolation” in examples. |
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL2Domain.md | Updated “Isolatoion” to “Isolation” (and standardized naming) in examples. |
src/Maintenance/Maintenance/Common/MaintenanceClient.cs | Fixed parameter name spelling in the constructor. |
src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1 | Corrected multiple typos (“sifferent” to “different”, “Dyamic” to “Dynamic”) in comments. |
src/MachineLearningServices/MachineLearningServices.Autorest/test/utils.ps1 | Fixed typo “newwork” to “network” in a comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/test/New-AzMLWorkspaceJob.Tests.ps1 | Corrected “runing” to “running” in a comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md | Fixed typos (“oupt” to “output”, “vaule” to “value”) in the introductory comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md | Similar spelling corrections in the introductory comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md | Fixed typo “enpoints” to “endpoints” in headers and descriptions. |
src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md | Corrected “regist” to “registry” in the comment text. |
src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md | Applied similar spelling corrections in the documentation comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md | Applied similar spelling corrections in the documentation comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md | Reaffirmed spelling corrections for “endpoints” in the documentation. |
src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md | Corrected “regist” to “registry” in the documentation comment. |
src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 | Fixed typo “extanded” to “extended” in a code comment. |
src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs | Fixed typo “certifcate” to “certificate” in the XML documentation comment. |
@@ -64,7 +64,7 @@ directive: | |||
subject: MarketplaceTerms | |||
remove: true | |||
|
|||
# List response not mapp swagger define. | |||
# List response not map swagger define. |
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.
Corrected the typo 'mapp' to 'map' in the comment for clarity.
# List response not map swagger define. | |
# List response not mapped swagger definition. |
Copilot uses AI. Check for mistakes.
@@ -115,7 +115,7 @@ directive: | |||
subject: PrivateStore | |||
remove: true | |||
|
|||
# Change commads names to Get | |||
# Change command names to Get |
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.
Fixed the typo 'commads' to 'command' in the comment.
Copilot uses AI. Check for mistakes.
@@ -11,7 +11,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules | |||
frname-001 Microsoft.DBforMariaDB/servers/firewallRules | |||
``` | |||
|
|||
This command lists all girewall rule under a MariaDB. | |||
This command lists all firewall rule under a MariaDB. |
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.
Changed 'girewall' to 'firewall' to correct the typo in the comment.
This command lists all firewall rule under a MariaDB. | |
This command lists all firewall rules under a MariaDB. |
Copilot uses AI. Check for mistakes.
@@ -28,7 +28,7 @@ Update-AzMariaDbConfiguration -InputObject <IMariaDbIdentity> [-Source <String>] | |||
|
|||
## DESCRIPTION | |||
Updates a configuration of a server. | |||
Use Update-AzMariaDberver instead if you want update AdministratorLoginPassword, sku, etc. | |||
Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc. |
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.
Replaced 'Update-AzMariaDberver' with 'Update-AzMariaDbServer' to fix the typo.
Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc. | |
Use Update-AzMariaDbServer instead if you want to update AdministratorLoginPassword, SKU, etc. |
Copilot uses AI. Check for mistakes.
@@ -47,7 +47,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules | |||
frname-001 Microsoft.DBforMariaDB/servers/firewallRules | |||
``` | |||
|
|||
This command lists all girewall rule under a MariaDB. | |||
This command lists all firewall rule under a MariaDB. |
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.
Corrected the typo 'girewall' to 'firewall' in the documentation comment.
This command lists all firewall rule under a MariaDB. | |
This command lists all firewall rules under a MariaDB. |
Copilot uses AI. Check for mistakes.
@@ -30,7 +30,7 @@ Create an in-memory object for CommandJob. | |||
|
|||
### Example 1: Create an in-memory object for CommandJob | |||
```powershell | |||
# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject | |||
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject |
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.
Applied spelling corrections: 'oupt' to 'output' and 'vaule' to 'value'.
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject | |
# You can use the following commands to create job input or job output as values passed to the JobInput or JobOutput parameters of the New-AzMLWorkspaceCommandJobObject |
Copilot uses AI. Check for mistakes.
@@ -36,7 +36,7 @@ Get Online Endpoint. | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Lists all online enpoints under a workspace | |||
### Example 1: Lists all online endpoints under a workspace |
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.
Ensured consistent spelling of 'endpoints' in the documentation header.
Copilot uses AI. Check for mistakes.
@@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist | |||
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry |
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.
Corrected 'regist' to 'registry' to fix the typo in the header.
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry | |
### Example 1: Lists all the keys associated with this workspace. This includes keys for the storage account, app insights, and password for container registryry |
Copilot uses AI. Check for mistakes.
...hineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1
Show resolved
Hide resolved
src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 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.