Skip to content
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

Support the required-read-only property for e2e demo #2990

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MaryGao
Copy link
Member

@MaryGao MaryGao commented Jan 13, 2025

fixes #2965

This is the short-term solution for required-read-only in models.

@MaryGao MaryGao changed the title Support the required-read-only property Support the required-read-only property for e2e Jan 13, 2025
@MaryGao MaryGao changed the title Support the required-read-only property for e2e Support the required-read-only property for e2e demo Jan 13, 2025
@@ -104,7 +104,7 @@ export function inputDataUnionDeserializer(item: any): InputDataUnion {

/** Data Source for Application Insight. */
export interface AppInsightsConfiguration extends InputData {
readonly type: "app_insights";
readonly type?: "app_insights";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure caused by prerant property is not marked with readonly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to support readonly required property for input model in modular?
2 participants