Skip to content

Commit

Permalink
Make all resource output properties required (#2422)
Browse files Browse the repository at this point in the history
Previously, the resource properties were not represented consistently across all Pulumi SDKs. In particular, the .NET and NodeJS SDKs represented all resource output properties as required, while Go, Python, and Java represented them as optional. This inconsistency causes problems for multi-language features and documentation.

This change unifies all SDKs to mark every top-level resource output as a required property.
  • Loading branch information
lblackstone committed Jul 14, 2023
1 parent 319317e commit a147c91
Show file tree
Hide file tree
Showing 717 changed files with 7,301 additions and 6,428 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Breaking changes:
- Remove deprecated helm/v2 SDK (https://github.com/pulumi/pulumi-kubernetes/pull/2396)
- Remove deprecated enableReplaceCRD provider flag (https://github.com/pulumi/pulumi-kubernetes/pull/2402)
- Drop support for Kubernetes clusters older than v1.13 (https://github.com/pulumi/pulumi-kubernetes/pull/2414)
- Make all resource output properties required (https://github.com/pulumi/pulumi-kubernetes/pull/2422)

Other changes:

Expand Down
Loading

0 comments on commit a147c91

Please sign in to comment.