-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28051
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
base: main
Are you sure you want to change the base?
Spelling Fixes #28051
Changes from all commits
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 |
---|---|---|
|
@@ -23,13 +23,13 @@ Create an in-memory object for DynamicRoutingEnrichment. | |
|
||
### Example 1: Create an in-memory object for DynamicRoutingEnrichment. | ||
```powershell | ||
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value vaule1 | ||
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value value1 | ||
``` | ||
|
||
```output | ||
Key Value | ||
--- ----- | ||
key1 vaule1 | ||
key1 value1 | ||
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 spelling: changed 'vaule1' to 'value1' in the output. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
``` | ||
|
||
Create an in-memory object for DynamicRoutingEnrichment. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
### Example 1: Create an in-memory object for DynamicRoutingEnrichment. | ||
```powershell | ||
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value vaule1 | ||
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value value1 | ||
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 spelling: changed 'vaule1' to 'value1' in the command usage. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
``` | ||
|
||
```output | ||
Key Value | ||
--- ----- | ||
key1 vaule1 | ||
key1 value1 | ||
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 spelling: changed 'vaule1' to 'value1' in the output. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
``` | ||
|
||
Create an in-memory object for DynamicRoutingEnrichment. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ Type : Microsoft.EventHub/namespaces/eventhubs | |
UpdatedAt : 4/25/2023 3:55:46 AM | ||
``` | ||
|
||
Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Delete`. | ||
Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Delete`. | ||
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 spelling: changed 'CleaupPolicy' to 'CleanupPolicy' in the Delete example. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
|
||
### Example 2: Create EventHub with Capture Enabled | ||
```powershell | ||
|
@@ -158,7 +158,7 @@ Type : Microsoft.EventHub/namespaces/eventhubs | |
UpdatedAt : 4/25/2023 4:05:58 AM | ||
``` | ||
|
||
Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Compact`. | ||
Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Compact`. | ||
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 spelling: changed 'CleaupPolicy' to 'CleanupPolicy' in the Compact example. 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 spelling: changed 'vaule1' to 'value1' in the command usage.
Copilot uses AI. Check for mistakes.