pulumi/pkg/resource
Joe Duffy b747bf0817 Add Organization to resource provider Check calls
This change adds the Organization that a resource is being deployed
into to the Check RPC call. This allows a resource provider to use
that information. As far as I can tell, there's no easy way to obtain
this information otherwise (the organization unfortunately isn't
part of the URN, for example). We have similarly added it to other
RPC calls like Call and Construct. It's possible we should just
preemptively add this to all resource-related APIs. (Once we decide
on that, I'll add the relevant tests; I needed this to unblock myself.)
2025-01-04 11:56:51 -08:00
..
analyzer Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
autonaming Refine autonaming config calculation on provider/resource level (#18034) 2024-12-13 16:01:09 +00:00
deploy Add Organization to resource provider Check calls 2025-01-04 11:56:51 -08:00
edit Check language plugins in about tests (#18007) 2024-12-11 17:45:19 +00:00
graph Centralize resource state dependency traversal (#17320) 2024-09-23 08:37:34 +00:00
provider Bump gRPC dependencies and migrate `grpc.Dial` (#17701) 2024-11-06 18:36:10 +00:00
stack Enable some more linting rules (#17456) 2024-10-03 17:37:13 +00:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00