Skip to content

Conversation

@Ragini-Microsoft
Copy link
Collaborator

Purpose

This pull request updates the infrastructure deployment templates to improve compatibility and simplify agent ID configuration. The most significant changes are the upgrade of Azure resource deployment API versions, the removal of unused agent ID variables, and the update of Bicep generator metadata.

Infrastructure compatibility and configuration updates:

  • Upgraded all Azure resource deployment apiVersion references from 2022-09-01 to 2025-04-01 in infra/main.json to ensure use of the latest Azure features and future-proof deployments. [1] [2] [3] [4] [5] [6] [7] [8] [9]
  • Updated references to deployment outputs and resource properties in infra/main.json to use the new API version, ensuring correct integration between modules. [1] [2] [3]
  • Simplified agent ID configuration: removed AGENT_ID_ORCHESTRATOR, AGENT_ID_SQL, and AGENT_ID_CHART variables and outputs from both infra/main.bicep and infra/main.json, consolidating to a single AGENT_ID_CHAT variable/output. [1] [2] [3]
  • Updated Bicep generator metadata and template hashes in infra/main.json to reflect the new Bicep version (0.38.33.27573), ensuring consistency with the upgraded tooling. [1] [2] [3] [4] [5] [6] [7] [8]

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

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.

4 participants