Skip to content

Commit e80d033

Browse files
Merge pull request #266403 from AjKundnani/main
Bug fix with command
2 parents 3d8b64b + f690c90 commit e80d033

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

articles/virtual-machines/linux/image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ az sig image-definition create \
137137
--offer myOffer \
138138
--sku 20_04-lts-gen2 \
139139
--os-type Linux \
140-
--hyper-v-generation V2
140+
--hyper-v-generation V2 \
141141
--features SecurityType=TrustedLaunchSupported
142142
```
143143

articles/virtual-machines/windows/image-builder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ az vm create \
206206
--admin-username aibuser \
207207
--admin-password <password> \
208208
--image $imageName \
209-
--security-type TrustedLaunch \
210209
--location $location
211210
```
212211

0 commit comments

Comments
 (0)