-
Notifications
You must be signed in to change notification settings - Fork 517
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 #5561 from ykuijs/Dev
Fixing Export does not convert tenant name into generic $OrganizationName variable
- Loading branch information
Showing
43 changed files
with
1,442 additions
and
721 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
1,527 changes: 1,005 additions & 522 deletions
1,527
...CResources/MSFT_IntuneSecurityBaselineWindows10/MSFT_IntuneSecurityBaselineWindows10.psm1
Large diffs are not rendered by default.
Oops, something went wrong.
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
76 changes: 38 additions & 38 deletions
76
Modules/Microsoft365DSC/DSCResources/MSFT_IntuneSecurityBaselineWindows10/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 |
---|---|---|
@@ -1,44 +1,44 @@ | ||
{ | ||
"resourceName":"IntuneSecurityBaselineWindows10", | ||
"description":"This resource configures an Intune Security Baseline for Windows10.", | ||
"permissions":{ | ||
"graph":{ | ||
"delegated":{ | ||
"read":[ | ||
{ | ||
"name":"DeviceManagementConfiguration.Read.All" | ||
}, | ||
{ | ||
"name":"Group.Read.All" | ||
} | ||
], | ||
"update":[ | ||
{ | ||
"name":"Group.Read.All" | ||
"resourceName": "IntuneSecurityBaselineWindows10", | ||
"description": "This resource configures an Intune Security Baseline for Windows10.", | ||
"permissions": { | ||
"graph": { | ||
"delegated": { | ||
"read": [ | ||
{ | ||
"name": "DeviceManagementConfiguration.Read.All" | ||
}, | ||
{ | ||
"name": "Group.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Group.Read.All" | ||
}, | ||
{ | ||
"name":"DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
}, | ||
"application":{ | ||
"read":[ | ||
{ | ||
"name":"DeviceManagementConfiguration.Read.All" | ||
}, | ||
{ | ||
"name":"Group.Read.All" | ||
} | ||
], | ||
"update":[ | ||
{ | ||
"name":"Group.Read.All" | ||
"name": "DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
}, | ||
"application": { | ||
"read": [ | ||
{ | ||
"name": "DeviceManagementConfiguration.Read.All" | ||
}, | ||
{ | ||
"name": "Group.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "Group.Read.All" | ||
}, | ||
{ | ||
"name":"DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
} | ||
} | ||
"name": "DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.