msgraph-sdk-php
msgraph-sdk-php copied to clipboard
SubscribedSku inconsistency
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
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.
Was resolved.