Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k stars 2.84k forks source link

Re-enable `BuildTargetingString` for mgmt release unblockers #38617

Closed scbedd closed 1 day ago

scbedd commented 2 days ago

@msyyc this is bringing back the ability to filter the build down even farther, to deal with instances when data plane packages are failing, and you need to release a mgmt package.

Proving build with buildtargetingstring set to azure-mgmt-cosmosdb

msyyc commented 2 days ago

Looks good to me.