-
Notifications
You must be signed in to change notification settings - Fork 4k
Add instance pool, instance pool usages cmdlets, and update managed instance cmdlets to support instance pools. #9744
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
Conversation
…baseGeoBackup.json, ignore api versions for Microsoft.Sql, and bump Microsoft.Azure.Management.Sql version to 1.33.0-preview
… pool tests, instance pool usages tests
…to instancePoolsMaster
Can one of the admins verify this patch? |
…ssed unless using common helper
@@ -32,6 +33,9 @@ protected override void SetupManagementClients(RestTestFramework.MockContext con | |||
|
|||
public AdvancedDataSecurityManagedInstanceTests(ITestOutputHelper output) : base(output) | |||
{ | |||
base.resourceTypesToIgnoreApiVersion = new string[] { |
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.
@johnpaulkee TBD on this change 😁
@@ -0,0 +1,74 @@ | |||
using Microsoft.WindowsAzure.Commands.ScenarioTest; |
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.
@johnpaulkee TBD on this file 😁
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.
Acked 👍 I'm hoping we can come to a solution sometime this week.
Friendly ping to @markcowl to help take a look at the permissive record matcher changes when possible. We're really trying to catch the 8/5 code completion date for release by 8/13 and also to unblock the other SQL folks for the failing MI tests due to version bump. |
…atcher with resource api exclusion and update sql tests to use that new matcher for safety
thank you @cormacpayne and @markcowl for reviewing and merging. |
Description
This pull request adds cmdlets for Azure SQL Instance pools, Instance pool usages, and updates existing managed instance cmdlets to support placement of an instance within an instance pool.
Design review:
https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/329
Related pull request:
#9705
Checklist
CONTRIBUTING.md
platyPS
module