-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to force live test resources to be created in a given subscription #474
Comments
I would call it |
Note this should also be an optional parameter, so I recommend relying on splatting to conditionally add it to |
Testing fix for Azure/azure-sdk-tools#474 specifically for azure-sdk-for-net repo.
* Specify subscription ID for test resources Testing fix for Azure/azure-sdk-tools#474 specifically for azure-sdk-for-net repo. * Put -SubscriptionId in right param sets
Please update this repo from my changes in Azure/azure-sdk-for-net#10983. Probably would be a good time to remove the files directly in eng/ and update the YAMLs to use the ones in eng/common. |
* Remove the requestId policy
It looks like live test resources have been getting created in the Playground subscription. We need to force these to be created in the Test Resources subscription.
The text was updated successfully, but these errors were encountered: