microsoft-foundry / microsoft-foundry/foundry-samples
Naming Convention impacting the Demo application 1-idea-to-prototype
Open
@sdgilley is already working on this.
Since Jul 16, 2026.
bug
- Dominant language
- Bicep
- Stars
- 445
- Forks
- 494
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 38
Description
The below Python Files have issue related to naming convention:
https://github.com/microsoft-foundry/foundry-samples/blob/fd4ecab832fa491b9ffb4abca862c073777b5e53/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py#L173
Error received
Error: (invalid_parameters) Must start and end with alphanumeric characters, can contain hyphens in the middle, and must not exceed 63 characters. [Request ID: 3caa3f60686233a6ce7232fe2552da4d]
Code: invalid_parameters
Solution: Replaced with
agent_name="modern-workplace-assistant",
Contributor guide
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.
Assessment
This issue has not been assessed yet.