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

Remove Invalid Get-Mg*AvailableExtensionProperty commands #729

Merged
merged 4 commits into from Jul 13, 2021

Conversation

peombwa
Copy link
Member

@peombwa peombwa commented Jun 29, 2021

This PR closes #724 by applying command suppression directive to remove the following invalid Get-Mg*AvailableExtensionProperty commands from the affected modules:

Name Module
Get-MgApplicationAvailableExtensionProperty Microsoft.Graph.Applications
Get-MgContactAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgContractAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgDeviceAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgDirectoryRoleAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgDirectoryRoleTemplateAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgGroupAvailableExtensionProperty Microsoft.Graph.Groups
Get-MgOrganizationAvailableExtensionProperty Microsoft.Graph.Identity.DirectoryManagement
Get-MgServicePrincipalAvailableExtensionProperty Microsoft.Graph.Applications
Get-MgUserAvailableExtensionProperty Microsoft.Graph.Users.Actions

As per the docs, only Get-MgDirectoryObjectAvailableExtensionProperty should be generated,

@peombwa peombwa self-assigned this Jun 29, 2021
@peombwa peombwa merged commit f9cfdf9 into dev Jul 13, 2021
@peombwa peombwa deleted the enhancements/AvailableExtensionProperties branch July 13, 2021 17:05
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.

Clean up Get-Mg*AvailableExtensionProperty commands
2 participants