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

Fix Properties of (Dynamic) Administrative Unit #4679

Open
wants to merge 2 commits into
base: Dev
Choose a base branch
from

Conversation

bartvermeersch
Copy link
Contributor

Pull Request (PR) description

Some properties of Dynamic Administrative Units have moved from within Additionalproperties to the root object level when performing Get-MgBetaDirectoryAdministrativeUnit

image

@bartvermeersch
Copy link
Contributor Author

If I'm not mistaken in my analysis/findings the test also need to be updated?

AdditionalProperties = @{
membershipType = 'Assigned'
membershipRule = 'Canada'
membershipRuleProcessingState = 'On'

@NikCharlebois
Copy link
Collaborator

Can we please update the branch with the latest code from DEV? It appears the unit tests are failing. Thanks

@bartvermeersch
Copy link
Contributor Author

I think the unit tests were failing because they contain the same issue, but I want to have your confirmation.

membershipType, membershipRule, membershipRuleProcessingState
are no longer children of "AdditionalProperties" but are direct children of the Administrative Unit object in beta graph.

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.

None yet

2 participants