Skip to content
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

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

markcowl
Copy link
Member

@markcowl markcowl commented Feb 7, 2019

Reverts #8349

@markcowl
Copy link
Member Author

markcowl commented Feb 7, 2019

Need updates to the cmdlets - specifically we cannot release 'preview
functionality as part of the main Az release.

Also, some of the newly unskipped tests are failing on some platforms

@siddharth7
Copy link
Contributor

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.
Can you point me to the failing tests?

@@ -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.")]
Copy link
Contributor

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)

Copy link
Contributor

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.

@vladimir-shcherbakov
Copy link
Contributor

@siddharth7 We can't merge the PR until the Disable-AzRecoveryServicesBackupAutoProtection cmdlet gets implemented and test coverage is provided including piping scenarios.

@siddharth7
Copy link
Contributor

#8529
This PR contains the SDK update, remaining cmdlet and piping scenario tests

Copy link
Contributor

@vladimir-shcherbakov vladimir-shcherbakov left a 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

@vladimir-shcherbakov vladimir-shcherbakov merged commit e766f60 into master Feb 13, 2019
siddharth7 added a commit to MabOneSdk/azure-powershell that referenced this pull request Feb 14, 2019
…dev_test"

This reverts commit e766f60, reversing
changes made to 8c3b2d1.
@cormacpayne cormacpayne deleted the revert-8349-mercury_dev_test branch February 19, 2019 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants