Skip to content

Commit 8da455d

Browse files
committed
Add TeamsMeetingsByDefault standard
1 parent 51d69c1 commit 8da455d

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
@@ -696,6 +696,32 @@
696696
"impact": "Low Impact",
697697
"impactColour": "info"
698698
},
699+
{
700+
"name": "standards.TeamsMeetingsByDefault",
701+
"cat": "Exchange Standards",
702+
"tag": ["lowimpact"],
703+
"helpText": "Sets the default state for automatically turning meetings into Teams meetings for the tenant. This can be overridden by the user in Outlook.",
704+
"addedComponent": [
705+
{
706+
"type": "Select",
707+
"label": "Select value",
708+
"name": "standards.TeamsMeetingsByDefault.state",
709+
"values": [
710+
{
711+
"label": "Enabled",
712+
"value": "true"
713+
},
714+
{
715+
"label": "Disabled",
716+
"value": "false"
717+
}
718+
]
719+
}
720+
],
721+
"label": "Set Teams Meetings by default state",
722+
"impact": "Low Impact",
723+
"impactColour": "info"
724+
},
699725
{
700726
"name": "standards.DisableViva",
701727
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)