-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Revert "Backup Support for SQL Server in Azure VM" #8499
Conversation
Need updates to the cmdlets - specifically we cannot release 'preview Also, some of the newly unskipped tests are failing on some platforms |
From preview, I meant, this won't be the final release for this workload. Some additions and client side validation are to be made after updating the SDK version. |
@@ -75,7 +90,11 @@ public void TestAzureVMFullRestore() | |||
_logger, PsBackupProviderTypes.IaasVm, "Test-AzureVMFullRestore"); | |||
} | |||
|
|||
#if NETSTANDARD | |||
[Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")] |
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.
The test that is failing for a particular platform was marked to be skipped in a PR by @MiYanni (https://github.com/Azure/azure-powershell/pull/7497/files#diff-5ac3bb75515258487eb34f862e7890dd) which I removed in this PR. Moreover, it looks like a platform issue which was solved later in dotnet core 2.1 (https://stackoverflow.com/questions/48719442/dotnet-core-2-0-on-macos-gets-libcurl-and-ssl-error-triggered-by-httpclient-when)
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.
@markcowl We should discuss running tests as netcore 2.1 instead of 2.0, sooner rather than later. I'm sure there are other fixes like this one above.
@siddharth7 We can't merge the PR until the |
#8529 |
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.
merging to complete the revert process
Reverts #8349