Skip to content

Commit 0222f8c

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent f386cdd commit 0222f8c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

schemas/2020-01-01/Microsoft.SecurityInsights.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,17 @@
13121312
}
13131313
],
13141314
"description": "SharePoint data type connection."
1315+
},
1316+
"teams": {
1317+
"oneOf": [
1318+
{
1319+
"$ref": "#/definitions/OfficeDataConnectorDataTypesTeams"
1320+
},
1321+
{
1322+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1323+
}
1324+
],
1325+
"description": "Teams data type connection."
13151326
}
13161327
},
13171328
"description": "The available data types for office data connector."
@@ -1358,6 +1369,27 @@
13581369
},
13591370
"description": "SharePoint data type connection."
13601371
},
1372+
"OfficeDataConnectorDataTypesTeams": {
1373+
"type": "object",
1374+
"properties": {
1375+
"state": {
1376+
"oneOf": [
1377+
{
1378+
"type": "string",
1379+
"enum": [
1380+
"Enabled",
1381+
"Disabled"
1382+
]
1383+
},
1384+
{
1385+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1386+
}
1387+
],
1388+
"description": "Describe whether this data type connection is enabled or not."
1389+
}
1390+
},
1391+
"description": "Teams data type connection."
1392+
},
13611393
"OfficeDataConnectorProperties": {
13621394
"type": "object",
13631395
"properties": {

0 commit comments

Comments
 (0)