Skip to content

Commit fc717bf

Browse files
committed
Revert "Fix azure image param"
This reverts commit 26f63d0.
1 parent 26f63d0 commit fc717bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference/yaml.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,11 @@ Machine image takes 4 parameters(publisher, offer, sku, version) for available i
154154
`az vm image list --output table`
155155

156156
```yml
157-
# publisher:offer:sku:version
158-
machine_image: Canonical:UbuntuServer:18.04-LTS:latest
157+
machine_image:
158+
publisher: "Canonical"
159+
offer: "UbuntuServer"
160+
sku: "18.04-LTS"
161+
version: "latest"
159162
```
160163

161164
#### Openstack

0 commit comments

Comments
 (0)