-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Spelling Fixes #28044
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 #28044
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
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 pull request focuses exclusively on spelling fixes throughout the codebase, addressing typos in comments, log messages, and displayed strings without affecting any programmatic behavior.
- Corrected various misspellings and grammatical errors in comments and messages across multiple files.
- Improved the clarity of error messages and documentation strings by fixing typographical errors.
Reviewed Changes
Copilot reviewed 29 out of 31 changed files in this pull request and generated 42 comments.
Show a summary per file
File | Description |
---|---|
src/Compute/Compute/VirtualMachine/Config/SetAzureVMOperatingSystemCommand.cs | Fixed typos in comments regarding patch mode spelling. |
src/Compute/Compute/VhdManagement/Async/AsyncMachine.cs | Corrected spelling of “cancelation” to “cancellation” in comments. |
src/Compute/Compute/Sync/Download/Downloader.cs | Corrected the misspelling in the success message. |
src/Compute/Compute/Strategies/Network/LoadBalancerStrategy.cs | Fixed the spelling error “cvompatible” to “compatible.” |
src/Compute/Compute/Strategies/ComputeRp/ImageEx.cs | Corrected typos in comments for “functions” and “resource.” |
src/Compute/Compute/StorageServices/AddAzureVhdCommand.cs | Fixed the spelling in the help message. |
src/Compute/Compute/Models/PSVirtualMachine.cs | Corrected the spelling of “availability.” |
src/Compute/Compute/Manual/VirtualMachineScaleSetCreateOrUpdateMethod.cs | Fixed an extra character in a comment. |
src/Compute/Compute/Extension/VmssDiskEncryption/Scripts/AzureDiskEncryption_VMSS.ps1 | Corrected “actiavate” to “activate” in the sleep message. |
src/Compute/Compute/Extension/VmssDiskEncryption/Scripts/AzureDiskEncryption_VMSS.ps1 | Fixed “Encrypiton” to “Encryption” in a comment. |
src/Compute/Compute/Extension/SqlServer/SetAzureVMSqlServerExtensionCommand.cs | Corrected “Similair” to “Similar” in the comment. |
src/Compute/Compute/Extension/SqlServer/NewAzureVMSqlServerKeyVaultCredentialConfig.cs | Fixed the spelling of “Initialzies” to “Initializes.” |
src/Compute/Compute/Extension/SqlServer/NewAzureVMSqlServerAutoBackupConfig.cs | Corrected “Initialzies” to “Initializes.” |
src/Compute/Compute/Extension/SqlServer/AzureVMSqlServerKeyVaultCredentialSettings.cs | Fixed misspellings in comments for “Credentials.” |
src/Compute/Compute/Extension/SqlServer/AzureVMSqlServerAutoPatchingSettings.cs | Corrected “Maintainance” to “Maintenance” in two comments. |
src/Compute/Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs | Fixed a typo in a comment regarding configuration privacy. |
src/Compute/Compute/Extension/DSC/DscExtensionSettingsSerializer.cs | Corrected “Converte” to “Convert” in the summary. |
src/Compute/Compute/Extension/DSC/DscExtensionPublishCmdletCommonBase.cs | Fixed the misspelling “attemps” to “attempts” in a comment. |
src/Compute/Compute/Extension/DSC/DscExtensionPublicSettings.cs | Corrected “compatability” to “compatibility.” |
src/Compute/Compute/Extension/AzureDiskEncryption/SetAzureDiskEncryptionExtension.cs | Fixed “shapshot” to “snapshot” in a comment. |
src/Compute/Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1 | Corrected “subscritpion” to “subscription” in a comment. |
src/Compute/Compute/Extension/AzureDiskEncryption/GetAzureDiskEncryptionStatus.cs | Fixed multiple instances of “retreived” to “retrieved” and “retreive” to “retrieve.” |
src/Compute/Compute/Extension/AEM/TestAzureRmVMAEMExtension.cs | Corrected “commandlet” to “cmdlet” in the host message. |
src/Compute/Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs | Corrected spelling errors in help messages and comments (“commandlet” to “cmdlet” and “idenity” to “identity”). |
src/Compute/Compute/Extension/AEM/AEMHelper.cs | Fixed “Unkown” to “Unknown” in the error message. |
src/Compute/Compute/Extension/AEM/AEMExtensionConstants.cs | Corrected “GuestAttestaion” to “GuestAttestation” in the constant message. |
src/Compute/Compute/Common/ConstantStringTypes.cs | Fixed the spelling error “omputer” to “computer.” |
src/Compute/Compute/Common/AzureStorageContext.cs | Corrected “propeties” to “properties” and “usign” to “using” in comments. |
src/Compute/Compute/Common/AzureContextAdapterExtensions.cs | Fixed “accoutn” to “account” in the parameter description. |
src/Compute/Compute/ChangeLog.md | Fixed typos in change log messages. |
Comments suppressed due to low confidence (1)
src/Compute/Compute/StorageServices/AddAzureVhdCommand.cs:135
- Fixed typo: changed 'Posssible' to 'Possible' in the help message.
HelpMessage = "Possible values are: 'V1', 'V2'")]
} | ||
|
||
//seting patchmode | ||
//setting patchmode |
Copilot
AI
Jun 29, 2025
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.
Corrected typo: changed 'seting' to 'setting' in the patch mode comment.
//setting patchmode | |
//setting patch mode |
Copilot uses AI. Check for mistakes.
}; | ||
|
||
//seting patchmode | ||
//setting patchmode |
Copilot
AI
Jun 29, 2025
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.
Corrected typo: changed 'seting' to 'setting' in the patch mode comment.
Copilot uses AI. Check for mistakes.
|
||
// Cancels pending async operation meaning that we'll call the corresponding end operation whenever it completes | ||
// (since there is no currently real cancelation mechanism for .NET async operations) | ||
// (since there is no currently real cancellation mechanism for .NET async operations) |
Copilot
AI
Jun 29, 2025
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.
Fixed spelling: updated 'cancelation' to 'cancellation' in the comment.
Copilot uses AI. Check for mistakes.
// this.CheckOperationCompletion will set AsyncOperation.IsCompleted to false if quorum is reached or timeout is expired, | ||
// and async machine has resumed its execution. In this case we'll consider the operation not completed in time and | ||
// require user to schedule cancelation on completion port | ||
// require user to schedule cancellation on completion port |
Copilot
AI
Jun 29, 2025
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.
Fixed spelling: updated 'cancelation' to 'cancellation' in the comment.
Copilot uses AI. Check for mistakes.
} | ||
} | ||
Program.SyncOutput.WriteVerboseWithTimestamp("Blob downloaded successfullty: {0}", parameters.BlobUri.BlobName); | ||
Program.SyncOutput.WriteVerboseWithTimestamp("Blob downloaded successfully: {0}", parameters.BlobUri.BlobName); |
Copilot
AI
Jun 29, 2025
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.
Corrected typo: changed 'successfullty' to 'successfully' in the output message.
Copilot uses AI. Check for mistakes.
|
||
/// <summary> | ||
/// Custom propeties for the storage context | ||
/// Custom properties for the storage context |
Copilot
AI
Jun 29, 2025
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.
Fixed typo: updated 'propeties' to 'properties' in the comment.
Copilot uses AI. Check for mistakes.
|
||
/// <summary> | ||
/// Create a storage context usign cloud storage account | ||
/// Create a storage context using cloud storage account |
Copilot
AI
Jun 29, 2025
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.
Corrected typo: changed 'usign' to 'using' in the comment.
Copilot uses AI. Check for mistakes.
/// </summary> | ||
/// <param name="provider">The storage service provider to retrieve storage service details</param> | ||
/// <param name="accountName">The storage accoutn name</param> | ||
/// <param name="accountName">The storage account name</param> |
Copilot
AI
Jun 29, 2025
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.
Fixed typo: updated 'accoutn' to 'account' in the parameter description.
Copilot uses AI. Check for mistakes.
* Fixed `New-AzVmss` and `New-Azvm` to use `SharedGalleryImageId` parameter. | ||
* Reduced File Permissions from 0644 to 0600 for SSH Private Key File in `New-AzVm`. | ||
* Removed GuestAttestaion vm extension installation for Vmss and Vm creation cmdlets. | ||
* Removed GuestAttestation vm extension installation for Vmss and Vm creation cmdlets. |
Copilot
AI
Jun 29, 2025
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.
Corrected typo: changed 'GuestAttestaion' to 'GuestAttestation' in the changelog.
Copilot uses AI. Check for mistakes.
* An unresolved path can be passed in for '-LocalFilePath' for `Add-AzVhd`. The cmdlet with unresolve the path itself. | ||
* Added `-DataAccessAuthMode` parameter to Add-AzVhd DirectUploadToManagedDisk parameter set. | ||
* Added `-EnabldUltraSSD` parameter to New-AzHostGroup. | ||
* Added `-EnableUltraSSD` parameter to New-AzHostGroup. |
Copilot
AI
Jun 29, 2025
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.
Fixed typo: updated 'EnabldUltraSSD' to 'EnableUltraSSD' in the changelog.
Copilot uses AI. Check for mistakes.
/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.