forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQL] Distributed Availability Groups cmdlet update to version 2023-0…
…8-01 API (Azure#26224) * Adding autorest generated classes. * Output of commands changed. Create command updated. * Handling errors the proper way to see the error message instead of generic one. * Adding failover functionality. * Adding help files. * Removing replication mode parameter, it was added by mistake * Bug fix in failover cmdlet * Calling GET cmdlet after failover, because REST doesn't get the link after the operation is succeeded. * Testing done. * Adding LiveOnly to tests. * Altering box first test. * Changing output to list of strings. Adding handling error for planned failover type. * Removing breaking change announce. * Updating help files. * Style fix * Handling type errors for fixed strings * Comment fixes. * Authoring help files. * Updating help files, changelog.md and parameter descriptions. * Build fix. * Changing param Databases to Database because of PS rules, adding ChangeLog. * Breaking change issue csv added. --------- Co-authored-by: jovancevic123 <[email protected]>
- Loading branch information
1 parent
02eeee0
commit dbc077f
Showing
47 changed files
with
8,691 additions
and
9,303 deletions.
There are no files selected for viewing
653 changes: 595 additions & 58 deletions
653
src/Sql/Sql.Management.Sdk/Generated/DistributedAvailabilityGroupsOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.