-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add new events for Storage StorageTasks #23280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c287226
Add new events for Storage StorageTasks
shulinwang33 5555d95
Create storage_task_queued.json
shulinwang33 6c9cfe5
Create storage_task_completed.json
shulinwang33 48e0fe1
Add files via upload
shulinwang33 057b8d0
Add files via upload
shulinwang33 800e2ab
Update storage_task_queued.json
shulinwang33 85be2cc
Update storage_task_completed.json
shulinwang33 99d9321
Update Storage.json
shulinwang33 04becc5
Update Storage.json
shulinwang33 4ace190
Update Storage.json
shulinwang33 b7d2e63
Update specification/eventgrid/data-plane/Microsoft.Storage/stable/20…
shulinwang33 24105eb
Update example ref
shulinwang33 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
...rosoft.Storage/stable/2018-01-01/examples/cloud-events-schema/storage_task_completed.json
This file contains hidden or 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/shulin-rg/providers/Microsoft.Storage/storageAccounts/shulinstcanest2", | ||
| "subject": "DataManagement/StorageTasks", | ||
| "type": "Microsoft.Storage.StorageTaskCompleted", | ||
| "time": "2023-03-23T16:52:58Z", | ||
| "id": "b34b3b93-a64d-41ea-aba4-d55f2d29190b", | ||
| "data": { | ||
| "status": "Succeeded", | ||
| "completedDateTime": "2023-03-23T16:52:58Z", | ||
| "taskExecutionId": "deletetest-2023-03-23T16:42:33.8658256Z_2023-03-23T16:42:58.8983000Z", | ||
| "taskName": "delete123", | ||
| "summaryReportBlobUrl": "https://shulinstcanest2.blob.core.windows.net/report/delete123_deletetest_2023-03-23T16:43:50/SummaryReport.json" | ||
| }, | ||
| "specversion": "1.0" | ||
| } |
12 changes: 12 additions & 0 deletions
12
...Microsoft.Storage/stable/2018-01-01/examples/cloud-events-schema/storage_task_queued.json
This file contains hidden or 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/shulin-rg/providers/Microsoft.Storage/storageAccounts/shulinstcanest2", | ||
| "subject": "DataManagement/StorageTasks", | ||
| "type": "Microsoft.Storage.StorageTaskQueued", | ||
| "time": "2023-03-23T16:43:50Z", | ||
| "id": "7fddaf06-24e8-4d57-9b66-5b7ab920a626", | ||
| "data": { | ||
| "queuedDateTime": "2023-03-23T16:43:50Z", | ||
| "taskExecutionId": "deletetest-2023-03-23T16:42:33.8658256Z_2023-03-23T16:42:58.8983000Z" | ||
| }, | ||
| "specversion": "1.0" | ||
| } |
16 changes: 16 additions & 0 deletions
16
...icrosoft.Storage/stable/2018-01-01/examples/event-grid-schema/storage_task_completed.json
This file contains hidden or 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/shulin-rg/providers/Microsoft.Storage/storageAccounts/shulinstcanest2", | ||
| "subject": "DataManagement/StorageTasks", | ||
| "eventType": "Microsoft.Storage.StorageTaskCompleted", | ||
| "id": "b34b3b93-a64d-41ea-aba4-d55f2d29190b", | ||
| "data": { | ||
| "status": "Succeeded", | ||
| "completedDateTime": "2023-03-23T16:52:58Z", | ||
| "taskExecutionId": "deletetest-2023-03-23T16:42:33.8658256Z_2023-03-23T16:42:58.8983000Z", | ||
| "taskName": "delete123", | ||
| "summaryReportBlobUrl": "https://shulinstcanest2.blob.core.windows.net/report/delete123_deletetest_2023-03-23T16:43:50/SummaryReport.json" | ||
| }, | ||
| "dataVersion": "1.0", | ||
| "metadataVersion": "1", | ||
| "eventTime": "2023-03-23T16:52:58Z" | ||
| } |
13 changes: 13 additions & 0 deletions
13
...e/Microsoft.Storage/stable/2018-01-01/examples/event-grid-schema/storage_task_queued.json
This file contains hidden or 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/shulin-rg/providers/Microsoft.Storage/storageAccounts/shulinstcanest2", | ||
| "subject": "DataManagement/StorageTasks", | ||
| "eventType": "Microsoft.Storage.StorageTaskQueued", | ||
| "id": "7fddaf06-24e8-4d57-9b66-5b7ab920a626", | ||
| "data": { | ||
| "queuedDateTime": "2023-03-23T16:43:50Z", | ||
| "taskExecutionId": "deletetest-2023-03-23T16:42:33.8658256Z_2023-03-23T16:42:58.8983000Z" | ||
| }, | ||
| "dataVersion": "1.0", | ||
| "metadataVersion": "1", | ||
| "eventTime": "2023-03-23T16:43:50Z" | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.