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

SubscribedSku inconsistency

Open sips-richard opened this issue 4 years ago • 1 comments

On the SubscribedSku model getPrepaidUnits() contains hydration logic to return a LicenseUnitsDetail model for accessing the data, however getServicePlans() returns an array of arrays rather than an array of ServicePlanInfo models. Additionally the docblock for setServicePlans() says it accepts ServicePlanInfo rather than an array of ServicePlanInfo models, and obviously differs from its getter. AB#10449

sips-richard avatar Jul 30 '21 11:07 sips-richard

Hi @sips-richard, sorry for the inconvenience caused. There is fix on the way(#541) to address the issue with collection type properties. This relates to #76 #97. Will update this when the fix is merged.

SilasKenneth avatar Aug 03 '21 13:08 SilasKenneth

Was resolved.

Ndiritu avatar Oct 06 '22 07:10 Ndiritu