pulumi/pkg/engine/lifeycletest
Pat Gavlin e1ac01a9f2
Respect the version option for provider resources. (#6055)
Although raw provider resources accept an input that allows a user to
specifiy a provider version to use, this input is not reflected in
current SDK code generation. Furthermore, we already have a method to
specify the provider version that should be used for a resource: the
"version" resource option. These changes update the code that handles
provider resource registrations to autmoatically populate the version
input from the "version" resource option if the option is present.

Fixes https://github.com/pulumi/pulumi-azure/issues/803.
2021-01-05 15:57:11 -08:00
..
delete_before_replace_test.go Fix linting. (#5954) 2020-12-15 17:56:42 -08:00
golang_sdk_test.go Fix linting. (#5954) 2020-12-15 17:56:42 -08:00
import_test.go Add ignoreChanges preprocessing in ImportStep. (#5976) 2020-12-17 14:46:50 -08:00
pending_delete_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
provider_test.go Respect the version option for provider resources. (#6055) 2021-01-05 15:57:11 -08:00
pulumi_test.go gRPC bridge: fix unknowns in Update previews (#6006) 2020-12-23 13:25:48 -08:00
refresh_test.go Fix panic related to update with refresh (#5980) 2020-12-18 23:03:40 -08:00
resource_reference_test.go Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
target_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
test_plan.go Create a builtin provider during import. (#5730) 2020-11-10 21:11:30 -08:00