microsoft / Partner-Center-DotNet-Samples

Contains sample code on how to use the Partner Center .NET SDK
MIT License
97 stars 118 forks source link

Getting subscribedSku's throws an error "Tenant address information is not available" #130

Open djmrky opened 11 months ago

djmrky commented 11 months ago

Hello,

This issue started happening a couple of days ago for one on the tenants in the Partner Center API.

I'm using the standard call like in the image below: var customerUserSubscribedSkus = _partnerOperations.Customers.ById(tenantId).SubscribedSkus.Get(); I'm passing the correct "tenantId" here

And getting the exception: image

I can't seem to find this error anywhere "Tenant address information is not available"

I'm using this package to work with Partner Center image

The strange thing is that the same exact API works for many other Customers (passing the other tenantId) in Partner Center. Even stranger is the fact that it sometimes does not throw this exception, it's totally random during the day.

Any help would be appreciated here :-)

darix795 commented 11 months ago

Same issue