Skip to content

Commit 0e167bf

Browse files
committed
safekeeping
1 parent c975635 commit 0e167bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ Image definitions contain metadata for the image to allow grouping of images tha
6565
- Purchase plan information for Marketplace images - `-PurchasePlanPublisher`, `-PurchasePlanName`, and `-PurchasePlanProduct`. For more information about purchase plan information, see [Find images in the Azure Marketplace](./windows/cli-ps-findimage.md) and [Supply Azure Marketplace purchase plan information when creating images](marketplace-images.md).
6666
- The `features` parameter can track what features are supported. Some features support is also based on the type of gallery:
6767

68-
| | Feature | Accepted values | Definition | Supported gallery types |
69-
|--|--|--|--|--|
70-
| | IsHibernateSupported | True, False | Create VMs with support for hibernation. | Private, direct shared, community |
71-
| | IsAcceleratedNetworkSupported | True, False | Create VMs with accelerated networking enabled can be created when set on the image. When set to True on tImage definition, you won't be able to capture VMs that don't support accelerated networking. | Private, direct shared, community |
72-
| | DiskControllerType | SCSI, NVMe | Set this to use either SCSI or NVMe disk type. NVMe VMs and disks can only be captured in Image definitions that support NVMe. | Private, direct shared, community |
68+
| Feature | Accepted values | Definition | Supported gallery types |
69+
|--|--|--|--|
70+
| IsHibernateSupported | True, False | Create VMs with support for hibernation. | Private, direct shared, community |
71+
| IsAcceleratedNetworkSupported | True, False | Create VMs with accelerated networking enabled can be created when set on the image. When set to True on tImage definition, you won't be able to capture VMs that don't support accelerated networking. | Private, direct shared, community |
72+
| DiskControllerType | SCSI, NVMe | Set this to use either SCSI or NVMe disk type. NVMe VMs and disks can only be captured in Image definitions that support NVMe. | Private, direct shared, community |
7373

7474

7575
- Architecture - specifies the CPU architecture. Can be set to x64 or ARM64 [Architecture](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create)
7676

7777
- SecurityType can be one of the following:
78-
|
78+
7979
| Accepted Values | Definition | Supported gallery types |
8080
|--|--|--|
8181
| ConfidentialVM | Only [Confidential VMs](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-images) can be created from this image type | Private |

0 commit comments

Comments
 (0)