Skip to content

Conversation

@misaxmisa
Copy link

Updated configuration files to use gpt-5-mini as the default agent model:

  • scripts/set_default_models.sh: Updated AZURE_AI_AGENT_DEPLOYMENT_NAME and AZURE_AI_AGENT_MODEL_NAME
  • scripts/set_default_models.ps1: Updated AZURE_AI_AGENT_DEPLOYMENT_NAME and AZURE_AI_AGENT_MODEL_NAME
  • infra/main.bicep: Updated agentModelName and agentDeploymentName parameters
  • infra/main.parameters.json: Updated default values for agent deployment and model name

This aligns the codebase with the GPT-5 mini deployment currently configured in Azure AI Foundry.

Updated configuration files to use gpt-5-mini as the default agent model:
- scripts/set_default_models.sh: Updated AZURE_AI_AGENT_DEPLOYMENT_NAME and AZURE_AI_AGENT_MODEL_NAME
- scripts/set_default_models.ps1: Updated AZURE_AI_AGENT_DEPLOYMENT_NAME and AZURE_AI_AGENT_MODEL_NAME
- infra/main.bicep: Updated agentModelName and agentDeploymentName parameters
- infra/main.parameters.json: Updated default values for agent deployment and model name

This aligns the codebase with the GPT-5 mini deployment currently configured in Azure AI Foundry.
@misaxmisa
Copy link
Author

@misaxmisa please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree

- Added GITHUB_ACTIONS_SETUP.md: Complete guide for setting up automated deployment
- Added scripts/setup_github_actions.sh: Helper script to gather Azure resource info
- Added scripts/create_federated_credential.sh: Script to create federated credentials

These files help configure GitHub Actions workflows for automated deployment to Azure.
- Added scripts/set_github_variables.sh: Bash script to set all GitHub variables via gh CLI
- Added scripts/set_github_variables.ps1: PowerShell script for Windows users
- Added GITHUB_VARIABLES.txt: Manual copy-paste reference for all variables

These scripts configure all 31 GitHub Actions variables needed for automated deployment.
Includes Azure authentication, AI resources, agent config with gpt-5-mini, and infrastructure.
- Added principalType parameter to main.bicep to support ServicePrincipal deployments
- Updated main.parameters.json to include principalType with ServicePrincipal default
- Added PRINCIPAL_TYPE environment variable to GitHub Actions workflow
- This fixes the 'UnmatchedPrincipalType' error when deploying via GitHub Actions
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.

2 participants