-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[SQL] Upgrade azure-mgmt-sql to 0.26.0 #16618
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5d752a9
Add PublicNetworkAccess to Create and Update Server
emgu-ms 9c0c2c7
Merge branch 'dev' of https://github.com/Azure/azure-cli into dev
emgu-ms 99f273f
Merge branch 'dev' of https://github.com/Azure/azure-cli into dev
emgu-ms 75a7998
Merge pull request #1 from Azure/dev
OlegSternbergIBM f530b90
Merge pull request #2 from Azure/dev
OlegSternbergIBM e2e5cff
Merge pull request #4 from Azure/dev
OlegSternbergIBM 2c39056
Merge pull request #5 from Azure/dev
OlegSternbergIBM 71a2d1b
Merge from upstream
emgu-ms a3235c1
rerun test
Juliehzl dc08175
Fix test_sql_server_public_network_access_update_mgmt test
emgu-ms 68682b7
Remove left in testing
emgu-ms 2988242
revert failed test recordings
Juliehzl 6c3565f
Merge branch 'emgu/FixPublicNetworkAccessTest' into sql
Juliehzl 6c2d033
fix recorded tests
bfe06b8
Merge branch 'fix_recorded_tests_sql_0_26_0' into sql
Juliehzl e2bd0bf
fix additional tests
9b48372
fix additional tests
7640716
use highAvailabilityReplicaCount
e9b1155
fixed additional recorded tests
2df75f9
Merge branch 'fix_recorded_tests_sql_0_26_0' into sql
Juliehzl b405f53
fixed test_sql_db_import_export_mgmt
2d8a050
* move 'db_import' under correct group
96b2f4e
Merge branch 'fix_recorded_tests_sql_0_26_0' into sql
Juliehzl 07f1b23
Fix read_replica_count
bradrich-msft e1eccf8
apply Oleg's change
Juliehzl 128fa3e
fixed test_sql_db_restore.yaml
0b8e264
test_sql_db_mgmt fix
bradrich-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
192 changes: 96 additions & 96 deletions
192
src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_aad_admin.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
204 changes: 102 additions & 102 deletions
204
src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_aadonly.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
23,795 changes: 19,359 additions & 4,436 deletions
23,795
...zure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_capabilities.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should Line537 be renamed too?
azure-cli/src/azure-cli/azure/cli/command_modules/sql/_params.py
Lines 537 to 539 in 6ab0ebf