-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28091
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 #28091
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 PR addresses various spelling mistakes in comments, XML documentation, help messages, and resource strings across the Storage module without altering any program logic.
- Fixed typos in XML summaries, parameter help messages, and inline comments.
- Corrected misspellings in .resx comments and displayable strings.
- Standardized terminology (e.g., “parameter”, “snapshot”, “credential”, “recursive”, “processing”).
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/Storage/Storage/Table/Cmdlet/NewAzureStorageTableSasToken.cs | Fixed “paremeter” → “parameter” in summary comment |
src/Storage/Storage/Resources.resx | Corrected “excpetion” → “exception” and other typos |
src/Storage/Storage/Queue/Cmdlet/NewAzureStorageQueueSasToken.cs | Fixed “paremeter” → “parameter” in summary comment |
src/Storage/Storage/Model/Contract/StorageTableV2Management.cs | Fixed “servcie” → “service” in summary comment |
src/Storage/Storage/Model/Contract/StorageTableManagement.cs | Fixed “assoicated” → “associated” in summary comment |
src/Storage/Storage/Model/Contract/StorageQueueManagement.cs | Fixed “assoicated” → “associated” in summary comment |
src/Storage/Storage/Model/Contract/StorageBlobManagement.cs | Fixed “assoicated” → “associated” and “presssions” → “permissions” |
src/Storage/Storage/Model/Contract/IStorageManagement.cs | Fixed “assoicated” → “associated” in summary comment |
src/Storage/Storage/Model/Contract/IStorageBlobManagement.cs | Fixed “presssions” → “permissions” in summary comment |
src/Storage/Storage/File/StorageFileDataManagementCmdletBase.cs | Fixed “Attributtes” → “Attributes” in help message |
src/Storage/Storage/File/Cmdlet/StartAzureStorageFileCopy.cs | Fixed “desination” → “destination” and other typos |
src/Storage/Storage/File/Cmdlet/RenameAzureStorageDirectory.cs | Fixed “ShareClienr” → “ShareClient” in help message |
src/Storage/Storage/File/Cmdlet/RemoveAzureStorageShare.cs | Fixed “shapshot” → “snapshot” in inline comment |
src/Storage/Storage/File/Cmdlet/NewAzureStorageShareSasToken.cs | Fixed “paremeter” → “parameter” in summary comment |
src/Storage/Storage/File/Cmdlet/NewAzureStorageFileSasToken.cs | Fixed “ShareFlieClient” → “ShareFileClient” in help |
src/Storage/Storage/File/Cmdlet/GetAzureStorageFileCopyState.cs | Fixed “mointor” → “monitor” in summary comment |
src/Storage/Storage/File/AzureStorageFileException.cs | Fixed “cateogory” → “category” in param description |
src/Storage/Storage/DatalakeGen2/Cmdlet/UpdateAzDataLakeGen2ACLRecursive.cs | Fixed “recusive” → “recursive” in summary comment |
src/Storage/Storage/DatalakeGen2/Cmdlet/SetAzDataLakeGen2ACLRecursive.cs | Fixed “recusive” → “recursive” in summary comment |
src/Storage/Storage/DatalakeGen2/Cmdlet/RestoreAzDataLakeGen2DeletedItem.cs | Fixed “assocaited” → “associated” in help message |
src/Storage/Storage/DatalakeGen2/Cmdlet/RemoveAzDataLakeGen2ACLRecursive.cs | Fixed “recusive” → “recursive” in summary comment |
src/Storage/Storage/DatalakeGen2/Cmdlet/GetAzDataLakeGen2FileContent.cs | Fixed “libraray” → “library” in inline comment |
src/Storage/Storage/DatalakeGen2/Cmdlet/GetAzDataLakeGen2ChildItem.cs | Improved “speicify” → “specify” and rephrased help |
src/Storage/Storage/DatalakeGen2/Cmdlet/DataLakeGen2ACLRecursiveBaseCmdlet.cs | Fixed “proceeing” → “processing” and “recusive” → “recursive” in comments |
Files not reviewed (1)
- src/Storage/Storage/Resources.Designer.cs: Language not supported
/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.