-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CRUD azure cli commands for Managed instance and Managed datab…
…ase resources (#6428) * Adding new Managed instance and Managed database CRUD commands. * Managed instance commands: * az sql managed instance create * az sql managed instance show * az sql managed instance list * az sql managed instance update * az sql managed instance delete * Managed database commands: * az sql managed db create * az sql managed db show * az sql managed db list * az sql managed instance restore * az sql managed instance delete * Adding remaining changes * Comments resolved * Fixed few issues * Fixing SizeWithUnitConverter to work with unit maps with float values * Adding validator for --storage parameter to check if entered value is an increment of 32GB * Resolving all comments * -Adding optional parameter target_managed_instance_name for midb restore command -Fixing issue when passing subnet_id parameter -Comments resolved * Adressing comments * Fixing pylint errors * Fixed and rerecorded tests
- Loading branch information
1 parent
84d1fbc
commit 2cd0ed3
Showing
11 changed files
with
3,185 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
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
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.