-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28088
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 #28088
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 corrects spelling mistakes in comments and user-facing strings across multiple code files without altering any program logic.
- Fixed typos in XML comments and help messages.
- Corrected misspellings in resource strings.
- Standardized terminology (e.g., “Legacy”, “ScheduleItem”, “resources”).
Reviewed Changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/Sql/Sql/Server/Services/AzureSqlServerAdapter.cs | Fixed “proetected” → “protected” |
src/Sql/Sql/Server/Cmdlet/AzureSqlServerCmdletBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/Replication/Services/AzureSqlDatabaseReplicationCommunicator.cs | Fixed “Lagecy” → “Legacy” |
src/Sql/Sql/Replication/Services/AzureSqlDatabaseReplicationAdapter.cs | Fixed “Auzre” → “Azure” |
src/Sql/Sql/RecommendedAction/Service/AzureSqlRecommendedActionCommunicatorBase.cs | Fixed “contructor” → “constructor” |
src/Sql/Sql/RecommendedAction/Cmdlet/RecommendedActionState.cs | Fixed “inititiated” → “initiated” |
src/Sql/Sql/Properties/Resources.resx | Fixed “Submiting” → “Submitting”; “Permanantly” → “Permanently” |
src/Sql/Sql/OutboundFirewallRules/Cmdlet/AzureSqlServerOutboundFirewallRulesCmdletBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/ManagedInstanceSchedule/Cmdlet/NewAzureSqlManagedInstanceSchedule.cs | Fixed “SheduleItem” → “ScheduleItem” |
src/Sql/Sql/ManagedInstanceOperation/Cmdlet/ManagedInstanceOperationCmdletBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/ManagedInstanceLedgerDigestUploads/Services/AzureSqlManagedDatabaseLedgerDigestUploadCommunicator.cs | Fixed “resoures” → “resources” |
src/Sql/Sql/ManagedInstanceLedgerDigestUploads/Cmdlet/AzureSqlManagedDatabaseLedgerDigestUploadBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/ManagedInstanceDtc/Cmdlet/ManagedInstanceDtcCmdletBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/ManagedInstance/Cmdlet/ManagedInstanceCmdletBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/ManagedDatabase/Services/AzureSqlManagedDatabaseCommunicator.cs | Fixed “resoures” → “resources” |
src/Sql/Sql/ManagedDatabase/Services/AzureSqlManagedDatabaseAdapter.cs | Fixed “databse” → “database” (twice) |
src/Sql/Sql/ManagedDatabase/Model/AzureSqlRecoverableManagedDatabaseModel.cs | Fixed “availabe” → “available” |
src/Sql/Sql/ManagedDatabase/Model/AzureSqlManagedDatabaseModel.cs | Fixed “databse” → “database”; “catalov” → “catalog” |
src/Sql/Sql/ManagedDatabase/Cmdlet/MoveCopy/GetMoveCopyAzureSqlManagedDatabaseOperationsBase.cs | Fixed “opereation” → “operation” |
src/Sql/Sql/Location Capabilities/Model/ServiceObjectiveCapabilityModel.cs | Fixed “Objecive” → “Objective” |
src/Sql/Sql/Location Capabilities/Model/ServerVersionCapabilityModel.cs | Fixed “datababase” → “database” |
src/Sql/Sql/LedgerDigestUploads/Services/AzureSqlDatabaseLedgerDigestUploadCommunicator.cs | Fixed “resoures” → “resources” |
src/Sql/Sql/LedgerDigestUploads/Cmdlet/AzureSqlDatabaseLedgerDigestUploadBase.cs | Fixed “Intializes” → “Initializes” |
src/Sql/Sql/Ipv6FirewallRule/Cmdlet/AzureSqlServerIpv6FirewallRuleCmdletBase.cs | Fixed “Intializes” → “Initializes” |
Files not reviewed (1)
- src/Sql/Sql/Properties/Resources.Designer.cs: Language not supported
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.