Skip to content

Commit

Permalink
Add TeamsMeetingsByDefault standard
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed May 31, 2024
1 parent 51d69c1 commit 8da455d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,32 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.TeamsMeetingsByDefault",
"cat": "Exchange Standards",
"tag": ["lowimpact"],
"helpText": "Sets the default state for automatically turning meetings into Teams meetings for the tenant. This can be overridden by the user in Outlook.",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.TeamsMeetingsByDefault.state",
"values": [
{
"label": "Enabled",
"value": "true"
},
{
"label": "Disabled",
"value": "false"
}
]
}
],
"label": "Set Teams Meetings by default state",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.DisableViva",
"cat": "Exchange Standards",
Expand Down

0 comments on commit 8da455d

Please sign in to comment.