-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28043
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 #28043
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 solely fixes spelling mistakes in comments and display strings to improve clarity and professionalism across the codebase.
- Corrects typos in examples, documentation, and inline comments.
- Updates multiple files across Communication, CognitiveServices, CloudService, and ChangeAnalysis modules.
Reviewed Changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 27 comments.
Show a summary per file
File | Description |
---|---|
src/Communication/EmailService.Autorest/examples/Get-AzEmailServiceSenderUsername.md | Fixed "infomation" to "information" in example header. |
src/Communication/EmailService.Autorest/examples/Get-AzEmailServiceDomain.md | Fixed "infomation" to "information" in example header. |
src/Communication/EmailService.Autorest/examples/Get-AzEmailService.md | Fixed "infomation" to "information" in example header. |
src/Communication/EmailService.Autorest/docs/Get-AzEmailServiceSenderUsername.md | Fixed "infomation" to "information" in example header. |
src/Communication/EmailService.Autorest/docs/Get-AzEmailServiceDomain.md | Fixed "infomation" to "information" in example header. |
src/Communication/EmailService.Autorest/docs/Get-AzEmailService.md | Fixed "infomation" to "information" in example header. |
src/Communication/Communication.Autorest/examples/Update-AzCommunicationService.md | Fixed "doamin" to "domain" in description. |
src/Communication/Communication.Autorest/examples/Get-AzCommunicationServiceKey.md | Corrected multiple instances of misspellings ("Communcation" to "Communication"). |
src/Communication/Communication.Autorest/examples/Get-AzCommunicationService.md | Fixed "infomation" to "information" in example header. |
src/Communication/Communication.Autorest/docs/Update-AzCommunicationService.md | Fixed "doamin" to "domain" in description. |
src/Communication/Communication.Autorest/docs/Get-AzCommunicationServiceKey.md | Corrected "Communcation" and "reove" typos. |
src/Communication/Communication.Autorest/docs/Get-AzCommunicationService.md | Fixed "infomation" to "information" in example header. |
src/CognitiveServices/CognitiveServices/Models/PSNetworkRuleSet.cs | Fixed "Seleted" to "Selected" in comment. |
src/CognitiveServices/CognitiveServices/Models/PSCognitiveServicesAccount.cs | Fixed "retrived" to "retrieved" in comment. |
src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/SetAzureCognitiveServicesAccount.cs | Fixed "idenetity" to "identity" in HelpMessage. |
src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/RemoveAzureCognitiveServicesAccountNetworkRule.cs | Fixed "paremeter", "reove", and "NetworkRulee" typos in comments. |
src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccountKey.cs | Fixed "Regnerate" to "Regenerate" in comment. |
src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccount.cs | Fixed "idenetity" to "identity" in HelpMessage. |
src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/AddAzureCognitiveServicesAccountNetworkRule.cs | Fixed "paremeter" to "parameter" in comment. |
src/CognitiveServices/CognitiveServices.Test/ScenarioTests/CognitiveServicesAccountTests.ps1 | Fixed "agains" to "against" in a comment. |
src/CloudService/CloudService.Autorest/docs/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.md | Fixed "FrontendIpConfigration" to "FrontendIpConfiguration" in parameter information. |
src/CloudService/CloudService.Autorest/custom/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1 | Fixed "FrontendIpConfigration" to "FrontendIpConfiguration" in HelpMessage. |
src/ChangeAnalysis/ChangeAnalysis.Autorest/test/utils.ps1 | Fixed "Deloying" to "Deploying" in log message. |
@@ -1,4 +1,4 @@ | |||
### Example 1: Get infomation on specified Azure Email services senderusername resource. | |||
### Example 1: Get information on specified Azure Email services senderusername resource. |
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 'infomation' to 'information' in the example header.
Copilot uses AI. Check for mistakes.
@@ -13,7 +13,7 @@ global customdomain.net 07-02-2024 06:11:24 test | |||
|
|||
Returns a list of all domain resources under that email services. | |||
|
|||
### Example 2: Get infomation on specified Azure Email services resource | |||
### Example 2: Get information on specified Azure Email services resource |
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 'infomation' to 'information' in the example header.
Copilot uses AI. Check for mistakes.
@@ -13,7 +13,7 @@ global ContosoResource2 06-12-2021 20:22:48 test@m | |||
|
|||
Returns a list of all ACS resources under that subscription. | |||
|
|||
### Example 2: Get infomation on specified Azure Email services resource | |||
### Example 2: Get information on specified Azure Email services resource |
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 'infomation' to 'information' in the example header.
Copilot uses AI. Check for mistakes.
@@ -47,7 +47,7 @@ Get a valid sender username for a domains resource. | |||
|
|||
## EXAMPLES | |||
|
|||
### Example 1: Get infomation on specified Azure Email services senderusername resource. | |||
### Example 1: Get information on specified Azure Email services senderusername resource. |
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 'infomation' to 'information' in the documentation example header.
Copilot uses AI. Check for mistakes.
@@ -56,7 +56,7 @@ global customdomain.net 07-02-2024 06:11:24 test | |||
|
|||
Returns a list of all domain resources under that email services. | |||
|
|||
### Example 2: Get infomation on specified Azure Email services resource | |||
### Example 2: Get information on specified Azure Email services resource |
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 'infomation' to 'information' in the documentation example header.
Copilot uses AI. Check for mistakes.
@@ -33,7 +33,7 @@ public class AddAzureCognitiveServicesAccountNetworkRuleCommand : CognitiveServi | |||
private const string NetWorkRuleStringParameterSet = "NetWorkRuleString"; | |||
|
|||
/// <summary> | |||
/// IpRule in String paremeter set name | |||
/// IpRule in String parameter set name |
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 'paremeter' to 'parameter' in the comment.
Copilot uses AI. Check for mistakes.
@@ -231,7 +231,7 @@ function Test-SetAzureRmCognitiveServicesAccount | |||
Assert-AreEqual $originalAccount.Endpoint $changedAccount.Endpoint; | |||
Assert-AreEqual $originalAccount.Kind $changedAccount.Kind; | |||
|
|||
# get the account agains | |||
# get the account against |
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 'agains' to 'against' in the comment.
# get the account against | |
# get the account againstt |
Copilot uses AI. Check for mistakes.
@@ -53,7 +53,7 @@ This command creates load balancer frontend IP configuration object with a Priva | |||
## PARAMETERS | |||
|
|||
### -Name | |||
Name of FrontendIpConfigration. | |||
Name of FrontendIpConfiguration. |
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 'FrontendIpConfigration' to 'FrontendIpConfiguration' in the parameter info.
Copilot uses AI. Check for mistakes.
@@ -24,7 +24,7 @@ function New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject { | |||
[CmdletBinding(PositionalBinding=$false)] | |||
Param( | |||
|
|||
[Parameter(HelpMessage="Name of FrontendIpConfigration.")] | |||
[Parameter(HelpMessage="Name of FrontendIpConfiguration.")] |
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 'FrontendIpConfigration' to 'FrontendIpConfiguration' in the HelpMessage.
Copilot uses AI. Check for mistakes.
@@ -45,7 +45,7 @@ function setupEnv() { | |||
New-AzResourceGroup -Name $env.resourceGroup -Location $env.location | |||
|
|||
# Deploy keyvault for test | |||
Write-Host -ForegroundColor Green "Deloying Key Vault..." | |||
Write-Host -ForegroundColor Green "Deploying Key Vault..." |
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 'Deloying' to 'Deploying' in the logging message.
Copilot uses AI. Check for mistakes.
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This does spelling fixes in codebase files that are either:
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.