Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MS.AAD.7.2v1 Policy to check Secure Score #453

Merged
merged 15 commits into from
Aug 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed TODO comment in RequredVersions.ps1
ssatyapal123 committed Aug 3, 2023
commit c348494b95fb35b0216b94b1896ee47dc57b7886
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/RequiredVersions.ps1
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ $ModuleList = @(
MaximumVersion = [version] '1.99.99999'
},
@{
ModuleName = 'Microsoft.Graph.Security' #TODO: Verify is needed
ModuleName = 'Microsoft.Graph.Security'
ModuleVersion = [version] '1.14.0'
MaximumVersion = [version] '1.99.99999'
},