https://pulumi.com logo
Title
h

hallowed-printer-4781

10/12/2022, 10:11 PM
Hello there! When making a contribution within the sdk, for example to the Automation API, is it expected that the feature be implemented in all supported runtimes/languages? Or do they grow independently of each other? Thank you!
e

echoing-dinner-19531

10/13/2022, 9:00 AM
It depends 🙂 Somethings have to be done in all sdks at once for correctness. But normally it's ok to just implement the feature in one then the others (e.g. we recently added a method to get the current organization name and we added it to python and typescript first, then dotnet and go in a later release).