pulumi/sdk
Fraser Waters 859052d6d9
Revert "Strip Aliases from state (#9275)" (#9282)
This reverts commit 17068e9b49.

Turns out NormalizeURNReferences needs this in the state to fix up URNs while the deployment is running. It feels like we should be able to either thread this information through to the snapshot manager another way but it's not obvious how. It's also tricky to test because snapshot code differs massively in unit tests compared to proper runs.
2022-03-24 20:08:18 +01:00
..
dotnet fix: #8994 (#9058) 2022-03-22 11:46:20 +01:00
go Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
nodejs Fix #9065 for previews (#9272) 2022-03-23 21:16:55 +00:00
proto Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
python Run mypy with --namespace-packages due to https://github.com/python/typeshed/issues/7519 (#9256) 2022-03-21 16:21:09 +00:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod [sdk/go] Fixed GoLang version parsing (#8920) 2022-02-09 12:31:30 +01:00
go.sum [sdk/go] Fixed GoLang version parsing (#8920) 2022-02-09 12:31:30 +01:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.