-
Notifications
You must be signed in to change notification settings - Fork 4k
PR for SQL Database Replication Cmdlets #712
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
Adding PowerShell for DBCopy and GeoDR operations in Resource Management
-Branding -partner RG check -Error message change
Conflicts: setup/azurecmdfiles.wxi src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj src/ResourceManager/Sql/Commands.Sql.Test/packages.config src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj src/ResourceManager/Sql/Commands.Sql/packages.config
Fixing Merge conflicts
Can one of the admins verify this patch? |
Hi @dominiqa, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
@azuresdkci add to whitelist |
Fixing Build Issue
@dominiqa please pull from "upstream dev" and update your fork |
Fork updated. -Dom From: Denis Stankovski [mailto:notifications@github.com] @dominiqahttps://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fdominiqa&data=01%7c01%7cdominiqa%40microsoft.com%7cfb751b89e74a4b16dc5808d2a1db276c%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=0h4H1SbE0sQAvyMv%2fMubmI8e7IXRVPm04Rtzu5sfUNg%3d please pull from "upstream dev" and update your fork — |
PR for SQL Database Replication Cmdlets
Three new cmdlets for Geo Replication:
New-AzureSqlDatabaseSecondary
Get-AzureSqlDatabaseReplicationLink
Remove-AzureSqlDatabaseSecondary
And New-AzureSqlDatabaseCopy for one time database copies.