Skip to content

Commit 97759e9

Browse files
committed
Regen help
1 parent 4349726 commit 97759e9

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

src/Sql/Sql/help/New-AzSqlInstance.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ Creates an Azure SQL Database Managed Instance.
1515
### NewByEditionAndComputeGenerationParameterSet (Default)
1616
```
1717
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>
1919
-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>]
2223
```
2324

2425
### NewBySkuNameParameterSetParameter
2526
```
2627
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>
2829
-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]
3031
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3132
```
3233

@@ -170,6 +171,21 @@ Accept pipeline input: False
170171
Accept wildcard characters: False
171172
```
172173
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+
173189
### -Edition
174190
The edition for the instance.
175191
@@ -195,7 +211,7 @@ Type: System.String
195211
Parameter Sets: (All)
196212
Aliases:
197213

198-
Required: True
214+
Required: False
199215
Position: Named
200216
Default value: None
201217
Accept pipeline input: False
@@ -297,7 +313,7 @@ Accept wildcard characters: False
297313
Determines how much Storage size to associate with instance
298314
299315
```yaml
300-
Type: System.Nullable`1[System.Int32]
316+
Type: System.Int32
301317
Parameter Sets: (All)
302318
Aliases:
303319

@@ -353,21 +369,6 @@ Accept pipeline input: False
353369
Accept wildcard characters: False
354370
```
355371
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-
371372
### -VCore
372373
Determines how much VCore to associate with instance
373374

0 commit comments

Comments
 (0)