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

.Net: fix payload parameter value resolution #9997

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

Conversation

SergeyMenshykh
Copy link
Member

Motivation and Context

The payload property value lookup mechanism was broken in this PR - #9668, preventing the resolution of payload property values by sanitized payload property names, leading to exceptions such as - "No argument is found for the 'customerid_[email protected]' payload property."

Description

This PR fixes the issue and adds the necessary tests to ensure that the functionality won't break in the future.

@SergeyMenshykh SergeyMenshykh added the openapi Issues related to the OpenAPI function importer label Dec 17, 2024
@SergeyMenshykh SergeyMenshykh self-assigned this Dec 17, 2024
@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner December 17, 2024 10:21
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code openapi Issues related to the OpenAPI function importer
Projects
Status: Sprint: In Review
Development

Successfully merging this pull request may close these issues.

2 participants