Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix version conflict #13072

Merged
merged 1 commit into from
Sep 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 2.10.1
* Added warning for BackupStorageRedundancy configuration in select regions in `New-AzSqlDatabase` (Ignore Case for BackupStorageRedundancy configuration input)
* Fixed for bug in `New-AzSqlDatabaseExport`
* Removed case sensitivity for BackupStorageRedundancy parameter for `New-AzSqlInstance`
* Added BackupStorageRedundancy to the following:
- `Restore-AzureRmSqlDatabase`
- `New-AzSqlDatabaseCopy`
- `New-AzSqlDatabaseSecondary`
* Removed case sensitivity for BackupStorageRedundancy parameter for all SQL DB references
* Updated BackupStorageRedundancy warning message names
* Updated BackupStorageRedundancy warning message names

## Version 2.10.1
* Added warning for BackupStorageRedundancy configuration in select regions in `New-AzSqlDatabase` (Ignore Case for BackupStorageRedundancy configuration input)
* Fixed for bug in `New-AzSqlDatabaseExport`
* Removed case sensitivity for BackupStorageRedundancy parameter for `New-AzSqlInstance`

## Version 2.10.0
* Added BackupStorageRedundancy to `New-AzSqlInstance` and `Get-AzSqlInstance`
Expand Down