Skip to content

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

Merged
merged 1 commit into from
Jun 30, 2025
Merged

Spelling Fixes #28043

merged 1 commit into from
Jun 30, 2025

Conversation

ArieHein
Copy link
Contributor

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 June 29, 2025 14:22
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 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.
Copy link
Preview

Copilot AI Jun 29, 2025

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
Copy link
Preview

Copilot AI Jun 29, 2025

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
Copy link
Preview

Copilot AI Jun 29, 2025

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.
Copy link
Preview

Copilot AI Jun 29, 2025

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
Copy link
Preview

Copilot AI Jun 29, 2025

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
Copy link
Preview

Copilot AI Jun 29, 2025

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
Copy link
Preview

Copilot AI Jun 29, 2025

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.

Suggested change
# 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.
Copy link
Preview

Copilot AI Jun 29, 2025

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.")]
Copy link
Preview

Copilot AI Jun 29, 2025

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..."
Copy link
Preview

Copilot AI Jun 29, 2025

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.

@YanaXu
Copy link
Contributor

YanaXu commented Jun 30, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu enabled auto-merge (squash) June 30, 2025 03:35
@YanaXu YanaXu merged commit 3809019 into Azure:main Jun 30, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-05 branch June 30, 2025 14:19
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