Skip to content

Commit

Permalink
Separating sku name and capacity
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lettieri <[email protected]>
  • Loading branch information
RyanLettieri committed Jan 7, 2025
1 parent cdd5dc6 commit cbef645
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Commands/durabletask/scheduler/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Create a Scheduler

#### examples

- Create a scheduler in eastus
- Create a scheduler in northcentralus
```bash
durable-task scheduler create --resource-group testrg --scheduler-name testscheduler --location eastus --ip-allowlist "[0.0.0.0/0]" --sku "{capacity: 1, name:Dedicated, redundancyState: None}" --tags "{}"
durable-task scheduler create --resource-group testrg --scheduler-name testscheduler --location northcentralus --ip-allowlist "[0.0.0.0/0]" --sku-capacity "1", --sku-name "Dedicated" --tags "{}"
```
2 changes: 1 addition & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -46460,7 +46460,7 @@
"examples": [
{
"commands": [
"durable-task scheduler create --resource-group testrg --scheduler-name testscheduler --location eastus --ip-allowlist \"[0.0.0.0/0]\" --sku \"{capacity: 1, name:Dedicated, redundancyState: None}\" --tags \"{}\""
"durable-task scheduler create --resource-group testrg --scheduler-name testscheduler --location northcentralus --ip-allowlist \"[0.0.0.0/0]\" --sku-capacity \"1\", --sku-name \"Dedicated\" --tags \"{}\""
],
"name": "Create a scheduler in eastus"
}
Expand Down
Loading

0 comments on commit cbef645

Please sign in to comment.