Add os.version and os.features to platform spec
These changes are needed to differentiate Windows images. Signed-off-by: John Starks <jostarks@microsoft.com>
This commit is contained in:
parent
2c635d1f7e
commit
5b0a484739
2 changed files with 20 additions and 1 deletions
|
@ -89,6 +89,17 @@ image manifest based on the Content-Type returned in the HTTP response.
|
|||
The os field specifies the operating system, for example
|
||||
`linux` or `windows`.
|
||||
|
||||
- **`os.version`** *string*
|
||||
|
||||
The optional os.version field specifies the operating system version,
|
||||
for example `10.0.10586`.
|
||||
|
||||
- **`os.features`** *array*
|
||||
|
||||
The optional os.features field specifies an array of strings,
|
||||
each listing a required OS feature (for example on Windows
|
||||
`win32k`).
|
||||
|
||||
- **`variant`** *string*
|
||||
|
||||
The optional variant field specifies a variant of the CPU, for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue