Skip to content

Commit 3fb26a8

Browse files
Merge pull request #268583 from AjayBathini-MSFT/patch-153
(AzureCXP) fixes MicrosoftDocs/azure-docs#120547
2 parents dc42ef9 + 9918f20 commit 3fb26a8

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
@@ -350,7 +350,7 @@ StorageProfile = new GalleryImageVersionStorageProfile()
350350
},
351351
```
352352

353-
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
353+
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
354354
```
355355
StorageProfile = new GalleryImageVersionStorageProfile()
356356
{

0 commit comments

Comments
 (0)