File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ New-AzGalleryImageDefinition [-ResourceGroupName] <String> [-GalleryName] <Strin
20
20
[-EndOfLifeDate <DateTime>] [-Eula <String>] [-HyperVGeneration <String>] [-MinimumMemory <Int32>]
21
21
[-MinimumVCPU <Int32>] [-MaximumMemory <Int32>] [-MaximumVCPU <Int32>] [-PrivacyStatementUri <String>]
22
22
[-PurchasePlanName <String>] [-PurchasePlanProduct <String>] [-PurchasePlanPublisher <String>]
23
- [-ReleaseNoteUri <String>] [-Tag <Hashtable>] [-Feature <GalleryImageFeature[]>]
23
+ [-ReleaseNoteUri <String>] [-Tag <Hashtable>] [-Feature <GalleryImageFeature[]>] [-Architecture <String>]
24
24
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
25
25
```
26
26
@@ -78,7 +78,7 @@ New-AzGalleryImageDefinition -ResourceGroupName $rgName -GalleryName $galleryNam
78
78
79
79
Creates a gallery image definition to contain image versions for specialized windows images.
80
80
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.
82
82
83
83
``` powershell
84
84
$rgName = "myResourceGroup"
@@ -186,6 +186,21 @@ Creates a gallery image definition for linux generalized images and specify eith
186
186
187
187
## PARAMETERS
188
188
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
+
189
204
### -AsJob
190
205
191
206
Run cmdlet in the background
You can’t perform that action at this time.
0 commit comments