Change 'windowsVersion' to 'imageVersion' in docs for deploying specific windows version (#3928)

This commit is contained in:
Kacper Betański 2018-10-02 05:36:54 +02:00 коммит произвёл Jack Francis
Родитель e89eb97a0b
Коммит 84c5412c70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ WindowsServerSemiAnnual MicrosoftWindowsServer Datacenter-Core-1709-wit
WindowsServerSemiAnnual MicrosoftWindowsServer Datacenter-Core-1803-with-Containers-smalldisk MicrosoftWindowsServer:WindowsServerSemiAnnual:Datacenter-Core-1803-with-Containers-smalldisk:1803.0.20180504 1803.0.20180504
```
You can use the Offer, Publisher and Sku to pick a specific version by adding `windowsOffer`, `windowsPublisher`, `windowsSku` and (optionally) `windowsVersion` to the `windowsProfile` section. In this example, the latest Windows Server version 1803 image would be deployed.
You can use the Offer, Publisher and Sku to pick a specific version by adding `windowsOffer`, `windowsPublisher`, `windowsSku` and (optionally) `imageVersion` to the `windowsProfile` section. In this example, the latest Windows Server version 1803 image would be deployed.
```json
"windowsProfile": {