-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28089
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
base: main
Are you sure you want to change the base?
Spelling Fixes #28089
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 various spelling mistakes in comments and displayable strings without altering program logic or behavior.
- Standardized spelling of terms like "Create", "command", "virtual", "view", and "existent".
- Updated test and documentation files to fix typos in comments and examples.
- No functional or API changes introduced.
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/StandbyPool/StandbyPool.Autorest/examples/New-AzStandbyVMPool.md | Fixed "Creat" → "Create" and "commnand" → "command" |
src/StandbyPool/StandbyPool.Autorest/examples/Get-AzStandbyVMPoolStatus.md | Fixed "veiw" → "view" |
src/StandbyPool/StandbyPool.Autorest/examples/Get-AzStandbyVMPool.md | Fixed "virutal" → "virtual" |
src/StandbyPool/StandbyPool.Autorest/examples/Get-AzStandbyContainerGroupPoolStatus.md | Fixed "veiw" → "view" |
src/StandbyPool/StandbyPool.Autorest/docs/New-AzStandbyVMPool.md | Fixed "Creat" → "Create" and "commnand" → "command" |
src/StandbyPool/StandbyPool.Autorest/docs/Get-AzStandbyVMPoolStatus.md | Fixed "veiw" → "view" |
src/StandbyPool/StandbyPool.Autorest/docs/Get-AzStandbyVMPool.md | Fixed "virutal" → "virtual" |
src/StandbyPool/StandbyPool.Autorest/docs/Get-AzStandbyContainerGroupPoolStatus.md | Fixed "veiw" → "view" |
src/Sql/Sql.Test/ScenarioTests/TransparentDataEncryptionCrudTests.ps1 | Fixed "transpagrent" → "transparent" |
src/Sql/Sql.Test/ScenarioTests/ServerTrustGroupTests.ps1 | Fixed "locaiton" → "location" |
src/Sql/Sql.Test/ScenarioTests/ServerTrustCertificateTests.ps1 | Fixed "existnat" → "existent" in multiple comments |
src/Sql/Sql.Test/ScenarioTests/ServerIpv6CrudTests.ps1 | Fixed "unknow" → "unknown" |
src/Sql/Sql.Test/ScenarioTests/ServerConfigurationOptionTests.ps1 | Fixed "existnat" → "existent" |
src/Sql/Sql.Test/ScenarioTests/ServerActiveDirectoryAdministratorTest.cs | Fixed "hould" → "should" |
src/Sql/Sql.Test/ScenarioTests/ManagedInstanceOperationScenarioTests.ps1 | Fixed "finsihed" → "finished", "initate" → "initiate", "operaiton" → "operation" |
src/Sql/Sql.Test/ScenarioTests/ManagedInstanceCrudScenarioTests.cs | Fixed "unknow" → "unknown" |
src/Sql/Sql.Test/ScenarioTests/ManagedDatabaseLogReplayScenarioTest.ps1 | Fixed "Complted" → "Completed" |
src/Sql/Sql.Test/ScenarioTests/ManagedDatabaseCrudScenarioTests.ps1 | Fixed "automaticly" → "automatically", "stabilaze" → "stabilize" |
src/Sql/Sql.Test/ScenarioTests/ManagedDatabaseBackupTests.ps1 | Fixed "DatabaeName" → "DatabaseName" in example comments |
src/Sql/Sql.Test/ScenarioTests/InstanceFailoverGroupTests.cs | Fixed "Swith" → "Switch" in skipped test messages |
src/Sql/Sql.Test/ScenarioTests/EndpointCertificateTests.ps1 | Fixed "existnat" → "existent" |
src/Sql/Sql.Test/ScenarioTests/ElasticJobTargetGroupCrudTests.ps1 | Fixed "inpuut" → "input" |
src/Sql/Sql.Test/ScenarioTests/ElasticJobPrivateEndpointCrudTests.ps1 | Fixed "valide" → "valid" |
src/Sql/Sql.Test/ScenarioTests/DatabaseCrudStretchTests.ps1 | Fixed "databse" → "database" |
src/Sql/Sql.Test/ScenarioTests/DatabaseBackupTests.ps1 | Fixed "DatabaeName" → "DatabaseName" in example comments |
src/Sql/Sql.Test/ScenarioTests/DatabaseActivationTests.ps1 | Fixed "pasuing" → "pausing" |
src/Sql/Sql.Test/ScenarioTests/DataMaskingTests.ps1 | Fixed "ilegal" → "illegal" |
src/Sql/Sql.Test/ScenarioTests/DataClassificationTests.ps1 | Fixed "recommdations" → "recommendations" in multiple comments |
src/Sql/Sql.Test/ScenarioTests/AuditTests.ps1 | Fixed "speficying"/"speficying" → "specifying" |
src/Sql/Sql.Test/ScenarioTests/AdvisorTests.ps1 | Fixed "exlude" → "exclude" |
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). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
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.