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

Azure OpenAI: use "deploymentName" instead of "deploymentId" #1137

Closed
wants to merge 2 commits into from

Conversation

Hazel-Datastax
Copy link
Contributor

@Hazel-Datastax Hazel-Datastax commented Jun 3, 2024

What this PR does:
Azure OpenAI: use "deploymentName" instead of "deploymentId"

Which issue(s) this PR fixes:
Fixes #1126

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@Hazel-Datastax Hazel-Datastax requested a review from a team as a code owner June 3, 2024 14:52
Copy link
Contributor

@tatu-at-datastax tatu-at-datastax left a comment

Choose a reason for hiding this comment

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

LGTM but wondering how this needs to be coordinated because it is backwards-incompatible change -- so if anyone is using this provider, their configuration is stored wrong. And UI may need a change (depending on how dynamic it is) too?

@@ -67,7 +67,7 @@ stargate:
type: string
required: true
help: "The name of your Azure OpenAI Resource."
- name: "deploymentId"
- name: "deploymentName"
Copy link
Contributor

Choose a reason for hiding this comment

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

Azure call it deployment Id, why are changing this?

Copy link
Contributor

@tatu-at-datastax tatu-at-datastax left a comment

Choose a reason for hiding this comment

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

As per team meeting discussion, should not be merged as-is.

@jeffreyscarpenter
Copy link
Contributor

We agreed not to do this. Closing

@Hazel-Datastax Hazel-Datastax deleted the hazel/azure_deploymentName branch December 20, 2024 01:31
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.

Azure OpenAI: use "deployment name" instead of "deployment ID"
4 participants