Skip to content

Commit 4ef5bc1

Browse files
authored
Move sentinel office teams to stable (#12301)
1 parent 83994cf commit 4ef5bc1

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,6 +2916,15 @@
29162916
],
29172917
"description": "SharePoint data type connection.",
29182918
"type": "object"
2919+
},
2920+
"teams": {
2921+
"allOf": [
2922+
{
2923+
"$ref": "#/definitions/DataConnectorDataTypeCommon"
2924+
}
2925+
],
2926+
"description": "Teams data type connection.",
2927+
"type": "object"
29192928
}
29202929
},
29212930
"type": "object"

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/examples/dataConnectors/CreateOfficeDataConnetor.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
"exchange": {
1919
"state": "Enabled"
20+
},
21+
"teams": {
22+
"state": "Enabled"
2023
}
2124
}
2225
}
@@ -38,6 +41,9 @@
3841
},
3942
"exchange": {
4043
"state": "Enabled"
44+
},
45+
"teams": {
46+
"state": "Enabled"
4147
}
4248
}
4349
}
@@ -58,6 +64,9 @@
5864
},
5965
"exchange": {
6066
"state": "Enabled"
67+
},
68+
"teams": {
69+
"state": "Enabled"
6170
}
6271
}
6372
}

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/examples/dataConnectors/GetOfficeDataConnetorById.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
},
2424
"exchange": {
2525
"state": "Enabled"
26+
},
27+
"teams": {
28+
"state": "Enabled"
2629
}
2730
}
2831
}

0 commit comments

Comments
 (0)