File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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."
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" : {
You can’t perform that action at this time.
0 commit comments