pulumi/sdk
joeduffy 53a568da87 Modify the ResourceProvider.Update API
This changes two aspects of the ResourceProvider.Update RPC API:

1. Update needs to return an ID, in case the resource had to be
   recreated in response to the request.

2. Include both the old and the new values for properties that are
   being updated.
2017-02-11 13:14:29 -08:00
..
go/murpc Modify the ResourceProvider.Update API 2017-02-11 13:14:29 -08:00
js/src/murpc Modify the ResourceProvider.Update API 2017-02-11 13:14:29 -08:00
proto Modify the ResourceProvider.Update API 2017-02-11 13:14:29 -08:00
README.md Further reshuffle Protobufs; generate JavaScript code 2017-02-10 09:28:46 -08:00

sdk

The SDK directory contains language packages for the various supported languages.

These packages are real language packages and not MuPackages. Therefore, they can contain I/O, asynchronous code, and anything else necessary for building runtime code, resource providers, and other helpful Mu tooling and abstractions.