pulumi/sdk
joeduffy 47ef3f673b Rename PreviewUpdate (again)
Unfortunately, this wasn't a great name.  The old one stunk, but the
new one was misleading at best.  The thing is, this isn't about performing
an update -- it's about NOT doing an update, depending on its return value.
Further, it's not just previewing the changes, it is actively making a
decision on what to do in response to them.  InspectUpdate seems to convey
this and I've unified the InspectUpdate and Update routines to take a
ChangeRequest, instead of UpdateRequest, to help imply the desired behavior.
2017-04-27 11:18:49 -07:00
..
go/pkg Rename PreviewUpdate (again) 2017-04-27 11:18:49 -07:00
js/src/cocorpc Rename PreviewUpdate (again) 2017-04-27 11:18:49 -07:00
proto Rename PreviewUpdate (again) 2017-04-27 11:18:49 -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.