pulumi/changelog/pending
Zaid Ajaj 9c8f8470ba
[python/automation] Implement Stack.import_resources() for batch importing resources into a stack (#16668)
Addressing https://github.com/pulumi/pulumi/issues/8237 for Python. 

Since `import` is a reserved keyword in python, I went with
`import_resources` as the function name. It's a bit unfortunate that it
is not the same name as other SDKs but I wasn't sure which name to use
here. Suggestions are welcome 🙏
2024-07-24 14:58:34 +00:00
..
20240710--auto-nodejs--implement-stack-import-in-automation-api-to-specify-and-import-resources-into-a-stack.yaml [autmation/nodejs] Implement Stack.import() to specify and import resources into a stack (#16615) 2024-07-24 14:58:12 +00:00
20240715--auto-python--implement-stack-import_resources-for-batch-importing-resources-into-a-stack.yaml [python/automation] Implement Stack.import_resources() for batch importing resources into a stack (#16668) 2024-07-24 14:58:34 +00:00
20240718--sdk-nodejs--detect-possible-oom-errors-when-nodejs-crashes.yaml Detect possible OOM errors when nodejs crashes (#16700) 2024-07-23 16:10:43 +00:00
20240720--sdk-nodejs--ensure-no-output-is-lost-for-nodejs-commands-when-stdout-is-slow.yaml Detect possible OOM errors when nodejs crashes (#16700) 2024-07-23 16:10:43 +00:00
20240722--cli-new--make-prompt-capitalization-consistent.yaml new: capitalize prompts consistently (#16747) 2024-07-24 07:56:18 +00:00
20240723--cli-state--always-show-the-fully-qualified-stack-name-when-moving-resources.yaml always show the fully qualified stackname in state move (#16767) 2024-07-24 08:24:53 +00:00
20240723--cli-state--fix-calculation-of-the-resources-that-are-remaining-in-the-source-stack.yaml state_move: calculate remaining resources only when we know all moved resources (#16774) 2024-07-24 09:28:28 +00:00
20240723--cli-state--fix-the-dependency-information-in-the-state-move-command.yaml correctly display the dependency information in state move (#16765) 2024-07-23 14:11:03 +00:00
20240723--sdk-python--stricter-types-for-config-get_xxx-when-a-deafult-is-provided.yaml Provide stricter types for config.get_XXX when a default is provided (#16768) 2024-07-23 17:42:48 +00:00
20240723--sdkgen-python--generate-typeddict-input-types-by-default.yaml Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
20240724--cli-state--improve-how-moving-the-root-stack-is-handled-in-pulumi-state-move.yaml state_move: don't move root stack explicitly (#16779) 2024-07-24 13:02:43 +00:00