-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27914
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 #27914
Conversation
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. |
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 corrects various spelling mistakes and typo errors across multiple Azure PowerShell help markdown files to improve consistency and clarity.
- Fixed misspellings of “subscription”, “resource”, “usages”, “identity”, “command”, etc.
- Standardized variable spelling in sample scripts (e.g.,
$secretResource
,$ruleSetResource
). - Corrected minor typos in example descriptions and parameter documentation.
Reviewed Changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md | Fixed “subscrition” → “subscription” |
src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md | Fixed “subscrition” → “subscription” |
src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md | Renamed misspelled $ruleSetResoure variable |
src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileScrubbingRulesObject.md | Corrected “disbale” → “disable” |
src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md | Renamed misspelled $secretResoure variable |
src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md | Renamed misspelled $secretResoure variable |
src/Cdn/Cdn/help/Invoke-AzCdnCommitProfileToAFDMigration.md | Fixed “subscrition” → “subscription” |
src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md | Renamed misspelled $ruleSetResoure variable |
src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md | Fixed “useages” → “usages” |
src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md | Fixed “useages” → “usages” |
src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md | Fixed “useages” → “usages” |
src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md | Fixed “subscrition” → “subscription” |
src/Blueprint/Blueprint/help/New-AzBlueprintAssignment.md | Fixed “rsourcegroups” → “resourcegroups” |
src/BillingBenefits/BillingBenefits/help/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md | Fixed “identiy” → “identity” |
src/Billing/Billing/help/Get-AzBillingInvoice.md | Fixed “perioStart” → “periodStart” |
src/Automation/Automation/help/New-AzAutomationConnection.md | Fixed “Certifcate” → “Certificate” |
src/Automation/Automation/help/New-AzAutomationAccount.md | Fixed “Specifiy” → “Specify” |
src/Automanage/Automanage/help/Get-AzAutomanageBestPractice.md | Fixed “commmand” → “command” |
src/ArizeAI/ArizeAI/help/Get-AzArizeAIOrganization.md | Fixed “Resoure” → “Resource” |
src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md | Fixed “bsaic” → “basic” |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.