pnpframework
pnpframework copied to clipboard
AppMetadata - Any reason why "ProductId" isn't there?
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?