You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sql] Overhaul failover group cmdlets to use current API and support multiple secondaries (#23898)
* rework failover group cmdlets to use current sdk instead of legacy sdk; update get to accomodate multiple secondary failover groups
* default to manual failover policy
* update changelog
* remove commented out import statement
* Update src/Sql/Sql/ChangeLog.md
Co-authored-by: Yunchi Wang <[email protected]>
* Update src/Sql/Sql/Failover Group/Cmdlet/NewAzureSqlFailoverGroup.cs
Co-authored-by: Yunchi Wang <[email protected]>
* Update src/Sql/Sql/Failover Group/Cmdlet/SetAzureSqlFailoverGroup.cs
Co-authored-by: Yunchi Wang <[email protected]>
* modify changelog lines to be in upcoming release instead of previously released version
* update help files with updated default param values
---------
Co-authored-by: Yunchi Wang <[email protected]>
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_AutomaticPolicy.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_AutomaticPolicyGracePeriodReadOnlyFailover.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_CrossSubscription.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_ManualPolicy.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_Named.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_Overflow.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_Positional.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestCreateFailoverGroup_ZeroGracePeriod.json
Copy file name to clipboardExpand all lines: src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests/TestFailoverGroup.json
0 commit comments