Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Jun 2, 2024
2 parents 8bb45a4 + 96b32e9 commit e685d04
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,32 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.CloudMessageRecall",
"cat": "Exchange Standards",
"tag": ["lowimpact"],
"helpText": "Sets the Cloud Message Recall state for the tenant. This allows users to recall messages from the cloud.",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.CloudMessageRecall.state",
"values": [
{
"label": "Enabled",
"value": "true"
},
{
"label": "Disabled",
"value": "false"
}
]
}
],
"label": "Set Cloud Message Recall state",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.AutoExpandArchive",
"cat": "Exchange Standards",
Expand Down Expand Up @@ -696,6 +722,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 Expand Up @@ -872,6 +924,32 @@
"impact": "Medium Impact",
"impactColour": "warning"
},
{
"name": "standards.Bookings",
"cat": "Exchange Standards",
"tag": ["mediumimpact"],
"helpText": "Sets the state of Bookings on the tenant. Bookings is a scheduling tool that allows users to book appointments with others both internal and external.",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.Bookings.state",
"values": [
{
"label": "Enabled",
"value": "true"
},
{
"label": "Disabled",
"value": "false"
}
]
}
],
"label": "Set Bookings state",
"impact": "Medium Impact",
"impactColour": "warning"
},
{
"name": "standards.DisableOutlookAddins",
"cat": "Exchange Standards",
Expand Down

0 comments on commit e685d04

Please sign in to comment.