-
Notifications
You must be signed in to change notification settings - Fork 4k
Fixes for SQL Replication Cmdlets and tests #780
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 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
-Branding -partner RG check -Error message change
Fixing Build Issue
… for potential errors Updating Database Replication Test JSONs and streamlining test script for potential errors
Fixing Build Issues from merge and cherry pick changes
Fixing GetLink Bug for CreateLink
Conflicts: setup/azurecmdfiles.wxi
Adding cmdlet help for GeoDR and DB Copy cmdlets
Hi @dominiqa, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
Conflicts: src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
GeoDR Failover Cmdlets
@@ -55,7 +55,8 @@ ScriptsToProcess = @() | |||
|
|||
# Type files (.ps1xml) to be loaded when importing this module | |||
TypesToProcess = @( | |||
'.\Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml' | |||
'.\Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml', | |||
'.\Sql\Microsoft.Azure.Commands.Sql.Types.ps1xml' |
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.
correct spacing, pleaser
@dominiqa please respond to feedback |
This reverts commit 7b359a1.
Fixes based on feedback comments: -Fixed spacing in psd1 file -Marked tests for Acceptance
Updated Wix file
Conflicts: src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
All feedback addressed |
Manually fixed merge error
Fixed SQL Cmdlets installer fix
@azuresdkci retest this please |
I signed the CLA. Is there anything else blocking the code merge? |
Fixes for SQL Replication Cmdlets and tests
No description provided.