pulumi/sdk/python/lib
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
..
pulumi Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
test Type check props in the `Resource` initializer (#14030) 2023-09-25 14:54:28 +00:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py [sdk/python] Update grpc-io from 1.56.0 to 1.56.2 (#13759) 2023-08-23 13:52:13 +00:00