Fix /OutputPath conflict in DeployReport, DriftReport, and Script actions in SqlAzureDacpacDeploymentV1#21982
Open
Fix /OutputPath conflict in DeployReport, DriftReport, and Script actions in SqlAzureDacpacDeploymentV1#21982
Conversation
…-tasks into users/v-dko1/sqldacpacdeploymentdriftissuefix
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
When users pass /OutputPath in additional arguments, the task overrides it with a hardcoded default path, causing the user-specified output location to be ignored.
Git Issue: #20659
Bug: https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/2269716/
Task Name
SqlAzureDacpacDeploymentV1
Description
Adds a SqlAzureDacpac.EnableUserOutputPath feature flag that, when enabled, detects user-provided /OutputPath in additional arguments and skips injecting the default output path, fixing the conflict in DeployReport, DriftReport, and Script actions
Risk Assessment (Low / Medium / High)
low
Change Behind Feature Flag (Yes / No)
Yes- SqlAzureDacpac.EnableUserOutputPath(Dynamic Feature flag)
Tech Design / Approach
Documentation Changes Required (Yes/No)
Indicate whether related documentation needs to be updated.
Unit Tests Added or Updated (Yes / No)
NO
Additional Testing Performed
Manually tested working as expected
Logging Added/Updated (Yes/No)
no
Telemetry Added/Updated (Yes/No)
Rollback Scenario and Process (Yes/No)
Disable Featureflag SqlAzureDacpac.EnableUserOutputPath.
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist