pulumi/pkg/engine/lifecycletest
Fraser Waters 61aca31e4b Send resource name and type as well as URN to providers
We want to make URN's opaque tokens that don't need clients to parse them. One
thing providers currently parse the URN for is the resource name and type.
Pretty simple to extend the rpc interface to send these tokens as individual
fields plus the URN.

We can start getting providers to use these tokens and fallback to parsing,
eventuall providers can decide to take a requirement on an up-to-date engine
that sends these fields.
2023-09-25 22:00:47 +01:00
..
alias_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
analyzer_test.go Fix spelling in 'lifecycletest' package name. (#9939) 2022-06-22 23:18:17 -04:00
delete_before_replace_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
golang_sdk_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
import_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
pending_delete_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
provider_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
pulumi_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
refresh_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
resource_reference_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
step_generator_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
target_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
test_plan.go Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
update_plan_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00