Skip to content

Commit 1d326a7

Browse files
Merge pull request #2502 from kris6673/teamsmeetings
Add Teams meetings by default standard
2 parents 898fcd2 + 8da455d commit 1d326a7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/data/standards.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,32 @@
722722
"impact": "Low Impact",
723723
"impactColour": "info"
724724
},
725+
{
726+
"name": "standards.TeamsMeetingsByDefault",
727+
"cat": "Exchange Standards",
728+
"tag": ["lowimpact"],
729+
"helpText": "Sets the default state for automatically turning meetings into Teams meetings for the tenant. This can be overridden by the user in Outlook.",
730+
"addedComponent": [
731+
{
732+
"type": "Select",
733+
"label": "Select value",
734+
"name": "standards.TeamsMeetingsByDefault.state",
735+
"values": [
736+
{
737+
"label": "Enabled",
738+
"value": "true"
739+
},
740+
{
741+
"label": "Disabled",
742+
"value": "false"
743+
}
744+
]
745+
}
746+
],
747+
"label": "Set Teams Meetings by default state",
748+
"impact": "Low Impact",
749+
"impactColour": "info"
750+
},
725751
{
726752
"name": "standards.DisableViva",
727753
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)