pulumi/sdk
Kevin Fairise 1e215ba153
Add ContinueOnError() method for optup (#16291)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

This [PR](https://github.com/pulumi/pulumi/pull/15953) added support for
`continue-on-error` to the Automation API. However this hardly usable
without the corresponding function Option

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Fixes # (issue)

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] 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 Cloud,
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
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->

---------

Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
2024-05-31 07:51:01 +00:00
..
go Add ContinueOnError() method for optup (#16291) 2024-05-31 07:51:01 +00:00
nodejs Prepare for v3.118.0 release (#16284) 2024-05-30 19:28:53 +00:00
proto/go RegisterProvider engine work (#16241) 2024-05-23 06:16:59 +00:00
python Prepare for v3.118.0 release (#16284) 2024-05-30 19:28:53 +00:00
.version Prepare for v3.118.0 release (#16284) 2024-05-30 19:28:53 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump the go_modules group across 2 directories with 1 update (#16236) 2024-05-21 05:23:56 +00:00
go.sum Bump the go_modules group across 2 directories with 1 update (#16236) 2024-05-21 05:23:56 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.