Closed alecbain closed 2 weeks ago
@alecbain Please update the help doc.
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.
/azp run
/azp run azure-powershell - security-tools
Description
This changeset adds an optional parameter to the New-AzSqlDatabaseSecondary cmdlet to allow creating a geo-secondary database on a server in a different subscription id.
If the optional PartnerSubscriptionId parameter is passed, it will attempt to start the database copy on the server specified using that subscription id. The user making the call will still need proper permissions on the second subscription, which are validated and checked in the backend API.
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️Target release is a different concept from API readiness. Please click below links for details.)
[x] Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:SHOULD update
ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
SHOULD have proper test coverage for changes in pull request.
SHOULD NOT adjust version of module manually in pull request