pulumi/tests/testdata/codegen/output-funcs/python/pulumi_mypkg
Julien bd0be8e8ef
[Python] Allow specifiying dependencies for output invokes (#17751)
Provider functions that take inputs as arguments, and return an output
(aka output form invokes), now allow specifying a depends_on option.
This allows programs to ensure that invokes are executed after things
they depend on, similar to the depdends_on resource option.

Fixes https://github.com/pulumi/pulumi/issues/17749
2024-11-20 12:28:41 +00:00
..
README.md Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
__init__.py Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
_inputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
_utilities.py Replace asyncio.ensure_future with create_task (#17406) 2024-09-30 12:53:15 +00:00
func_with_all_optional_inputs.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
func_with_const_input.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
func_with_default_value.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
func_with_dict_param.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
func_with_empty_outputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
func_with_list_param.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
get_bastion_shareable_link.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
get_client_config.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
get_integration_runtime_object_metadatum.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
list_storage_account_keys.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
outputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
provider.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
pulumi-plugin.json Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
py.typed Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00

README.md