-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27953
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
Merged
Merged
Spelling Fixes #27953
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adding additional findings Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 errors across documentation and help files for Azure PowerShell tooling.
- Fixed typos in help markdown (
Install-AzModule.md
) - Corrected spelling in CI filter, test docs, and migration guides
- Updated multiple internal and development-doc docs for consistency
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
tools/Az.Tools.Installer/help/Install-AzModule.md | “mininum” → “minimum” |
documentation/tooling/ci-filter.md | “occurr” → “occur”, “whichs” → “which” |
documentation/testing-docs/using-azure-test-framework.md | Corrected “JoAbnd” → “JobAnd” |
documentation/testing-docs/test-matrix-for-az-accounts.md | “Subscrption” → “Subscription”, “compatability” → “compatibility”, “reqeust” → “request” |
documentation/migration-guides/Az.8.0.0-migration-guide.md | “descprption” → “description” |
documentation/migration-guides/Az.6.0.0-migration-guide.md | “completly” → “completely” (twice) |
documentation/migration-guides/Az.3.0.0-migration-guide.md | “proeprties” → “properties” |
documentation/migration-guides/Az.14.0.0-migration-guide.md | “credencial” → “credential” |
documentation/migration-guides/Az.13.0.0-migration-guide.md | “rescursively” → “recursively”, “Conetxt” → “Context” |
documentation/migration-guides/Az.12.0.0-migration-guide.md | “erro” → “error” (three occurrences), “Compatbile” → “Compatible” |
documentation/migration-guides/Az.11.0.0-migration-guide.md | “Acess” → “Access”, “ouput” → “output” |
documentation/internal/pull-request-review-knowledge-share.md | “Assemlby” → “Assembly” |
documentation/internal/authinrdfe.md | “Managemnt” → “Management”, “tolken” → “token” |
documentation/development-docs/sdkbased-vs-autogen.md | “comparation” → “comparison”, “Accouts” → “Accounts” |
documentation/development-docs/generate-format.ps1xml-file.md | “formated” → “formatted” |
documentation/development-docs/design-guidelines/azure-powershell-exceptions.md | “representive” → “representative” |
documentation/development-docs/breakingchange-for-autogen-module.md | “moudle verision” → “module version”, “namesapce” → “namespace” |
documentation/development-docs/azure-powershell-developer-guide.md | “Excutable” → “Executable” |
documentation/breaking-changes/breaking-changes-in-generated-modules-due-to-codegen-tool-upgrade-from-v3-to-v4.md | “pipline” → “pipeline” |
vidai-msft
previously approved these changes
Jun 13, 2025
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
dolauli
approved these changes
Jun 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Additional spelling fixes.
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.