forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new events for Storage - StorageTasks (Azure#26887)
* Add new events for Storage StorageTasks * Create storage_task_queued.json * Create storage_task_completed.json * Add files via upload * Add files via upload * Update storage_task_queued.json * Update storage_task_completed.json * Update Storage.json * Update Storage.json * Update Storage.json * Update specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json Co-authored-by: JoshLove-msft <[email protected]> * Update example ref * Create storage_task_assignment_queued.json * Create storage_task_assignment_completed.json * Create storage_task_assignment_queued.json * Create storage_task_assignment_completed.json * Update Storage.json * Update Storage.json * Update Storage.json --------- Co-authored-by: JoshLove-msft <[email protected]>
- Loading branch information
Showing
5 changed files
with
126 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
15 changes: 15 additions & 0 deletions
15
...age/stable/2018-01-01/examples/cloud-events-schema/storage_task_assignment_completed.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,15 @@ | ||
{ | ||
"source": "/subscriptions/c86a9c18-8373-41fa-92d4-1d7bdc16977b/resourceGroups/shubhajTestRG/providers/Microsoft.Storage/storageAccounts/canaryfns", | ||
"subject": "DataManagement/StorageActions/StorageTaskAssignments", | ||
"type": "Microsoft.Storage.StorageTaskAssignmentCompleted", | ||
"time": "2023-11-27T23:09:21Z", | ||
"id": "dd17c35c-e68a-437d be15-5417820310d2", | ||
"data": { | ||
"status": "Succeeded", | ||
"completedDateTime": "2023-11-27T23:09:21Z", | ||
"taskExecutionId": "testtest2-2023-11-27T21:16:43.4491131Z", | ||
"taskName": "dizbbcanary2", | ||
"summaryReportBlobUrl": "https://canaryfns.blob.core.windows.net/reports/dizbbcanary2/testtest2/2023-11-27T21:17:53/SummaryReport.json" | ||
}, | ||
"specversion": "1.0" | ||
} |
12 changes: 12 additions & 0 deletions
12
...torage/stable/2018-01-01/examples/cloud-events-schema/storage_task_assignment_queued.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,12 @@ | ||
{ | ||
"source": "/subscriptions/c86a9c18-8373-41fa-92d4-1d7bdc16977b/resourceGroups/shubhajTestRG/providers/Microsoft.Storage/storageAccounts/canaryfns", | ||
"subject": "DataManagement/StorageActions/StorageTaskAssignments", | ||
"type": "Microsoft.Storage.StorageTaskAssignmentQueued", | ||
"time": "2023-11-27T21:17:53Z", | ||
"id": "59ff3f6f-696c-4cd2-a206-8012fc1a73f2", | ||
"data": { | ||
"queuedDateTime": "2023-11-27T21:17:53Z", | ||
"taskExecutionId": "testtest2-2023-11-27T21:16:43.4491131Z" | ||
}, | ||
"specversion": "1.0" | ||
} |
16 changes: 16 additions & 0 deletions
16
...orage/stable/2018-01-01/examples/event-grid-schema/storage_task_assignment_completed.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,16 @@ | ||
{ | ||
"topic": "/subscriptions/c86a9c18-8373-41fa-92d4-1d7bdc16977b/resourceGroups/shubhajTestRG/providers/Microsoft.Storage/storageAccounts/canaryfns", | ||
"subject": "DataManagement/StorageActions/StorageTaskAssignments", | ||
"eventType": "Microsoft.Storage.StorageTaskAssignmentCompleted", | ||
"id": "dd17c35c-e68a-437d be15-5417820310d2", | ||
"data": { | ||
"status": "Succeeded", | ||
"completedDateTime": "2023-11-27T23:09:21Z", | ||
"taskExecutionId": "testtest2-2023-11-27T21:16:43.4491131Z", | ||
"taskName": "dizbbcanary2", | ||
"summaryReportBlobUrl": "https://canaryfns.blob.core.windows.net/reports/dizbbcanary2/testtest2/2023-11-27T21:17:53/SummaryReport.json" | ||
}, | ||
"dataVersion": "1.0", | ||
"metadataVersion": "1", | ||
"eventTime": "2023-11-27T23:09:21Z" | ||
} |
13 changes: 13 additions & 0 deletions
13
....Storage/stable/2018-01-01/examples/event-grid-schema/storage_task_assignment_queued.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,13 @@ | ||
{ | ||
"topic": "/subscriptions/c86a9c18-8373-41fa-92d4-1d7bdc16977b/resourceGroups/shubhajTestRG/providers/Microsoft.Storage/storageAccounts/canaryfns", | ||
"subject": "DataManagement/StorageActions/StorageTaskAssignments", | ||
"eventType": "Microsoft.Storage.StorageTaskAssignmentQueued", | ||
"id": "59ff3f6f-696c-4cd2-a206-8012fc1a73f2", | ||
"data": { | ||
"queuedDateTime": "2023-11-27T21:17:53Z", | ||
"taskExecutionId": "testtest2-2023-11-27T21:16:43.4491131Z" | ||
}, | ||
"dataVersion": "1.0", | ||
"metadataVersion": "1", | ||
"eventTime": "2023-11-27T21:17:53Z" | ||
} |