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

Fixed incorrect function count in the log message when getting function metadata from providers #10224

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Jun 11, 2024

resolves #10220

Fixing incorrect function count in the log message when getting function metadata from providers. Previously we were logging the length of the result array instead of the actual function count (stored in that array).

Pull request checklist

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

@kshyju kshyju requested a review from a team as a code owner June 11, 2024 20:44
@kshyju kshyju merged commit 9823a46 into dev Jun 14, 2024
14 checks passed
@kshyju kshyju deleted the shkr/10220 branch June 14, 2024 18:24
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.

FunctionMetadataManager.AddMetadataFromCustomProviders logging incorrect function count
5 participants