Skip to content

Commit b27b819

Browse files
MilanNzMilan Adamovic
andauthored
Update DatabaseFormat possible value information (#24310)
Co-authored-by: Milan Adamovic <[email protected]>
1 parent 8dd30e2 commit b27b819

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,9 @@ Accept wildcard characters: False
926926
```
927927
928928
### -DatabaseFormat
929-
The database format for the instance.
929+
The database format for the instance. Possible values are:
930+
- AlwaysUpToDate - The instance gets access to all new SQL engine features as soon as they are released in Azure. Database format keeps evolving to accommodate new features.
931+
- SQLServer2022 - The instance keeps getting SQL engine bug fixes, security patches and small functional improvements via Cumulative Updates for SQL Server 2022 during its mainstream support period. Database format remains compatible with SQL Server 2022 during that time.
930932
931933
```yaml
932934
Type: System.String

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,9 @@ Accept wildcard characters: False
777777
```
778778
779779
### -DatabaseFormat
780-
The database format for the instance.
780+
The database format for the instance. Possible values are:
781+
- AlwaysUpToDate - The instance gets access to all new SQL engine features as soon as they are released in Azure. Database format keeps evolving to accommodate new features.
782+
- SQLServer2022 - The instance keeps getting SQL engine bug fixes, security patches and small functional improvements via Cumulative Updates for SQL Server 2022 during its mainstream support period. Database format remains compatible with SQL Server 2022 during that time.
781783
782784
```yaml
783785
Type: System.String

0 commit comments

Comments
 (0)