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

Adding Filtering option to AADAdministrativeUnit #3999

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

ifinch
Copy link
Contributor

@ifinch ifinch commented Dec 4, 2023

Pull Request (PR) description

Adding Filtering option to AADAdministrativeUnit

Line 952:
[Parameter()]
[System.String]
$Filter,

Line 1003:
[array] $Script:exportedInstances = Get-MgBetaDirectoryAdministrativeUnit -Filter $Filter -All:$true -ErrorAction Stop

This Pull Request (PR) fixes the following issues

#3925

Vasily Kobylin and others added 2 commits December 4, 2023 12:10
 [Parameter()]
        [System.String]
        $Filter,

line 1003:
[array] $Script:exportedInstances = Get-MgBetaDirectoryAdministrativeUnit -Filter $Filter -All:$true -ErrorAction Stop
@ifinch ifinch changed the title New branch aad admin unit Adding Filtering option to AADAdministrativeUnit Dec 4, 2023
@NikCharlebois NikCharlebois merged commit f4109f4 into microsoft:Dev Dec 6, 2023
2 checks passed
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