pulumi/sdk
bors[bot] e3002b0c36
Merge #11335
11335: [sdk/dotnet] Add DictionaryInvokeArgs for dynamically constructing invoke inputs r=Zaid-Ajaj a=Zaid-Ajaj

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Zaid Ajaj <zaid.naom@gmail.com>
2022-11-12 05:36:53 +00:00
..
dotnet Add DictionaryInvokeArgs for dynamically constructing invoke input bag 2022-11-11 18:33:19 +01:00
go Merge #11202 #11319 2022-11-10 18:25:04 +00:00
nodejs Merge #11255 2022-11-11 10:20:38 +00:00
proto/go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
python Correctly copy ResourceOptions during a merge 2022-11-10 13:14:52 -08:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod [cli] Experimental support for remote operations 2022-10-27 16:15:59 -07:00
go.sum Use project schema to validate projects we load 2022-09-02 10:09:24 +01:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please 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.