Skip to content

Commit

Permalink
remove datastore events for now
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed Jan 29, 2024
1 parent 490e146 commit b097507
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,61 +97,6 @@
}
}
},
"DatastoreCreatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.DatastoreCreated event.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatastoreEventProperties"
}
],
"properties": {}
},
"DatastoreDeletedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.DatastoreDeleted event.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatastoreEventProperties"
}
],
"properties": {}
},
"DatastoreUpdatingEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.DatastoreUpdating event.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatastoreEventProperties"
}
],
"properties": {}
},
"DatastoreUpdatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.DatastoreUpdated event.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatastoreEventProperties"
}
],
"properties": {}
},
"DatastoreFailedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.DatastoreFailed event.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatastoreEventProperties"
}
],
"properties": {
"failure": {
"description": "Failure reason of an event.",
"type": "string"
}
}
},
"ScriptExecutionStartedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AVS.ScriptExecutionStarted event.",
"type": "object",
Expand Down Expand Up @@ -243,20 +188,6 @@
}
}
},
"DatastoreEventProperties": {
"description": "Schema of the Data property of an EventGridEvent for Microsoft.AVS/datastores events.",
"type": "object",
"properties": {
"operationId": {
"description": "Id of the operation that caused this event.",
"type": "string"
},
"datastoreType": {
"description": "Type of the datastore.",
"type": "string"
}
}
},
"ScriptExecutionEventProperties": {
"description": "Schema of the Data property of an EventGridEvent for Microsoft.AVS/scriptExecutions events.",
"type": "object",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"operationId": "6dcd7db8-0679-40d9-bb8a-6f2a684395e2"
},
"subject": "{sddc_name}",
"subject": "",
"dataversion": "1.0",
"metadataVersion": "1",
"eventTime": "2023-12-09T21:50:19.9995668+00:00"
Expand Down

0 comments on commit b097507

Please sign in to comment.