-
Notifications
You must be signed in to change notification settings - Fork 295
OAuthPrompt was constructing InvokeResponse incorrectly in some cases. #1798
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
Conversation
This change in Pythons oauth_prompt file now when we are deploying app file to azure teams service how to do change in OAuth file of azure virtual env. Do we have to go with a specific version of Python or what |
@axelsrz , @tracyboehrer - Could you please share the SDK version from which this change is avaialble? |
#1798) Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
@maheshpardeshi and @Wajeed-msft, We will release a 4.14.1 patch shortly. |
Hello Team, till when 4.14.1 will get released. We are waiting for this and our solution is not working on the production. |
* OAuthPrompt was constructing InvokeResponse incorrectly in some cases. (#1798) Co-authored-by: Axel Suárez <axsuarez@microsoft.com> * Bump to 4.14.1 Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
* OAuthPrompt was constructing InvokeResponse incorrectly in some cases. (#1798) Co-authored-by: Axel Suárez <axsuarez@microsoft.com> * Delete app ids, pws. (#1802) * Delete app ids, pws. * Comment out broken tests. * Comment out the final failing test. * Formatted for Black compliance * lint fixes * Another black-compliance fix. Co-authored-by: Axel Suárez <axsuarez@microsoft.com> Co-authored-by: BruceHaley <v-brucehaley@microsoft.com>
@maheshpardeshi Apologies for the delay. 4.14.1 should be live on PyPi now. |
Fixes #1797