Azure / azure-sdk-for-net

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

Support gluing infrastructures together #42241

Open JoshLove-msft opened 4 months ago

JoshLove-msft commented 4 months ago

It should be possible to

infra1.AddConstruct(infra2);
m-nash commented 4 months ago

This is due to infra implementing IConstruct which I believe we want to keep. Alternative we could remove this implementation but I think we lose some simplicity on our public API surface.