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

fix: ARM token for provisioning is now passed via body. #6684

Merged
merged 3 commits into from
Apr 5, 2021

Conversation

tonyanziano
Copy link
Contributor

Description

Some users were seeing a 431 HTTP response when attempting to provision Azure resources.

This applies the same fix from #5700 to the provisioning endpoint.

Task Item

#minor

@@ -48,7 +46,7 @@ export const ProvisionController = {
// call the method
const result = await pluginMethod.call(
null,
{ ...req.body, accessToken },
{ ...req.body },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

req.body.accessToken now contains the ARM token

@coveralls
Copy link

coveralls commented Apr 5, 2021

Coverage Status

Coverage increased (+0.003%) to 51.302% when pulling 1c2b82c on toanzian/prov-large-header into 944ec03 on main.

@cwhitten cwhitten merged commit f2b91af into main Apr 5, 2021
@cwhitten cwhitten deleted the toanzian/prov-large-header branch April 5, 2021 18:10
cwhitten added a commit that referenced this pull request Apr 5, 2021
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
@cwhitten cwhitten mentioned this pull request May 20, 2021
benbrown pushed a commit to benbrown/BotFramework-Composer that referenced this pull request May 24, 2021
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
benbrown pushed a commit that referenced this pull request Jun 11, 2021
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
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.

3 participants