Skip to content

Commit

Permalink
Merge pull request #5301 from kasaxena5/AADRoleManagementPolicyRule
Browse files Browse the repository at this point in the history
AAD Role Management Policy Rule
  • Loading branch information
NikCharlebois authored Oct 30, 2024
2 parents 9d8323d + 30ab65a commit afce7fa
Show file tree
Hide file tree
Showing 8 changed files with 1,229 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
* Initial release.
* AADOrganizationCertificateBasedAuthConfiguration
* Initial release.
* AADRoleManagementPolicyRule
* Initial release.
* AADSocialIdentityProvider
* Fixed missing permissions in settings.json
* AADVerifiedIdAuthority
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"read": [
{
"name": "Policy.Read.All"
},
{
"name": "Policy.Read.ApplicationConfiguration"
}
],
"update": [
Expand All @@ -22,9 +19,6 @@
"read": [
{
"name": "Policy.Read.All"
},
{
"name": "Policy.Read.ApplicationConfiguration"
}
],
"update": [
Expand Down
Loading

0 comments on commit afce7fa

Please sign in to comment.