You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
I'm trying SKU Transition.
When act AssignLicenseAsync method, I get error "Insufficient privileges to complete the operation"
and I dont know what should redo.
After act PlaceOrder, we implement below code.
AssignLicenseAsync(new []{new AssignedLicense{ SkuId = newSkuId}},new Guid[]{oldSkuId})
I expect that AssignLicenseAsync method can activate new Subscription and remove old Subscription.