Fix bug where imported matrix parameter duplicates are not overrided#1461
Fix bug where imported matrix parameter duplicates are not overrided#14611 commit merged intoAzure:masterfrom benbp:benbp/matrix-import-override-fix
Conversation
|
@mitchdenny this fixes the issue I mentioned in https://github.com/Azure/azure-sdk-for-net/pull/19191/files#r587679217 |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
When importing a matrix from another matrix, the intended behavior is that any duplicate parameter keys favor the value in the matrix doing the import. This PR fixes a bug where this did not happen (instead the imported matrix's value is favored).