File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/durabletask/azext_durabletask/aaz/latest/durabletask/scheduler Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717class Create (AAZCommand ):
1818 """Create a Scheduler
1919
20- :example: Create a scheduler in northcentralus
21- az 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 "{}"
20+ :example: Create a scheduler in eastus
21+ az durabletask scheduler create --resource-group testrg --scheduler-name testscheduler --location eastus --ip-allowlist "[0.0.0.0/0]" --sku-capacity 1 , --sku-name "Dedicated" --tags "{}"
2222 """
2323
2424 _aaz_info = {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Delete(AAZCommand):
1919 """Delete a Scheduler
2020
2121 :example: Delete a scheduler
22- az durable-task scheduler delete --resource-group testrg --scheduler-name testscheduler
22+ az durabletask scheduler delete --resource-group testrg --scheduler-name testscheduler
2323 """
2424
2525 _aaz_info = {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class List(AAZCommand):
1818 """List Schedulers by subscription
1919
2020 :example: List all schedulers in a resource group
21- az durable-task scheduler list -g testrg
21+ az durabletask scheduler list -g testrg
2222 """
2323
2424 _aaz_info = {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Show(AAZCommand):
1818 """Get a Scheduler
1919
2020 :example: Show information on a particular scheduler
21- az durable-task scheduler show --resource-group testrg --scheduler-name testscheduler
21+ az durabletask scheduler show --resource-group testrg --scheduler-name testscheduler
2222 """
2323
2424 _aaz_info = {
You can’t perform that action at this time.
0 commit comments