pulumi/sdk/python/lib/test/automation
Will Jones 01dc95a173
Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674)
By default, `pulumi destroy` removes all resources within a stack but
leaves the stack and its configuration intact. If one passes the
`--remove` option to `destroy`, however, the stack and its configuration
will also be removed once the resources within the stack have been
deleted. This commit updates the work of @Moon1706 in #11080 to add
`remove` as an option to the Go, NodeJS and Python Automation API SDKs'
`destroy` methods, which then perform an analogous clean-up.

Closes #11080

---------

Co-authored-by: Nikita Sharaev <n.p.sharaev@tinkoff.ru>
2024-07-17 09:07:30 +00:00
..
data Update github.com/cloudflare/circl to v1.3.7 (#15151) 2024-01-16 08:59:57 +00:00
errors Regenerate test `package-lock.json` files (#16387) 2024-06-13 10:52:59 +00:00
__init__.py [Automation API] Python Implementation (#5979) 2021-01-12 16:55:59 -08:00
test_cmd.py [auto/python] Add new API to install the Pulumi CLI (#15204) 2024-01-26 14:30:19 +00:00
test_errors.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_isolation.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_local_workspace.py Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
test_project_settings.py Fix YAML serialization of project settings in the Python Automation API (#16660) 2024-07-16 10:00:05 +00:00
test_remote_workspace.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_stack.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_utils.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00