Skip to content

Commit

Permalink
Merge pull request #345 from poshett/main
Browse files Browse the repository at this point in the history
Updating examples and SKU description for Elastic
  • Loading branch information
kairu-ms authored Nov 16, 2023
2 parents bd0e10d + c7a2b8e commit 0d8b978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Commands/elastic/monitor/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Create a monitor resource.

- Create monitor
```bash
elastic monitor create -n monitor-name -g rg --user-info "{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:[email protected]}" --sku "{name:ess-monthly-consumption_Monthly}"
elastic monitor create -n monitor-name -g rg --user-info "{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:[email protected]}" --sku "{name:ess-consumption-2024_Monthly}"
```
2 changes: 1 addition & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -20286,7 +20286,7 @@
"examples": [
{
"commands": [
"elastic monitor create -n monitor-name -g rg --user-info \"{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:[email protected]}\" --sku \"{name:ess-monthly-consumption_Monthly}\""
"elastic monitor create -n monitor-name -g rg --user-info \"{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:[email protected]}\" --sku \"{name:ess-consumption-2024_Monthly}\""
],
"name": "Create monitor"
}
Expand Down
Loading

0 comments on commit 0d8b978

Please sign in to comment.