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

[BUG] Manage Connections Documentation Uses Outdated api_version #3864

Open
CraigCallender opened this issue Nov 20, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@CraigCallender
Copy link

Describe the bug
Following the documentation here and scrolling to the bottom. It would appear that one could add the auth_mode YAML field with a value of meid. What isn't noted is that a value of meid for auth_mode isn't supported until api_version: "2024-02-15-preview". The fact that higher up in this document the example file shows an api_version: "2023-03-15-preview" makes implementing MEID authentication via following this document impossible.

How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:

  1. Follow the documentation and attempt to create a connection via MEID auth. You'll get an unauthorized.

Expected behavior
A promptflow connection is created using MEID as auth.

Screenshots
If applicable, add screenshots to help explain your problem.

Running Information(please complete the following information):

  • Promptflow Package Version using pf -v: [e.g. 0.0.102309906]
  • Operating System: [e.g. Ubuntu 20.04, Windows 11]
  • Python Version using python --version: [e.g. python==3.10.12]

Additional context
Add any other context about the problem here.

@CraigCallender CraigCallender added the bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant