From 96a85cdd6fa7cb90e2c285daeae6ce5d07144123 Mon Sep 17 00:00:00 2001 From: Corey Callaway Date: Tue, 22 Oct 2024 16:37:59 -0400 Subject: [PATCH] Update New-AzGalleryImageDefinition.md SecurityType Inputs Correcting one value of SecurityType inputs list from TrustedandConfidentialVMSupported TrustedLaunchAndConfidentialVmSupported --- src/Compute/Compute/help/New-AzGalleryImageDefinition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/help/New-AzGalleryImageDefinition.md b/src/Compute/Compute/help/New-AzGalleryImageDefinition.md index b19a1ded7ae0..4a46b8b8de5c 100644 --- a/src/Compute/Compute/help/New-AzGalleryImageDefinition.md +++ b/src/Compute/Compute/help/New-AzGalleryImageDefinition.md @@ -322,7 +322,7 @@ Accept wildcard characters: False ### -Feature A list of gallery image features. -For SecurityType, acceptable inputs are: None, TrustedlaunchSupported, Trustedlaunch, ConfidentialVM, ConfidentialVMSupported, TrustedandConfidentialVMSupported +For SecurityType, acceptable inputs are: None, TrustedlaunchSupported, Trustedlaunch, ConfidentialVM, ConfidentialVMSupported, TrustedLaunchAndConfidentialVmSupported ```yaml Type: Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]