Skip to content

Commit 9918f20

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120547
Changes made in line no 328 From OS disk To OSDiskImage
1 parent c4495b1 commit 9918f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/shared-image-galleries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ StorageProfile = new GalleryImageVersionStorageProfile()
325325
},
326326
```
327327

328-
For VHD as a source, use StorageAccountID field under GallerySource under OS disk or Data disk Image(GalleryImageVersionStorageProfile.OSDiskImage.GallerySource.StorageAccountId). The new property requires api-version 2022-03-03
328+
For VHD as a source, use StorageAccountID field under GallerySource under OSDiskImage or Data disk Image(GalleryImageVersionStorageProfile.OSDiskImage.GallerySource.StorageAccountId). The new property requires api-version 2022-03-03
329329
```
330330
StorageProfile = new GalleryImageVersionStorageProfile()
331331
{

0 commit comments

Comments
 (0)