Skip to content

Commit 3c33c1e

Browse files
authored
Merge pull request #4051 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 8d26efe + c81cb3e commit 3c33c1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ assistant = client.beta.assistants.create(
138138
instructions="You are an AI assistant that can write code to help answer math questions.",
139139
model="gpt-4-1106-preview",
140140
tools=[{"type": "code_interpreter"}],
141-
tool_resources={"code interpreter":{"file_ids":[file.id]}}
141+
tool_resources={"code_interpreter":{"file_ids":[file.id]}}
142142
)
143143
```
144144

articles/machine-learning/reference-kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ More information about how to use ARM template can be found from [ARM template d
397397

398398
| Date | Version |Version description |
399399
|---|---|---|
400+
|Apr 6, 2025 | 1.1.76| Fix vulnerable image. Updated nginx-ingress-controller to v1.12.1 |
400401
|Jan 28, 2025 | 1.1.71| Fix vulnerable image. |
401402
|Jan 20, 2025 | 1.1.70| Fix compatible issue with AKS autoscale for AKS 1.30. |
402403
|Sep 26, 2024 | 1.1.64| Fixed vulnerabilities. |

0 commit comments

Comments
 (0)