-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Spelling Fixes #28087
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 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 |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
/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:
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.