Fail fast on variable conflicts with subscription config#6853
Fail fast on variable conflicts with subscription config#6853benbp merged 1 commit intoAzure:mainfrom
Conversation
8c4b73f to
9470224
Compare
|
The following pipelines have been queued for testing: |
9470224 to
2c0657d
Compare
|
The following pipelines have been queued for testing: |
2c0657d to
300dd48
Compare
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#6853 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#6853 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
We've run into this a couple times as teams migrate away from hardcoded keyvault secrets but have duplicates in the yaml, causing hard to find issues when updating values in the wrong place. The identity team, for example, has some of their core variables in our base config (which should be moved).
I'm going to update the language test pipelines to pass down
EnvVarsfrom the tests/ci.yml files just to fail fast on any conflicts.