Skip to content

Copilot Chat: Fix redirect URI update in deploy scripts#1860

Merged
gitri-ms merged 8 commits intomicrosoft:mainfrom
gitri-ms:cc-azure-deploy
Jul 6, 2023
Merged

Copilot Chat: Fix redirect URI update in deploy scripts#1860
gitri-ms merged 8 commits intomicrosoft:mainfrom
gitri-ms:cc-azure-deploy

Conversation

@gitri-ms
Copy link
Contributor

@gitri-ms gitri-ms commented Jul 5, 2023

Motivation and Context

Fixes #1788

Description

Correct the part of the deploy scripts that updates the redirect URI. The previously used command only works for the "web" platform type, not "SPA" which Copilot Chat uses. Azure CLI does not support the latter, so using az rest instead.

Contribution Checklist

@gitri-ms gitri-ms requested a review from a team as a code owner July 5, 2023 21:15
@github-actions github-actions bot added docs and tests Improvements or additions to documentation samples labels Jul 5, 2023
@gitri-ms gitri-ms added the PR: ready for review All feedback addressed, ready for reviews label Jul 5, 2023
@gitri-ms gitri-ms changed the title Remove redirect URI update from Copilot Chat deploy scripts Copilot Chat: Remove redirect URI update from deploy scripts Jul 5, 2023
amsacha
amsacha previously approved these changes Jul 5, 2023
@gitri-ms gitri-ms added PR: in progress Under development and/or addressing feedback and removed PR: ready for review All feedback addressed, ready for reviews labels Jul 5, 2023
@gitri-ms gitri-ms added PR: ready for review All feedback addressed, ready for reviews and removed PR: in progress Under development and/or addressing feedback labels Jul 6, 2023
@gitri-ms gitri-ms changed the title Copilot Chat: Remove redirect URI update from deploy scripts Copilot Chat: Fix redirect URI update in deploy scripts Jul 6, 2023
glahaye
glahaye previously approved these changes Jul 6, 2023
teresaqhoang
teresaqhoang previously approved these changes Jul 6, 2023
@gitri-ms gitri-ms removed the PR: ready for review All feedback addressed, ready for reviews label Jul 6, 2023
@gitri-ms gitri-ms added the PR: in progress Under development and/or addressing feedback label Jul 6, 2023
shawncal
shawncal previously approved these changes Jul 6, 2023
@gitri-ms gitri-ms dismissed stale reviews from shawncal, teresaqhoang, and glahaye via 9774e88 July 6, 2023 21:55
@gitri-ms gitri-ms added PR: ready for review All feedback addressed, ready for reviews and removed PR: in progress Under development and/or addressing feedback labels Jul 6, 2023
@gitri-ms gitri-ms added this pull request to the merge queue Jul 6, 2023
Merged via the queue into microsoft:main with commit 91ccbc5 Jul 6, 2023
@gitri-ms gitri-ms deleted the cc-azure-deploy branch July 6, 2023 22:12
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
Fixes microsoft#1788

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
Correct the part of the deploy scripts that updates the redirect URI.
The previously used command only works for the "web" platform type, not
"SPA" which Copilot Chat uses. Azure CLI does not support the latter, so
using `az rest` instead.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs and tests Improvements or additions to documentation PR: ready for review All feedback addressed, ready for reviews

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

copilot-chat-app azure deploy. Users who are not from the current tenant cannot log in properly.

5 participants