pnp / pnpframework

PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions
https://pnp.github.io/pnpframework/
MIT License
205 stars 143 forks source link

AppMetadata - Any reason why "ProductId" isn't there? #1013

Open jimmywim opened 5 months ago

jimmywim commented 5 months ago

I want to use AppManager class to do some remote deployments/upgrades of apps.

Detecting what is currently deployed/installed via AppManager is a pain because the Id returned in the AppMetadata class is not the ProductId - both Ids are returned by the API but AppMetadata only has Id and not ProductId.

Is there a conscious decision not to include the ProductId? Can I PR this?