Expose NCE license commitment terms in Graph API
With the new NCE changes to M365 licensing, the commitment term for a license becomes extra important because it affects their price. When querying information about https://docs.microsoft.com/en-us/graph/api/user-list-licensedetails?view=graph-rest-1.0&tabs=http or https://docs.microsoft.com/en-us/graph/api/subscribedsku-list?view=graph-rest-1.0&tabs=http, there is no information telling us what the term duration (P1M/P1Y/..) and billing plan (monthly/yearly/..) is.
We need to retrieve this information through the Graph API. Can it be added to the response for either of these two endpoints?
Similarly, when assigning a license to a user using https://docs.microsoft.com/en-us/graph/api/user-assignlicense?view=graph-rest-1.0&tabs=http, there is no way to set the commitment term (monthly/yearly/etc).