jameskirsop's avatar
jameskirsop
Brass Contributor
Jul 27, 2021
Status:
New

subscribedSkus returning a friendly display name

Having to rely on a https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-service-plan-reference#next-steps which:

  1. Doesn't list all products
  2. Is manually maintained
  3. Is not easily parseable

is not helpful when trying to use the /subscribedSku's Graph endpoint to identify products that have been subscribed to in a tenant.

 

This endpoint should return the friendly name of the product, or Graph should have an endpoint which returns a dictionary of JSON objects with details of each SKU with the SKU ID as dict keys.

1 Comment

  • jameskirsop's avatar
    jameskirsop
    Brass Contributor

    Several months later I still find it hard to understand why Microsoft can justify manually maintaining and updating a table and https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv (last updated a few days ago), rather than having all this available via Graph...