Skip to content

Commit

Permalink
BPA removed existing info values
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Aug 28, 2024
1 parent f8fb18f commit 0e39f4c
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions Config/AXE-TENANT.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,32 +358,6 @@
}
]
},
{
"name": "OneDriveAddShortcutButtonDisabled",
"StoreAs": "bool",
"UseExistingInfo": true,
"FrontendFields": [
{
"name": "SPO: Add Shortcut Button Disabled",
"desc": "Check if the Add Shortcut button is disabled for OneDrive",
"value": "OneDriveAddShortcutButtonDisabled",
"formatter": "bool"
}
]
},
{
"name": "HideSyncButtonOnDocLib",
"StoreAs": "bool",
"UseExistingInfo": true,
"FrontendFields": [
{
"name": "SPO: Sync Button shown",
"desc": "Check if the Sync button is shown for document libraries",
"value": "HideSyncButtonOnDocLib",
"formatter": "reverseBool"
}
]
},
{
"name": "LAPSEnabled",
"API": "Graph",
Expand All @@ -401,19 +375,6 @@
}
]
},
{
"name": "UnifiedGroupCreationAllowed",
"StoreAs": "bool",
"UseExistingInfo": true,
"FrontendFields": [
{
"name": "Unified Group Creation Disabled",
"desc": "Check if users are allowed to create unified groups (Microsoft 365 Groups)",
"value": "DisableM365GroupUsers",
"formatter": "bool"
}
]
},
{
"name": "SecurityGroupCreationAllowed",
"API": "Graph",
Expand Down Expand Up @@ -447,7 +408,6 @@
},
{
"name": "adminRoles",
"UseExistingInfo": false,
"API": "Graph",
"URL": "https://graph.microsoft.com/v1.0/directoryRoles?$expand=members($select=displayName)&$select=displayName",
"ExtractFields": [
Expand Down

0 comments on commit 0e39f4c

Please sign in to comment.