pulumi/sdk
Pat Gavlin 2119601023
Implement `PropertyPath.Add`. (#4976)
This function adds a property value to another property at a given path,
creating containing properties as required. If the property cannot be
added because of a mismatch between the value types required by the path
and the values present in the destination, the add will fail. If a value
already exists at the given path, the add will succeed.

Related to #1635.
2020-07-07 14:45:36 -07:00
..
dotnet [codegen/*] Add support for explicit secrets. (#4927) 2020-06-30 11:35:24 -07:00
go Implement `PropertyPath.Add`. (#4976) 2020-07-07 14:45:36 -07:00
nodejs Ensuring references to v2 pulumi packages are up to date 2020-06-17 14:54:05 +03:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python [codegen/python] Don't use __all__ (#4873) 2020-06-24 11:41:03 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Upgrade to Go 1.14.x (#4697) 2020-05-28 12:01:33 +01:00
go.sum Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07: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/.