-
Notifications
You must be signed in to change notification settings - Fork 332
1664 update scubagear implementation for teams 5x policy sk #1873
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
Open
skirkpatrickMSFT
wants to merge
30
commits into
main
Choose a base branch
from
1664-update-scubagear-implementation-for-teams-5x-policy-SK
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+528
−43
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
885f1ac
Revise Teams app management instructions
skirkpatrickMSFT 6d02c07
Revise app management note in teams.md
skirkpatrickMSFT 84c97da
Refactor app permission policy compliance checks
skirkpatrickMSFT 0d936ab
Enhance authentication handling in ExportTeamsProvider
skirkpatrickMSFT be54c21
Refactor BuildDetails functions to ignore LegacyDetails
skirkpatrickMSFT 3868a85
Add mock method for Get-M365UnifiedTenantSettings
skirkpatrickMSFT 004c855
Enhance legacy app permission policy report details
skirkpatrickMSFT 33965a1
Add tests for Teams app policies validation
skirkpatrickMSFT 8db0ba0
Remove obsolete tests for Teams policies
skirkpatrickMSFT ac40780
Update app details functions to include compliance check
skirkpatrickMSFT ec2714c
Refactor BuildDetails functions to include compliance
skirkpatrickMSFT 27b97c3
Add UseNewTeamsAppSettings parameter for Teams auth
skirkpatrickMSFT 966f3e0
Enhance ExportTeamsProvider with new settings option
skirkpatrickMSFT e1703e6
Add tests for JSON export with new options
skirkpatrickMSFT af9886e
Fix assertion syntax in TeamsProvider tests
skirkpatrickMSFT acd1aef
Refactor report detail strings for clarity
skirkpatrickMSFT bee049b
Refactor tenant details messages for clarity
skirkpatrickMSFT 065f5e7
Update report details for app permission policies
skirkpatrickMSFT 8ac8cdf
Clarify legacy command usage in application policies
skirkpatrickMSFT 3500f26
Highlight legacy command warning in teams.md
skirkpatrickMSFT 189e02a
Merge branch 'main' into 1664-update-scubagear-implementation-for-tea…
skirkpatrickMSFT 1ca41df
Update app management note in teams.md
skirkpatrickMSFT 5380a14
Update app management notes in teams.md
skirkpatrickMSFT 9710952
Update guidance on legacy command usage in Teams
skirkpatrickMSFT f70cbd9
Clarify app management policies in Teams documentation
skirkpatrickMSFT 1ff5cdf
Simplify Teams app permission policy command
skirkpatrickMSFT 26e7347
Revise legacy app management instructions in teams.md
skirkpatrickMSFT aa34917
Update legacy command usage instructions in teams.md
skirkpatrickMSFT 40f6b84
Remove ValidateNotNullOrEmpty from parameter
skirkpatrickMSFT 6523061
Merge branch 'main' into 1664-update-scubagear-implementation-for-tea…
skirkpatrickMSFT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having a hard time with the parameter. Even when I use it with interactive auth, I'm still getting the legacy check. I'm I doing something wrong?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HMMM. Not sure what is going on there. I used the same comand as you and I get the new settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adhilto I removed ValidateNotNullOrEmpty from the parameter. Not sure that would resolve it but curious if it was affecting the use of the parameter. Everything still functions correctly on my side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't help unfortunately. I even tested on a different tenant (the one that does show me the new settings in the admin center), same thing. Next step would probably be to see if anyone else can replicate this, or if it's somehow a just me thing.