pulumi/sdk/python/lib/test/langhost/invoke
Pat Gavlin 6e90ab0341
Add support for explicit delete-before-replace (#2415)
These changes add a new flag to the various `ResourceOptions` types that
indicates that a resource should be deleted before it is replaced, even
if the provider does not require this behavior. The usual
delete-before-replace cascade semantics apply.

Fixes #1620.
2019-01-31 14:27:53 -08:00
..
__init__.py Implement Invoke for Python 3 (#2175) 2018-11-09 14:27:10 -08:00
__main__.py Implement Invoke for Python 3 (#2175) 2018-11-09 14:27:10 -08:00
test_invoke.py Add support for explicit delete-before-replace (#2415) 2019-01-31 14:27:53 -08:00