-
Notifications
You must be signed in to change notification settings - Fork 155
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
upstream v5.52.0 #4025
upstream v5.52.0 #4025
Conversation
flostadler
commented
Jun 5, 2024
- Moving ./upstream to v5.52.0
- Update patches
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Looks like you are missing a |
Yeah missed pushing that commit :( |
@@ -262,6 +262,10 @@ export class Application extends pulumi.CustomResource { | |||
* The application's configuration | |||
*/ | |||
public readonly applicationConfiguration!: pulumi.Output<outputs.kinesisanalyticsv2.ApplicationApplicationConfiguration>; | |||
/** | |||
* The application's mode. Valid values are `STREAMING`, `INTERACTIVE`. |
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.
Pity not an enum here.
PR schema check is suspect it didn't summarize actual changes like this added property:
|