@@ -15,18 +15,19 @@ Creates an Azure SQL Database Managed Instance.
15
15
### NewByEditionAndComputeGenerationParameterSet (Default)
16
16
```
17
17
New-AzSqlInstance [-Name] <String> [-ResourceGroupName] <String> -AdministratorCredential <PSCredential>
18
- -Location <String> -SubnetId <String> -LicenseType <String> [-StorageSizeInGB <Int32>] -VCore <Int32>
18
+ -Location <String> -SubnetId <String> [ -LicenseType <String>] [-StorageSizeInGB <Int32>] -VCore <Int32>
19
19
-Edition <String> -ComputeGeneration <String> [-Collation <String>] [-PublicDataEndpointEnabled]
20
- [-ProxyOverride <String>] [-TimezoneId <String>] [-DnsZonePartner <String>] [-Tag <Hashtable>] [-AssignIdentity] [-AsJob]
21
- [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
20
+ [-ProxyOverride <String>] [-TimezoneId <String>] [-Tag <Hashtable>] [-AssignIdentity]
21
+ [-DnsZonePartner <String>] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
22
+ [<CommonParameters>]
22
23
```
23
24
24
25
### NewBySkuNameParameterSetParameter
25
26
```
26
27
New-AzSqlInstance [-Name] <String> [-ResourceGroupName] <String> -AdministratorCredential <PSCredential>
27
- -Location <String> -SubnetId <String> -LicenseType <String> [-StorageSizeInGB <Int32>] -VCore <Int32>
28
+ -Location <String> -SubnetId <String> [ -LicenseType <String>] [-StorageSizeInGB <Int32>] -VCore <Int32>
28
29
-SkuName <String> [-Collation <String>] [-PublicDataEndpointEnabled] [-ProxyOverride <String>]
29
- [-TimezoneId <String>] [-DnsZonePartner <String >] [-Tag <Hashtable> ] [-AssignIdentity ] [-AsJob]
30
+ [-TimezoneId <String>] [-Tag <Hashtable >] [-AssignIdentity ] [-DnsZonePartner <String> ] [-AsJob]
30
31
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
31
32
```
32
33
@@ -170,6 +171,21 @@ Accept pipeline input: False
170
171
Accept wildcard characters : False
171
172
` ` `
172
173
174
+ ### -DnsZonePartner
175
+ The resource id of the partner Managed Server to inherit DnsZone property from for Managed instance creation
176
+
177
+ ` ` ` yaml
178
+ Type : System.String
179
+ Parameter Sets : (All)
180
+ Aliases :
181
+
182
+ Required : False
183
+ Position : Named
184
+ Default value : None
185
+ Accept pipeline input : False
186
+ Accept wildcard characters : False
187
+ ` ` `
188
+
173
189
### -Edition
174
190
The edition for the instance.
175
191
@@ -195,7 +211,7 @@ Type: System.String
195
211
Parameter Sets : (All)
196
212
Aliases :
197
213
198
- Required : True
214
+ Required : False
199
215
Position : Named
200
216
Default value : None
201
217
Accept pipeline input : False
@@ -297,7 +313,7 @@ Accept wildcard characters: False
297
313
Determines how much Storage size to associate with instance
298
314
299
315
` ` ` yaml
300
- Type : System.Nullable`1[System. Int32]
316
+ Type : System.Int32
301
317
Parameter Sets : (All)
302
318
Aliases :
303
319
@@ -353,21 +369,6 @@ Accept pipeline input: False
353
369
Accept wildcard characters : False
354
370
` ` `
355
371
356
- ### -DnsZonePartner
357
- The resource id of the partner Managed Server to inherit DnsZone property from for Managed instance creation
358
-
359
- ` ` ` yaml
360
- Type : String
361
- Parameter Sets : (All)
362
- Aliases :
363
-
364
- Required : false
365
- Position : Named
366
- Default value : None
367
- Accept pipeline input : False
368
- Accept wildcard characters : False
369
- ` ` `
370
-
371
372
### -VCore
372
373
Determines how much VCore to associate with instance
373
374
0 commit comments