ExtensionVersionFlags enum
Set of flags that can be associated with a given extension version. These flags apply to a specific version of the extension.
Fields
None = 0 | No flags exist for this version. |
Validated = 1 | The Validated flag for a version means the extension version has passed validation and can be used. |
Prerelease = 2 | The Prerelease flag for a version means the extension version is prerelease. This flag is runtime only. We need backfill this flag to database in the future, here is a tracking task: https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/2234733 |