Remove or fix azure* environment variables in live tests#37815
Remove or fix azure* environment variables in live tests#37815benbp merged 2 commits intoAzure:mainfrom
Conversation
|
/azp run python - storage - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
656f930 to
fc7a315
Compare
|
/azp run python - keyvault - tests-weekly |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/storage/tests.yml
Outdated
There was a problem hiding this comment.
Isn't this set automatically? Do we need to set it explicitly? It seems like you removed it in most other places.
There was a problem hiding this comment.
The AZURE prefix variables are not set automatically. I removed it in places where the test code has no reference to it (i.e. where it was only used for EnvironmentCredential in the past).
|
/azp run python - keyvault - tests-weekly |
|
/azp run python - storage - tests-weekly |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
test |
|
/check-enforcer evaluate |
2291ad7 to
e83a7a2
Compare
e83a7a2 to
600efac
Compare
| ${{ insert }}: ${{ parameters.EnvVars }} | ||
| inputs: | ||
| azureSubscription: ${{ parameters.ServiceConnection }} | ||
| azureSubscription: azure-sdk-tests |
There was a problem hiding this comment.
I'm trying to retire this connection so lets prefer azure-sdk-tests-public fi these can run in TME.
There was a problem hiding this comment.
These are for the samples tests which in some cases still rely on static resources in the old subscription, same deal as with Java where we decided not to migrate for now
There was a problem hiding this comment.
I thought samples had their own arm templates if we were running them live. We should definitely be careful using static resources for testing samples as these are meant to be copy/pasted by customers.
|
API change check API changes are not detected in this pull request. |
* Remove or fix azure* environment variables in live tests * try samples against tme
Remove or fix azure* environment variables in live tests