mirror of https://github.com/pulumi/pulumi.git
100470d2e7
From SDKs, we call invokes in one of two ways:
* In a "non-output" context (e.g. `getX`), which has a result dependent
on the language (e.g. a `Promise` in NodeJS) that _does not_ track
dependencies.
* In an "output" context (e.g. `getXOutput`), which has an `Output` type
and does track dependencies.
In the non-output case, `dependsOn` really doesn't make sense, since
this style of invoke is inherently ignoring dependency tracking/outputs.
This commit thus reverts
|
||
---|---|---|
.. | ||
20240711--cli-new--install-policy-or-project-dependencies-based-on-nearest-configuration-file.yaml | ||
20240711--cli-state--introduce-a-state-move-command-that-can-be-used-to-move-resources-between-stacks-projects.yaml | ||
20240711--sdk-nodejs--dont-count-plugins-from-a-nested-policy-pack-in-getrequiredplugins.yaml | ||
20240711--yaml--fixes-using-stackreference-outputs-of-types-other-than-string-in-pulumi-yaml.yaml | ||
20240712--engine--fix-an-issue-where-pulumi-up-continue-on-error-could-result-in-a-snapshot-integrity-failure.yaml | ||
20240712--sdk-nodejs--revert-the-implementation-of-dependson-for-invokes-in-the-nodejs-sdk.yaml |