-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Lettieri <[email protected]>
- Loading branch information
1 parent
be562a3
commit 302d589
Showing
24 changed files
with
1,758 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask namespace create_ | ||
|
||
Create a Namespace | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Create a namespace in northcentralus | ||
```bash | ||
durabletask namespace create -g resource-group-name -n namespace-name --location northcentralus | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask namespace delete_ | ||
|
||
Delete a Namespace | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a namespace | ||
```bash | ||
durabletask namespace delete -g resource-group-name -n namespace-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Command] _durabletask namespace list_ | ||
|
||
List Namespace resources by subscription ID | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2Vz/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.durabletask/namespaces 2024-02-01-preview --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- List all namespaces in a resource group | ||
```bash | ||
durabletask namespace list -g resource-group-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask namespace show_ | ||
|
||
Get a Namespace | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Show information on a particular namespace | ||
```bash | ||
durabletask namespace show -g resource-group-name -n namespace-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _durabletask namespace update_ | ||
|
||
Update a Namespace | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{} 2024-02-01-preview --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [Group] _durabletask namespace_ | ||
|
||
Commands to manage Durabletask namespaces | ||
|
||
## Commands | ||
|
||
- [create](/Commands/durabletask/namespace/_create.md) | ||
: Create a Namespace | ||
|
||
- [delete](/Commands/durabletask/namespace/_delete.md) | ||
: Delete a Namespace | ||
|
||
- [list](/Commands/durabletask/namespace/_list.md) | ||
: List Namespace resources by subscription ID | ||
|
||
- [show](/Commands/durabletask/namespace/_show.md) | ||
: Get a Namespace | ||
|
||
- [update](/Commands/durabletask/namespace/_update.md) | ||
: Update a Namespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _durabletask_ | ||
|
||
Commands to manage Durabletasks. | ||
|
||
## Subgroups | ||
|
||
- [namespace](/Commands/durabletask/namespace/readme.md) | ||
: Commands to manage Durabletask namespaces | ||
|
||
- [taskhub](/Commands/durabletask/taskhub/readme.md) | ||
: Commands to manage Durabletask taskhubs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask taskhub create_ | ||
|
||
Create a Task Hub | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9L3Rhc2todWJzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{}/taskhubs/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Create a taskhub in a namespace | ||
```bash | ||
durabletask taskhub create -g resource-grou-name -s testnamespace -n taskhub-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask taskhub delete_ | ||
|
||
Delete a Task Hub | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9L3Rhc2todWJzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{}/taskhubs/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a taskhub | ||
```bash | ||
durabletask taskhub delete -g resource-grou-name -s namespace-name -n taskhub-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask taskhub list_ | ||
|
||
List Task Hubs | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9L3Rhc2todWJz/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{}/taskhubs 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- List all taskhubs for a given namespace | ||
```bash | ||
durabletask taskhub show -g resource-group-name -s namespace-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _durabletask taskhub show_ | ||
|
||
Get a Task Hub | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9L3Rhc2todWJzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{}/taskhubs/{} 2024-02-01-preview --> | ||
|
||
#### examples | ||
|
||
- Show information on a particular taskhub | ||
```bash | ||
durabletask taskhub show -g resource-group-name -s namespace-name -n taskhub-name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _durabletask taskhub update_ | ||
|
||
Update a Task Hub | ||
|
||
## Versions | ||
|
||
### [2024-02-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kdXJhYmxldGFzay9uYW1lc3BhY2VzL3t9L3Rhc2todWJzL3t9/2024-02-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.durabletask/namespaces/{}/taskhubs/{} 2024-02-01-preview --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [Group] _durabletask taskhub_ | ||
|
||
Commands to manage Durabletask taskhubs. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/durabletask/taskhub/_create.md) | ||
: Create a Task Hub | ||
|
||
- [delete](/Commands/durabletask/taskhub/_delete.md) | ||
: Delete a Task Hub | ||
|
||
- [list](/Commands/durabletask/taskhub/_list.md) | ||
: List Task Hubs | ||
|
||
- [show](/Commands/durabletask/taskhub/_show.md) | ||
: Get a Task Hub | ||
|
||
- [update](/Commands/durabletask/taskhub/_update.md) | ||
: Update a Task Hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.