UpdatePolicy value of DeviceGroup

matsujirushi 636 Reputation points MVP
2020-11-20T05:41:08.137+00:00

Hi,
I create Azure Sphere tool. -> Azure Sphere Explorer

My tool is showing the wrong UpdatePolicy for DeviceGroup.

The following numbers are mapped to a string, is that a mistake?

0 -> No3rdParty
1 -> AppUpdates
2 -> NoUpdates
3 -> UpdateAll

Links:
List of Device Group API doc
Code of my tool
Issue

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
157 questions
{count} vote

Accepted answer
  1. QuantumCache 20,031 Reputation points
    2020-11-21T00:53:49.493+00:00

    Hello @matsujirushi , Thanks for reaching out to us on this document.

    It appears the documentation needs to be updated, I have reached out to the engineering team and will have an update soon next week.

    Please stay tuned to this post for further updates.

    Update:11/24/2020

    Below is the mapping of the enum to the exact UpdatePolicy string:
    0 = UpdateAll
    1 = No3rdPartyAppUpdates
    2 = NoUpdates

    Please note that there are only 3 enum values as of now, we will soon update the REST API document.

    Thanks,
    Satish.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful