-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27915
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 #27915
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 addresses various spelling mistakes in the Azure PowerShell help markdown files, improving clarity and correctness across multiple cmdlet examples.
- Corrected typos in variable names, comments, and example descriptions
- Standardized wording in sample outputs and parameter explanations
- Ensured consistency in terminology (e.g., “default”, “midnight”, “domain”)
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/Compute/Compute/help/New-AzVmssConfig.md | Fixed typo in variable name ($vmGADefaultIDentity → $vmGADefaultIdentity ) |
src/Compute/Compute/help/New-AzVmss.md | Corrected “SecureBootEnalbed” → “SecureBootEnabled” and “configration” → “configuration” |
src/Compute/Compute/help/New-AzVM.md | Fixed “defualt” → “default” in example heading |
src/Compute/Compute/help/New-AzGalleryImageVersion.md | Corrected “mignight” → “midnight” in description |
src/Compute/Compute/help/New-AzGalleryImageDefinition.md | Corrected “mignight” → “midnight” in description |
src/Compute/Compute/help/New-AzDiskPurchasePlanConfig.md | Fixed “planPorduct” → “planProduct” in example |
src/Compute/Compute/help/Get-AzHost.md | Corrected “retuns” → “returns” and “ResouceId” → “ResourceId” |
src/Compute/Compute/help/Get-AzDiskEncryptionSetAssociatedResource.md | Fixed typo in sample path (exmapleDisk02 → exampleDisk02 ) |
src/Compute/Compute/help/Export-AzLogAnalyticThrottledRequest.md | Corrected “applicaiton”/“appliction” → “application” |
src/Compute/Compute/help/Add-AzVmssExtension.md | Fixed “securd paramaters” → “secured parameters” |
src/Compute/Compute/help/Add-AzVhd.md | Corrected “Posssible” → “Possible” |
src/Communication/Communication/help/Update-AzCommunicationService.md | Fixed “doamin” → “domain” in synopsis |
src/Communication/Communication/help/Get-AzEmailServiceSenderUsername.md | Corrected “infomation” → “information” |
src/Communication/Communication/help/Get-AzEmailServiceDomain.md | Corrected “infomation” → “information” |
src/Communication/Communication/help/Get-AzEmailService.md | Corrected “infomation” → “information” |
src/Communication/Communication/help/Get-AzCommunicationServiceKey.md | Fixed “Communcation” → “Communication” in heading and description |
src/Communication/Communication/help/Get-AzCommunicationService.md | Corrected “infomation” → “information” |
src/CognitiveServices/CognitiveServices/help/Remove-AzCognitiveServicesAccountNetworkRule.md | Fixed “VirtualNetworkReourceId” → “VirtualNetworkResourceId” |
src/CognitiveServices/CognitiveServices/help/New-AzCognitiveServicesAccount.md | Corrected “idenetity” → “identity” in parameter description |
src/CloudService/CloudService/help/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.md | Corrected “Configration” → “Configuration” in parameter description |
/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.