-
Notifications
You must be signed in to change notification settings - Fork 4k
Nemanjas/mi change hw generation #10892
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
isra-fel
merged 13 commits into
Azure:master
from
v-nestan:nemanjas/mi_change_hw_generation
Feb 4, 2020
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e3c71ca
Adding support for changing managed instance hardware generation.
0e29647
Updating ChangeLog.md
d234f53
Merge branch 'master' of https://github.com/Azure/azure-powershell in…
24f5055
Addressing comments
642f1e8
Adding new recordings for three tests.
54a7579
Merge remote-tracking branch 'upstream/master' into nemanjas/mi_chang…
e221055
Merge remote-tracking branch 'upstream/master' into nemanjas/mi_chang…
87d0440
Removing SKU name
28afa1c
Removing System.Diagnostics.Debugger.Launch();
7aa1970
Merge remote-tracking branch 'upstream/master' into nemanjas/mi_chang…
95456cb
Adding new session records
9fd3678
Merge remote-tracking branch 'upstream/master' into nemanjas/mi_chang…
2c77f92
Moving ChangeLog.md entry to Upcoming release.
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
11,135 changes: 10,486 additions & 649 deletions
11,135
...Sql.Test.ScenarioTests.InstancePoolCrudTests/TestDeleteManagedInstanceInInstancePool.json
Large diffs are not rendered by default.
Oops, something went wrong.
11,275 changes: 10,676 additions & 599 deletions
11,275
...Sql.Test.ScenarioTests.InstancePoolCrudTests/TestUpdateManagedInstanceInInstancePool.json
Large diffs are not rendered by default.
Oops, something went wrong.
19,707 changes: 18,939 additions & 768 deletions
19,707
...mands.Sql.Test.ScenarioTests.ManagedInstanceCrudScenarioTests/TestSetManagedInstance.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Is it possible to add custom validators as attributes above fields?
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.
I've checked SQL DB, instance pools and managed instance new and set cmdlets and couldn't find the example of that so I decided to go this way. If it is possible, it is not common.
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.
AFAIK there is a completer for resource group name, if that exists then it must just be an ARM call so you could also call capabilities to find edition, sku name, compute gen, etc. So probably possible. But let's not block release on it :)