-
Notifications
You must be signed in to change notification settings - Fork 530
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
Issue #3759 #3762
Issue #3759 #3762
Conversation
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.
Just two minor comments
@@ -4,6 +4,8 @@ | |||
|
|||
* EXODistributionGroup | |||
* Fixes the export of group membership to use Identity. | |||
* TeamsTeam | |||
* Check if Teams owners are null |
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.
Could you please add the issue number to the changelog?
@@ -203,6 +203,10 @@ function Get-TargetResource | |||
Ensure = 'Present' | |||
} | |||
|
|||
if($null -ne $Owners){ | |||
$result.Add('Owner',$Owners[0].User.ToString()) |
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.
This aligns with the previous implementation. Why are we only grabbing the first user and not all owners of a team?
This PR has been replaced by #3865. Closing this PR. |
Pull Request (PR) description
Check to validate if Team has an owner
This Pull Request (PR) fixes the following issues
Issue #3759