Skip to content

Commit

Permalink
Merging main and fixing tree.json
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 e4c4fe8 commit f9da2f8
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -50954,7 +50954,7 @@
"examples": [
{
"commands": [
"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 \"{}\""
"durable-task scheduler create --resource-group testrg --scheduler-name testscheduler --location eastus --ip-allowlist \"[0.0.0.0/0]\" --sku-capacity \"1\", --sku-name \"Dedicated\" --tags \"{}\""
],
"name": "Create a scheduler in eastus"
}
Expand Down Expand Up @@ -51126,6 +51126,24 @@
}
],
"stage": "Preview"
},
{
"examples": [
{
"commands": [
"durabletask taskhub create --resource-group testrg--scheduler-name testscheduler --task-hub-name testtaskhub"
],
"name": "Create a taskhub in a scheduler"
}
],
"name": "2024-10-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/schedulers/{}/taskhubs/{}",
"plane": "mgmt-plane",
"version": "2024-10-01-preview"
}
]
}
]
},
Expand Down Expand Up @@ -51157,6 +51175,24 @@
}
],
"stage": "Preview"
},
{
"examples": [
{
"commands": [
"durabletask taskhub delete --resource-group testrg --scheduler-name testscheduler --task-hub-name testtuskhub"
],
"name": "Delete a taskhub in a scheduler"
}
],
"name": "2024-10-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/schedulers/{}/taskhubs/{}",
"plane": "mgmt-plane",
"version": "2024-10-01-preview"
}
]
}
]
},
Expand Down Expand Up @@ -51188,6 +51224,24 @@
}
],
"stage": "Preview"
},
{
"examples": [
{
"commands": [
"durabletask taskhub list --resource-group testrg --scheduler-name testscheduler"
],
"name": "List all taskhubs for a given scheduler"
}
],
"name": "2024-10-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/schedulers/{}/taskhubs",
"plane": "mgmt-plane",
"version": "2024-10-01-preview"
}
]
}
]
},
Expand Down Expand Up @@ -51219,6 +51273,24 @@
}
],
"stage": "Preview"
},
{
"examples": [
{
"commands": [
"durabletask taskhub show --resource-group testrg --scheduler-name testscheduler --task-hub-name testtuskhub"
],
"name": "Show information on a particular taskhub"
}
],
"name": "2024-10-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/schedulers/{}/taskhubs/{}",
"plane": "mgmt-plane",
"version": "2024-10-01-preview"
}
]
}
]
},
Expand Down

0 comments on commit f9da2f8

Please sign in to comment.