Skip to content

Commit

Permalink
Update ChangeLog.md of sql to fix a log issue (Azure#25930)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored Aug 23, 2024
1 parent d554d74 commit 851c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
## Upcoming Release
* Fixed secrets exposure in example documentation.
* Fixed issues regarding Active Directory Administrator in `Set-AzSqlInstanceActiveDirectoryAdministrator` and `Set-AzSqlInstance` cmdlets.
* Added new parameter AuthenticationMetadata to `New-AzSqlInstance` and `Set-AzSqlInstance`

## Version 5.2.0
* Added breaking change announcement for cmdlets: `New-AzSqlInstanceLink`, `Get-AzSqlInstanceLink`, `Remove-AzSqlInstanceLink`, `Update-AzSqlInstanceLink`.
* Added `IsGeneralPurposeV2` and `StorageIOps` parameters to `New-AzSqlInstance`, `Set-AzSqlInstance` to enable the creation of GPv2 instances
* Added IsGeneralPurposeV2 and StorageIOps fields to the model of the managed instance so that it displays information about GPv2 instances that are returned by `Get-AzSqlInstance`.
* Added new cmdlet `Set-AzSqlDatabaseReplicationLink` for updating replication link type
* Updated `Get-AzSqlDatabaseReplicationLink` to use the new sdk
* Added new parameter AuthenticationMetadata to `New-AzSqlInstance` and `Set-AzSqlInstance`

## Version 5.1.0
* Added cross-subscription support for `Copy-AzSqlInstanceDatabase`, `Move-AzSqlInstanceDatabase`
Expand Down

0 comments on commit 851c8f9

Please sign in to comment.