-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #27949
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 #27949
Changes from all commits
7381bbc
580bd7f
53720cc
a993c8e
9cd4173
39acfe3
fd4b63e
9e056a2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ Accept wildcard characters: False | |
``` | ||
|
||
### -Offer | ||
The name of the marketplae gallery image definition offer. | ||
The name of the marketplace gallery image definition offer. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'marketplae' to 'marketplace'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
```yaml | ||
Type: System.String | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -546,7 +546,7 @@ Accept wildcard characters: False | |
|
||
### -ProvisionVMAgent | ||
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine creation process. | ||
VM Agent is provsioned by default. | ||
VM Agent is provisioned by default. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changed 'provsioned' to 'provisioned'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
Please pass -ProvisionVMAgent:$false to disable. | ||
|
||
```yaml | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ Name ResourceGroupName | |
testImage test-rg | ||
``` | ||
|
||
This command updates an exisiting image in the specified resource group. | ||
This command updates an existing image in the specified resource group. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'exisiting' to 'existing'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ Name ResourceGroupName | |
testLnet test-rg | ||
``` | ||
|
||
This command updates an exisiting logical network in the specified resource group. | ||
This command updates an existing logical network in the specified resource group. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'exisiting' to 'existing'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ Name ResourceGroupName | |
testNic test-rg | ||
``` | ||
|
||
This command updates an exisiting network interface in the specified resource group. | ||
This command updates an existing network interface in the specified resource group. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'exisiting' to 'existing'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ Name ResourceGroupName | |
testStoragePath test-rg | ||
``` | ||
|
||
This command updates an exisiting storage path in the specified resource group. | ||
This command updates an existing storage path in the specified resource group. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'exisiting' to 'existing'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ Name ResourceGroupName | |
testVhd test-rg | ||
``` | ||
|
||
This command updates an exisiting virtual hard disk in the specified resource group. | ||
This command updates an existing virtual hard disk in the specified resource group. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'exisiting' to 'existing'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -39,7 +39,7 @@ Get a StandbyVirtualMachinePoolResource | |||||
|
||||||
## EXAMPLES | ||||||
|
||||||
### Example 1: get a standby virutal machine pool | ||||||
### Example 1: get a standby virtual machine pool | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed 'virutal' to 'virtual' in the example title.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
```powershell | ||||||
Get-AzStandbyVMPool ` | ||||||
-SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ SystemDataLastModifiedByType : | |
Type : Microsoft.StandbyPool/standbyVirtualMachinePools/runtimeViews | ||
``` | ||
|
||
Above command is getting a runtime veiw of standby virtual machine pool. | ||
Above command is getting a runtime view of standby virtual machine pool. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'veiw' to 'view'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -37,7 +37,7 @@ create a StandbyVirtualMachinePoolResource | |||||
|
||||||
## EXAMPLES | ||||||
|
||||||
### Example 1: Creat a new standby virtual machine pool | ||||||
### Example 1: Create a new standby virtual machine pool | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed 'Creat' to 'Create' in the example title. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
```powershell | ||||||
New-AzStandbyVMPool ` | ||||||
-Name testPool ` | ||||||
|
@@ -71,7 +71,7 @@ Type : microsoft.standbypool/standbyvirtualmachinep | |||||
VirtualMachineState : Running | ||||||
``` | ||||||
|
||||||
Above commnand is creating a new standby virtual machine pool | ||||||
Above command is creating a new standby virtual machine pool | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changed 'commnand' to 'command'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
## PARAMETERS | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ Gets a Storage Mover resource. | |
|
||
## EXAMPLES | ||
|
||
### Example 1: Get all Storage movers in a subcription | ||
### Example 1: Get all Storage movers in a subscription | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changed 'subcription' to 'subscription'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
```powershell | ||
Get-AzStorageMover | ||
``` | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ SystemDataLastModifiedByType : Application | |
Type : microsoft.storagemover/storagemovers/endpoints | ||
``` | ||
|
||
This command creats an Azure Storage SMB file share endpoint. | ||
This command creates an Azure Storage SMB file share endpoint. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected the misspelling 'creats' to 'creates'. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
## PARAMETERS | ||
|
||
|
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.
Corrected 'Remort' to 'Remote'.
Copilot uses AI. Check for mistakes.