Skip to content

Spelling Fixes #28087

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
Jul 4, 2025
Merged

Spelling Fixes #28087

merged 1 commit into from
Jul 4, 2025

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:26
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

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 fixes in comments and displayable strings across multiple files to improve readability and correctness, without altering any program logic or behavior.

  • Corrected typos in XML doc comments and help messages
  • Standardized spelling for terms like "authentication", "subscription", "database", etc.

Reviewed Changes

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

Show a summary per file
File Description
src/Sql/Sql/InstanceActiveDirectoryOnlyAuthentication/Services/AzureSqlInstanceActiveDirectoryOnlyAuthenticationCommunicator.cs Fixed spelling of "authenctications" to "authentications" in summary
src/Sql/Sql/InstanceActiveDirectoryOnlyAuthentication/Services/AzureSqlInstanceActiveDirectoryOnlyAuthenticationAdapter.cs Corrected "Insance" to "Instance" in return comment
src/Sql/Sql/Instance Pools/Cmdlet/SetAzureSqlInstancePool.cs Fixed "identifer" to "identifier"
src/Sql/Sql/Instance Failover Group/Cmdlet/NewAzureSqlInstanceFailoverGroup.cs Corrected "subscripton" to "subscription" in help message
src/Sql/Sql/ImportExport/Cmdlet/ImportExportCmdletArmBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/ImportExport/Cmdlet/GetAzureSqlDatabaseImportExportStatus.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/FirewallRule/Cmdlet/AzureSqlServerFirewallRuleCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Failover Group/Services/AzureSqlFailoverGroupAdapter.cs Corrected "functaion" to "function" in param comment
src/Sql/Sql/EndpointCertificate/Cmdlet/AzureSqlInstanceEndpointCertificateCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Pools/Services/AzureSqlElasticPoolAdapter.cs Corrected "ElascitPoolAcitivy" to "ElasticPoolActivity"
src/Sql/Sql/Elastic Pools/Cmdlet/StopAzureSqlElasticPoolActivity.cs Fixed "activies" to "activities" in returns comment
src/Sql/Sql/Elastic Jobs/Services/AzureSqlElasticJobAdapter.cs Corrected "repsonse" to "response" in param comment
src/Sql/Sql/Elastic Jobs/Cmdlet/TargetGroup/AzureSqlElasticJobTargetGroupCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/Target/AzureSqlElasticJobTargetCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/PrivateEndpoint/AzureSqlElasticJobPrivateEndpointCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/JobStep/SetAzureSqlElasticJobStep.cs Corrected "attemps" to "attempts" in help message
src/Sql/Sql/Elastic Jobs/Cmdlet/JobStep/AzureSqlElasticJobStepCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/JobExecution/StartAzureSqlElasticJob.cs Corrected "execuution" to "execution" in param comment
src/Sql/Sql/Elastic Jobs/Cmdlet/Job/AzureSqlElasticJobCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/Credential/AzureSqlElasticJobCredentialCmdletBase.cs Corrected "Intialize" to "Initialize" in summary
src/Sql/Sql/Elastic Jobs/Cmdlet/Agent/AzureSqlElasticJobAgentCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/DistributedAvailabilityGroup/Services/AzureSqlManagedInstanceLinkAdapter.cs Corrected "availiability" to "availability"
src/Sql/Sql/DistributedAvailabilityGroup/Cmdlet/AzureSqlManagedInstanceLinkCmdletBase.cs Fixed "Intializes" to "Initializes" in summary
src/Sql/Sql/Database/Model/AzureSqlDatabaseModel.cs Corrected "databse" to "database" in summary
src/Sql/Sql/Database Backup/Services/AzureSqlDatabaseBackupCommunicator.cs Fixed "resoures" to "resources" in summary
src/Sql/Sql/Data Sync/Model/AzureSqlSyncMemberModel.cs Corrected "Databse" to "Database" in param comment
src/Sql/Sql/Data Sync/Model/AzureSqlSyncGroupModel.cs Corrected "Databse" to "Database" in param comment
src/Sql/Sql/Auditing/DefinitionsCommon.cs Fixed "acount" to "account" in exception message
src/Sql/Sql/Advisor/Service/AzureSqlAdvisorCommunicatorBase.cs Corrected "contructor" to "constructor" in summary
src/Sql/Sql/Advisor/Cmdlet/AdvisorAutoExecuteStatus.cs Fixed "explicity" to "explicitly" in summary

Copy link
Contributor

Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon.

@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).

@YanaXu YanaXu merged commit 13971a4 into Azure:main Jul 4, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-31 branch July 4, 2025 20:47
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