Skip to content

Commit aef5121

Browse files
update last md
1 parent bb5b551 commit aef5121

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/Compute/Compute/help/New-AzGalleryImageDefinition.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New-AzGalleryImageDefinition [-ResourceGroupName] <String> [-GalleryName] <Strin
2020
[-EndOfLifeDate <DateTime>] [-Eula <String>] [-HyperVGeneration <String>] [-MinimumMemory <Int32>]
2121
[-MinimumVCPU <Int32>] [-MaximumMemory <Int32>] [-MaximumVCPU <Int32>] [-PrivacyStatementUri <String>]
2222
[-PurchasePlanName <String>] [-PurchasePlanProduct <String>] [-PurchasePlanPublisher <String>]
23-
[-ReleaseNoteUri <String>] [-Tag <Hashtable>] [-Feature <GalleryImageFeature[]>]
23+
[-ReleaseNoteUri <String>] [-Tag <Hashtable>] [-Feature <GalleryImageFeature[]>] [-Architecture <String>]
2424
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

@@ -78,7 +78,7 @@ New-AzGalleryImageDefinition -ResourceGroupName $rgName -GalleryName $galleryNam
7878

7979
Creates a gallery image definition to contain image versions for specialized windows images.
8080

81-
### Example 4: Create an image definition for generalized windows images and set features.
81+
### Example 4: Create an image definition for generalized windows images and set features.
8282

8383
```powershell
8484
$rgName = "myResourceGroup"
@@ -186,6 +186,21 @@ Creates a gallery image definition for linux generalized images and specify eith
186186

187187
## PARAMETERS
188188

189+
### -Architecture
190+
CPU architecture supported by an OS disk. Possible values are "X64" and "Arm64".
191+
192+
```yaml
193+
Type: System.String
194+
Parameter Sets: (All)
195+
Aliases:
196+
197+
Required: False
198+
Position: Named
199+
Default value: None
200+
Accept pipeline input: True (ByPropertyName)
201+
Accept wildcard characters: False
202+
```
203+
189204
### -AsJob
190205
191206
Run cmdlet in the background

0 commit comments

Comments
 (0)