microsoft / microsoft/amplifier
Issues when running with Azure OpenAI provider
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 261
- Avg merge
- 3h 28m
- Merged PRs (30d)
- 13
Description
I couldn't find an available Model to use in Azure Open AI (Foundry) that wouldn't give me this error when running Amplifier:
Error code: 400
'Encrypted content is not supported with this model.'
param: 'include'
I tried:
gpt-5.2-chat
gpt-5-chat
o4-mini
gpt-4.1-mini
It seems encryption is not optional but hardcoded instead. Anyone facing similar issues with Azure OpenAI provider?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the Azure OpenAI provider entry point and tracing how the include parameter is sent; compare its behavior with the listed Azure models and the reported 400 error. Done means the provider handles models that reject encrypted content without producing this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100