msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
No cmdlet for findTenantInformationByDomainName and findTenantInformationByTenantId
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
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.
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.