Skip to content

Adding SQL AutoDR support #1862

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

Merged
merged 4 commits into from
Feb 25, 2016
Merged

Adding SQL AutoDR support #1862

merged 4 commits into from
Feb 25, 2016

Conversation

franktsa
Copy link
Contributor

Adding support for AutoDr functionality, which is a configuration object under the server. Operations include:
•Create (PUT)
•Read (GET)
•Update / Failover (POST)
•Delete (DELETE)

CR: http://codeflow/dashboard/review/display/franktsa-c410159bf86f4ca8b7a9f2c6b5768b9f

@azurecla
Copy link

Hi @franktsa, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (franktsa). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;


try
{
$server1 = Create-ServerForTest $rg1 "12.0" $location1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franktsa please align indentation. Replace tab with 4 spaces in the file.

- Replaced tabs with spaces in test file
- Removed Authentication reference in packages.config
@hovsepm
Copy link
Contributor

hovsepm commented Feb 25, 2016

@@ -269,6 +280,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Common.Authentication">
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.4.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this. You need to reference solution in the repo

- Removed reference to Microsoft.WindowsAzure.ConfigurationManager
@hovsepm
Copy link
Contributor

hovsepm commented Feb 25, 2016

@markcowl
Copy link
Member

@hovsepm @franktsa The common.authentication reference still needs to be removed

@hovsepm
Copy link
Contributor

hovsepm commented Feb 25, 2016

@markcowl
Copy link
Member

@franktsa What are the plans for adding help for these cmdlets? Also, can you please send a PR with updates to the ChangeLog for these cmdlets?

markcowl added a commit that referenced this pull request Feb 25, 2016
Adding SQL AutoDR support
@markcowl markcowl merged commit 6ca1bef into Azure:dev Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants