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

Update for MS.AAD.5.4 - GroupConsent #629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

weyCC81
Copy link
Contributor

@weyCC81 weyCC81 commented Jan 17, 2025

Ignore or skip Group Consent when not available

@weyCC81 weyCC81 requested a review from a team as a code owner January 17, 2025 23:54
@@ -23,6 +23,11 @@ function Test-MtCisaAppGroupOwnerConsent {
return $null
}

if ( $SettingsApiAvailable -notcontains 'EnableGroupSpecificConsent' ) {
Add-MtTestResultDetail -SkippedBecause 'Custom' -SkippedCustomReason 'Settings value is not available. This may be due to the change that this API is no longer available for recent created tenants.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should change "for recent created tenants" to "for recently created tenants." Is a more specific reason not available in the response?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this sentence from Eidsca test's, are we now changing this everywhere?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it should and was just looking got the best place to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants