-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pulumi deps to v3.7.0 #1651
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
@@ -1078,6 +1006,78 @@ def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]] | |||
pulumi.set(self, "policy_types", value) | |||
|
|||
|
|||
@pulumi.input_type | |||
class NetworkPolicyArgs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like things are just moved around in Python but it's really hard to tell if there are any significant changes here. Do we trust there are none?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I checked, and it was just reordering some of the classes.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
239e854
to
aaa7fb0
Compare
@viveklak This is RFR |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Proposed changes
Related issues (optional)
Fix #1645