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

Missing stream properties for entities where the entities are in the base type. #736

Closed
darrelmiller opened this issue Jul 5, 2021 · 3 comments · Fixed by #1324
Closed

Comments

@darrelmiller
Copy link
Contributor

darrelmiller commented Jul 5, 2021

image
We generate Get-OrganizationBranding but not any commands for the stream properties:
image

AB#10131

@peombwa
Copy link
Member

peombwa commented Aug 30, 2021

Fixed by microsoft/OpenAPI.NET.OData#110. We'll need to test the change before closing this issue.

@maisarissi
Copy link

Hi @peombwa .

Can we validate this has been fixed and close the issue?

@peombwa
Copy link
Member

peombwa commented May 12, 2022

This has been resolved as part of OData to OpenAPI v1.0.10:

Get-Command Get-MgOrganizationBranding*

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Get-MgOrganizationBranding                         1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingBackgroundImage          1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingBannerLogo               1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingLocalization             1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingLocalizationBackgroundI… 1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingLocalizationBannerLogo   1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingLocalizationSquareLogo   1.9.6      Microsoft.Graph.Identity.DirectoryManagement
Function        Get-MgOrganizationBrandingSquareLogo               1.9.6      Microsoft.Graph.Identity.DirectoryManagement

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

Successfully merging a pull request may close this issue.

3 participants