Skip to content

Commit

Permalink
Removed unused templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Aug 28, 2024
1 parent 23ab675 commit 80799aa
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1,098 deletions.
33 changes: 19 additions & 14 deletions Config/AXE.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,24 @@
}
]
},
{
"name": "adminsTable",
"UseExistingInfo": false,
"API": "Graph",
"URL": "https://graph.microsoft.com/beta/directoryRoles/roleTemplateId=62e90394-69f5-4237-9190-012177145e10/members",
"ExtractFields": [
"displayName",
"userPrincipalName"
],
"StoreAs": "JSON",
"FrontendFields": [
{
"name": "Admins Table",
"value": "adminsTable",
"formatter": "table"
}
]
},
{
"name": "Unusedlicenses",
"API": "CIPPFunction",
Expand Down Expand Up @@ -312,8 +330,7 @@
},
"ExtractFields": [
"currentScore",
"maxScore",
"averageComparativeScores"
"maxScore"
],
"StoreAs": "JSON",
"FrontendFields": [
Expand All @@ -322,18 +339,6 @@
"value": "CurrentSecureScore.currentScore / CurrentSecureScore.maxScore * 100",
"formatter": "math",
"showAs": "percentage"
},
{
"name": "Average Comparative Score (All Tenants)",
"value": "CurrentSecureScore.averageComparativeScores[0].averageScore / CurrentSecureScore.maxScore * 100",
"formatter": "math",
"showAs": "percentage"
},
{
"name": "Average Comparative Score (Similiar Size Tenants)",
"value": "CurrentSecureScore.averageComparativeScores[1].averageScore / CurrentSecureScore.maxScore * 100",
"formatter": "math",
"showAs": "percentage"
}
]
}
Expand Down
194 changes: 0 additions & 194 deletions Config/CIPPDefaultTable.BPATemplate.json.old

This file was deleted.

Loading

0 comments on commit 80799aa

Please sign in to comment.