-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1310 from microsoft/Dev
Release 1.21.714.1
- Loading branch information
Showing
19 changed files
with
338 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Modules/Microsoft365DSC/DSCResources/MSFT_AADApplication/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory Application.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"User.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "User.Write.All" | ||
}, | ||
{ | ||
"name": "User.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
Modules/Microsoft365DSC/DSCResources/MSFT_AADConditionalAccessPolicy/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory Conditional Access Policy.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Policy.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Policy.Read.All" | ||
}, | ||
{ | ||
"name": "Policy.ReadWrite.ConditionalAccess" | ||
}, | ||
{ | ||
"name": "Application.Read.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADGroupsNamingPolicy/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures the Azure Active Directory groups naming policy.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Group.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Group.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADGroupsSettings/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures the Azure Active Directory groups settings.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Directory.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Directory.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADMSGroup/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory group.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Group.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Group.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADMSGroupLifecyclePolicy/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory Group Lifecycle Policy (e.g. Expiration).", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Directory.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Directory.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
Modules/Microsoft365DSC/DSCResources/MSFT_AADNamedLocationPolicy/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"description": "This resource configures the Azure AD Named Location Policies in Azure Active Directory.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Policy.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Policy.Read.All" | ||
}, | ||
{ | ||
"name": "Policy.ReadWrite.ConditionalAccess" | ||
} | ||
] | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
Modules/Microsoft365DSC/DSCResources/MSFT_AADPolicy/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"description": "This resource configures the Azure AD Policies.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Policy.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Policy.ReadWrite.ApplicationConfiguration" | ||
}, | ||
{ | ||
"name": "Policy.ReadWrite.Authorization" | ||
}, | ||
{ | ||
"name": "Policy.ReadWrite.ApplicationConfiguration" | ||
}, | ||
{ | ||
"name": "Policy.ReadWrite.ConditionalAccess" | ||
}, | ||
{ | ||
"name": "Policy.Read.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADRoleDefinition/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory role definition. To configure custom roles you require an Azure AD Premium P1 license. The account used to configure role definitions based on this resource needs either to be a 'Global Administrator' or a 'Privileged role administrator'.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"RoleManagement.Read.Directory" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "RoleManagement.ReadWrite.Directory" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADServicePrincipal/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures an Azure Active Directory ServicePrincipal.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name":"Application.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Application.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
Modules/Microsoft365DSC/DSCResources/MSFT_AADTenantDetails/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"description": "This resource configures the Azure AD Tenant Details.", | ||
"permissions": [ | ||
{ | ||
"read": [ | ||
{ | ||
"name": "Organization.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Organization.ReadWrite.All" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.