@@ -21,7 +21,7 @@ New-AzSqlDatabase -DatabaseName <String> [-CollationName <String>] [-CatalogColl
21
21
[-ZoneRedundant] [-AsJob] [-Force] [-LicenseType <String>] [-AutoPauseDelayInMinutes <Int32>]
22
22
[-MinimumCapacity <Double>] [-HighAvailabilityReplicaCount <Int32>] [-BackupStorageRedundancy <String>]
23
23
[-SecondaryType <String>] [-MaintenanceConfigurationId <String>] [-ServerName] <String>
24
- [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
24
+ [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-EnableLedger] [- Confirm]
25
25
[<CommonParameters>]
26
26
```
27
27
@@ -33,7 +33,7 @@ New-AzSqlDatabase -DatabaseName <String> [-CollationName <String>] [-CatalogColl
33
33
[-LicenseType <String>] [-ComputeModel <String>] [-AutoPauseDelayInMinutes <Int32>]
34
34
[-MinimumCapacity <Double>] [-HighAvailabilityReplicaCount <Int32>] [-BackupStorageRedundancy <String>]
35
35
[-SecondaryType <String>] [-MaintenanceConfigurationId <String>] [-ServerName] <String>
36
- [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
36
+ [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-EnableLedger] [- WhatIf] [-Confirm]
37
37
[<CommonParameters>]
38
38
```
39
39
@@ -65,6 +65,7 @@ ElasticPoolName :
65
65
EarliestRestoreDate :
66
66
LicenseType :
67
67
Tags :
68
+ EnableLedger : False
68
69
```
69
70
70
71
This command creates a database named Database01 on server Server01.
@@ -91,6 +92,7 @@ ElasticPoolName : ElasticPool01
91
92
EarliestRestoreDate :
92
93
LicenseType :
93
94
Tags :
95
+ EnableLedger : False
94
96
```
95
97
96
98
This command creates a database named Database02 in the elastic pool named ElasticPool01 on server Server01.
@@ -115,6 +117,7 @@ ElasticPoolName :
115
117
EarliestRestoreDate :
116
118
LicenseType : LicenseIncluded
117
119
Tags :
120
+ EnableLedger : False
118
121
```
119
122
120
123
This command creates a Vcore database named Database03 on server Server01.
@@ -146,6 +149,7 @@ Family : Gen5
146
149
SkuName : GP_S_Gen5
147
150
LicenseType : LicenseIncluded
148
151
AutoPauseDelayInMinutes : 360
152
+ EnableLedger : False
149
153
MinimumCapacity : 0.5
150
154
```
151
155
0 commit comments