Open
Description
As a continuation of #425, we should consider adding a special appId registration for mooncake since globally registered apps don't replicate to China cloud. This effort will build upon the existing model used by GE - microsoftgraph/microsoft-graph-explorer-v4#955.
The current workaround is registering your own appId in mooncake and using it with Connect-MgGraph
- Connect-MgGraph -ClientId $appId -Environment China
.
AB#10522