-
Notifications
You must be signed in to change notification settings - Fork 4k
NEW PR Powershell cmdlets for list/get/cancel managed server operation #11452
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
Can one of the admins verify this patch? |
* Add readable secondary parameter to Invoke-AzureSqlDatabaseFailover | ||
* Add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication | ||
* Save sensitivity rank when classifying columns in the database. | ||
* Add cmdlets Get-AzSqlInstanceOperation and Stop-AzSqlInstanceOperation |
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.
Please manually merge changelog, because above 3 items are in 2.5.0, don't change them. The last item should be put under upcoming release.
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 did.
Can we please merge this since after waiting 20 days on the old PR: #11309 I encountered major issue while syncing code and I needed to create a new PR. |
@msJinLei , please review this PR with high priority. |
Cmdlet was reviewed here: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/510 |
src/Sql/Sql/ChangeLog.md
Outdated
* Added readable secondary parameter to `Invoke-AzSqlDatabaseFailover` | ||
* Added cmdlet `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` | ||
* Saved sensitivity rank when classifying columns in the database. | ||
* Add readable secondary parameter to Invoke-AzureSqlDatabaseFailover |
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.
revert the change of version 2.5.0's log
[ResourceNameCompleter("Microsoft.Sql/managedInstance/operations", "OperationName")] | ||
[ValidateNotNullOrEmpty] | ||
[SupportsWildcards] | ||
public System.Guid Name { get; set; } |
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.
Name should be string here.
Description
New PR, since branch on the old one was messed up #11309.
PowerShell commands for list/get/cancel of managed server management operation.
Also added -AsJob parameter in Set-AzSqlInstance command to be able to test cancel in test. This operation should support execution in the back since it can lock powershell for a couple of hours.
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added