Skip to content

Commit

Permalink
Updated Schema Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 16, 2024
1 parent bd66110 commit d32e11b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Modules/Microsoft365DSC/SchemaDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6024,6 +6024,21 @@
}
]
},
{
"ClassName": "MSFT_AADServicePrincipalDelegatedPermissionClassification",
"Parameters": [
{
"CIMType": "String",
"Name": "Classification",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "PermissionName",
"Option": "Write"
}
]
},
{
"ClassName": "MSFT_AADServicePrincipal",
"Parameters": [
Expand Down Expand Up @@ -6112,6 +6127,11 @@
"Name": "Tags",
"Option": "Write"
},
{
"CIMType": "MSFT_AADServicePrincipalDelegatedPermissionClassification[]",
"Name": "DelegatedPermissionClassifications",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "Ensure",
Expand Down

0 comments on commit d32e11b

Please sign in to comment.