Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .chloggen/trentm-az.ai.openai-value-fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.
#
# If your change doesn't affect end users you should instead start
# your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: gen_ai

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Restore the deprecated `az.ai.openai` enum value of `gen_ai.system`.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [2486]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: It was deprecated in v1.36.0, but its value was accidentally changed, which could have removed it from semantic-conventions generated code.
2 changes: 1 addition & 1 deletion model/gen-ai/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ groups:
brief: 'Azure AI Inference'
- id: az.ai.openai
stability: development
value: "azure.ai.openai"
value: "az.ai.openai"
brief: 'Azure OpenAI'
deprecated: "Replaced by azure.ai.openai"
- id: ibm.watsonx.ai
Expand Down
Loading