Skip to content

Commit

Permalink
Revert "Add IoT data connector (#17086)" (#17170)
Browse files Browse the repository at this point in the history
This reverts commit a11dd79.
  • Loading branch information
ShaniFelig committed Jan 2, 2022
1 parent a11dd79 commit c82d9ab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@
},
"Get a APIPolling data connector": {
"$ref": "./examples/dataConnectors/GetAPIPolling.json"
},
"Get a IoT data connector": {
"$ref": "./examples/dataConnectors/GetIoTById.json"
}
},
"tags": [
Expand Down Expand Up @@ -419,9 +416,6 @@
},
"Check requirements for MicrosoftThreatIntelligence.": {
"$ref": "./examples/dataConnectors/CheckRequirementsMicrosoftThreatIntelligence.json"
},
"Check requirements for IoT.": {
"$ref": "./examples/dataConnectors/CheckRequirementsIoT.json"
}
},
"tags": [
Expand Down Expand Up @@ -871,33 +865,6 @@
"description": "Threat Intelligence TAXII data connector required properties.",
"type": "object"
},
"IoTCheckRequirements": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorsCheckRequirements"
}
],
"description": "Represents IoT requirements check request.",
"properties": {
"properties": {
"$ref": "#/definitions/IoTCheckRequirementsProperties",
"description": "IoT requirements check properties.",
"x-ms-client-flatten": true
}
},
"type": "object",
"x-ms-discriminator-value": "IOT"
},
"IoTCheckRequirementsProperties": {
"description": "IoT requirements check properties.",
"properties": {
"subscriptionId": {
"description": "The subscription id to connect to, and get the data from.",
"type": "string"
}
},
"type": "object"
},
"AADDataConnector": {
"allOf": [
{
Expand Down Expand Up @@ -1255,38 +1222,6 @@
"dataTypes"
]
},
"IoTDataConnector": {
"allOf": [
{
"$ref": "#/definitions/DataConnector"
}
],
"description": "Represents IoT data connector.",
"properties": {
"properties": {
"$ref": "#/definitions/IoTDataConnectorProperties",
"description": "IoT data connector properties.",
"x-ms-client-flatten": true
}
},
"type": "object",
"x-ms-discriminator-value": "IOT"
},
"IoTDataConnectorProperties": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorWithAlertsProperties"
}
],
"description": "IoT data connector properties.",
"properties": {
"subscriptionId": {
"description": "The subscription id to connect to, and get the data from.",
"type": "string"
}
},
"type": "object"
},
"DataConnector": {
"description": "Data connector",
"allOf": [
Expand Down Expand Up @@ -1357,8 +1292,7 @@
"MicrosoftThreatProtection",
"MicrosoftThreatIntelligence",
"GenericUI",
"APIPolling",
"IOT"
"APIPolling"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -1415,9 +1349,6 @@
},
{
"value": "APIPolling"
},
{
"value": "IOT"
}
]
}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c82d9ab

Please sign in to comment.