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

inconsistent setting for Azure Government #2278

Open
xieofxie opened this issue Jul 21, 2021 · 0 comments
Open

inconsistent setting for Azure Government #2278

xieofxie opened this issue Jul 21, 2021 · 0 comments
Labels
Bug Your classic code defect

Comments

@xieofxie
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What version of the Emulator are you using.

Current main

Describe the bug

Give a clear and concise description of what the bug is.

When creating a setting, we use url https://botframework.azure.us here

const channelService = checked ? 'https://botframework.azure.us' : '';

But when we check it in the server, we check a string azureusgovernment instead

To Reproduce

Steps to reproduce the behavior:

  1. Save a government bot, bot config says "channelService": "https://botframework.azure.us"
  2. Not worked
  3. Change to azureusgovernment
  4. Worked

Expected behavior

Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

[bug]

@xieofxie xieofxie added the Bug Your classic code defect label Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Your classic code defect
Projects
None yet
Development

No branches or pull requests

1 participant