-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release Durable Task 2024-10-01-preview * Address review. TSP config changes * Add default service-dir in tspconfig * actually fix tspconfig * make readonly property not required for SDK compilation * use recommended default service-dir * Update tspconfig * Remove (hopefully) unnecessary readme files * fix up readme.md
- Loading branch information
1 parent
2f234f0
commit 8a08643
Showing
26 changed files
with
2,184 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...ation/durabletask/DurableTask.Management/examples/2024-10-01-preview/Operations_List.json
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,28 @@ | ||
{ | ||
"title": "Operations_List", | ||
"operationId": "Operations_List", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "jqsgzvpbtspnikfz", | ||
"isDataAction": true, | ||
"display": { | ||
"provider": "bosyazksbxugcbsdipxwmdc", | ||
"resource": "texxqckghuv", | ||
"operation": "cwgwrxyusyqdrcbxrlmnjzpwxatuk", | ||
"description": "mqzopqigvcyggcvezqgvyufbd" | ||
}, | ||
"origin": "user", | ||
"actionType": "Internal" | ||
} | ||
], | ||
"nextLink": "https://microsoft.com/akpblld" | ||
} | ||
} | ||
} | ||
} |
94 changes: 94 additions & 0 deletions
94
...bletask/DurableTask.Management/examples/2024-10-01-preview/Schedulers_CreateOrUpdate.json
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,94 @@ | ||
{ | ||
"title": "Schedulers_CreateOrUpdate", | ||
"operationId": "Schedulers_CreateOrUpdate", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93", | ||
"resourceGroupName": "rgopenapi", | ||
"schedulerName": "testscheduler", | ||
"resource": { | ||
"location": "northcentralus", | ||
"properties": { | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated" | ||
} | ||
}, | ||
"tags": { | ||
"key7131": "ryohwcoiccwsnewjigfmijz", | ||
"key2138": "fjaeecgnvqd" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key7131": "ryohwcoiccwsnewjigfmijz", | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"name": "fwxpolhofploqzwdooyg", | ||
"type": "vwqdbpynxwfhiopdypuabwvfohnr", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://contoso.com/operationstatus" | ||
}, | ||
"body": { | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key7131": "ryohwcoiccwsnewjigfmijz", | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"name": "fwxpolhofploqzwdooyg", | ||
"type": "vwqdbpynxwfhiopdypuabwvfohnr", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...ion/durabletask/DurableTask.Management/examples/2024-10-01-preview/Schedulers_Delete.json
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,18 @@ | ||
{ | ||
"title": "Schedulers_Delete", | ||
"operationId": "Schedulers_Delete", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93", | ||
"resourceGroupName": "rgopenapi", | ||
"schedulerName": "testscheduler" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"location": "https://contoso.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
...cation/durabletask/DurableTask.Management/examples/2024-10-01-preview/Schedulers_Get.json
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,44 @@ | ||
{ | ||
"title": "Schedulers_Get", | ||
"operationId": "Schedulers_Get", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93", | ||
"resourceGroupName": "rgopenapi", | ||
"schedulerName": "testscheduler" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key7131": "ryohwcoiccwsnewjigfmijz", | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"name": "testscheduler", | ||
"type": "vwqdbpynxwfhiopdypuabwvfohnr", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...sk/DurableTask.Management/examples/2024-10-01-preview/Schedulers_ListByResourceGroup.json
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,47 @@ | ||
{ | ||
"title": "Schedulers_ListByResourceGroup", | ||
"operationId": "Schedulers_ListByResourceGroup", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93", | ||
"resourceGroupName": "rgopenapi" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"name": "testscheduler", | ||
"type": "tglszobjxdhauglzxuqozeg", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
], | ||
"nextLink": "https://microsoft.com/a" | ||
} | ||
} | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
...ask/DurableTask.Management/examples/2024-10-01-preview/Schedulers_ListBySubscription.json
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,46 @@ | ||
{ | ||
"title": "Schedulers_ListBySubscription", | ||
"operationId": "Schedulers_ListBySubscription", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"name": "testscheduler", | ||
"type": "tglszobjxdhauglzxuqozeg", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
], | ||
"nextLink": "https://microsoft.com/a" | ||
} | ||
} | ||
} | ||
} |
63 changes: 63 additions & 0 deletions
63
...ion/durabletask/DurableTask.Management/examples/2024-10-01-preview/Schedulers_Update.json
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,63 @@ | ||
{ | ||
"title": "Schedulers_Update", | ||
"operationId": "Schedulers_Update", | ||
"parameters": { | ||
"api-version": "2024-10-01-preview", | ||
"subscriptionId": "EE9BD735-67CE-4A90-89C4-439D3F6A4C93", | ||
"resourceGroupName": "rgopenapi", | ||
"schedulerName": "testscheduler", | ||
"properties": { | ||
"tags": { | ||
"key8653": "lr" | ||
}, | ||
"properties": { | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 10 | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"location": "northcentralus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"endpoint": "https://test.northcentralus.1.durabletask.io", | ||
"ipAllowlist": [ | ||
"10.0.0.0/8" | ||
], | ||
"sku": { | ||
"name": "Dedicated", | ||
"capacity": 3, | ||
"redundancyState": "Zone" | ||
} | ||
}, | ||
"tags": { | ||
"key7131": "ryohwcoiccwsnewjigfmijz", | ||
"key2138": "fjaeecgnvqd" | ||
}, | ||
"id": "/subscriptions/EE9BD735-67CE-4A90-89C4-439D3F6A4C93/resourceGroups/rgopenapi/providers/Microsoft.DurableTask/schedulers/testscheduler", | ||
"name": "testscheduler", | ||
"type": "vwqdbpynxwfhiopdypuabwvfohnr", | ||
"systemData": { | ||
"createdBy": "tenmbevaunjzikxowqexrsx", | ||
"createdByType": "User", | ||
"createdAt": "2024-04-17T15:34:17.365Z", | ||
"lastModifiedBy": "xfvdcegtj", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2024-04-17T15:34:17.366Z" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"location": "https://contoso.com/operationstatus" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.