pulumi/sdk
joeduffy 0b6e262b46 Rename resource provider methods
This change renames two provider methods:

    * Read becomes Get.

    * UpdateImpact becomes PreviewUpdate.

These just read a whole lot nicer than the old names.
2017-04-20 14:09:00 -07:00
..
go/pkg Rename resource provider methods 2017-04-20 14:09:00 -07:00
js/src/cocorpc Rename resource provider methods 2017-04-20 14:09:00 -07:00
proto Rename resource provider methods 2017-04-20 14:09:00 -07: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.