-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28049
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 #28049
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
The PR addresses various spelling mistakes in comments and displayable strings across example scripts, documentation files, and test scripts.
- Corrected typos in example titles and descriptions (e.g., “Reapir” → “Repair”, “Provisoning” → “Provisioning”)
- Fixed hyphenation and misspellings in admin network examples (e.g., “hybid” → “hybrid”)
- Updated test script comments and application group spelling (“corrct” → “correct”, “applicaton” → “application”)
Reviewed Changes
Copilot reviewed 34 out of 35 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
src/DevCenter/DevCenterData.AutoRest/examples/Repair-AzDevCenterUserDevBox.md | Fixed “Reapir” typo in example heading |
src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxCustomizationGroup.md | Corrected “Provisoning” in multiple comment lines |
src/DesktopVirtualization/DesktopVirtualization.Autorest/test/Update-AzWvdHostPool.Tests.ps1 | Updated “corrct” to “correct” in todo comments |
### Example 2: Create a customization groupby dev center | ||
```powershell | ||
New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -UserId "me" -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks | ||
``` | ||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 3: Create a customization groupby endpoint and InputObject | ||
```powershell | ||
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject" } | ||
New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput -Task $tasks | ||
``` | ||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 4: Create a customization groupby dev center and InputObject |
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.
Insert a space in "groupby" to read "group by" for correct phrasing.
Copilot uses AI. Check for mistakes.
### Example 2: Create a customization groupby dev center | ||
```powershell | ||
New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -UserId "me" -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks | ||
``` | ||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 3: Create a customization groupby endpoint and InputObject | ||
```powershell | ||
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject" } | ||
New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput -Task $tasks | ||
``` | ||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 4: Create a customization groupby dev center and InputObject |
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.
Insert a space in "groupby" to read "group by" for correct phrasing.
Copilot uses AI. Check for mistakes.
### Example 2: Create a customization groupby dev center | ||
```powershell | ||
New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -UserId "me" -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks | ||
``` | ||
|
||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 3: Create a customization groupby endpoint and InputObject |
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.
Insert a space in "groupby" to read "group by" for correct phrasing.
Copilot uses AI. Check for mistakes.
|
||
### Example 3: Create a customization groupby endpoint and InputObject | ||
```powershell | ||
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject" } | ||
New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput -Task $tasks | ||
``` | ||
|
||
This command creates the customization group "Provisoning" for the dev box "myDevBox". | ||
This command creates the customization group "Provisioning" for the dev box "myDevBox". | ||
|
||
### Example 4: Create a customization groupby dev center and InputObject |
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.
Insert a space in "groupby" to read "group by" for correct phrasing.
### Example 4: Create a customization groupby dev center and InputObject | |
### Example 4: Create a customization group by dev center and InputObject |
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.