msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

No cmdlet for findTenantInformationByDomainName and findTenantInformationByTenantId

Open MartinM85 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe the problem.

No cmdlets for

https://learn.microsoft.com/en-us/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0&tabs=http

https://learn.microsoft.com/en-us/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0&tabs=http

Describe the solution you'd like.

Can call cmdlets mentioned above

Additional context?

No response

MartinM85 avatar May 10 '24 07:05 MartinM85

Hi @Ndiritu , could you please check why are these cmdlets missing?

They're being generated in other SDKs, see https://github.com/search?q=org%3Amicrosoftgraph+findTenantInformationByDomainName&type=code&p=2

I see some warnings in the build pipeline step "Download v1.0 OpenApi docs" when refreshing the metadata.

petrhollayms avatar May 21 '24 16:05 petrhollayms

It would be nice to have some checks for which endpoints the cmdlets were not generated. The endpoints mentioned above are generally available for more than year, but missing in PowerShell SDK. It's something I'm worried about, because there can be hundreds cmdlets missing.

MartinM85 avatar May 22 '24 06:05 MartinM85