pulumi/sdk
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
..
go Add Organization to resource provider Check calls 2025-01-04 11:56:51 -08:00
nodejs Add Organization to resource provider Check calls 2025-01-04 11:56:51 -08:00
proto/go Add Organization to resource provider Check calls 2025-01-04 11:56:51 -08:00
python Add Organization to resource provider Check calls 2025-01-04 11:56:51 -08:00
.version Freeze 3.144.1 (#18096) 2024-12-20 23:25:56 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update golang.org/x/net (#18079) 2024-12-19 14:56:29 +00:00
go.sum Update golang.org/x/net (#18079) 2024-12-19 14:56:29 +00:00
version.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.