You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-on to issue microsoft/kiota-http-python#32, I created a 400 response with the same content as the default response and regenerated the client. Now the code for SortAndFilterRequestBuilder::get does not build as it contains an undefined variable o_data_error:
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. This is caused because the value is hardcoded instead of reading the "namespace" name from the code DOM.
I had left a comment on a recent PR after it was merged for it to be fixed. @samwelkanda can you fix this when you have a couple of minutes?
Follow-on to issue microsoft/kiota-http-python#32, I created a
400
response with the same content as thedefault
response and regenerated the client. Now the code forSortAndFilterRequestBuilder::get
does not build as it contains an undefined variableo_data_error
:The text was updated successfully, but these errors were encountered: