Skip to content

Conversation

@Priyanka-Microsoft
Copy link
Contributor

Purpose

  • ...
    This pull request introduces updates to the infrastructure deployment scripts, focusing on enhancing security, upgrading dependencies, and improving compatibility with newer API versions. The most significant changes include enforcing a minimum TLS version for SQL servers, upgrading the Bicep CLI version, and transitioning to a newer API version for Azure Cognitive Services.

Security Enhancements:

  • Enforced a minimum TLS version of 1.2 for SQL servers in both infra/deploy_sql_db.bicep and infra/main.json to improve security. [1] [2]

Dependency Upgrades:

  • Upgraded the Bicep CLI version from 0.34.44.8038 to 0.35.1.17967 across multiple sections in infra/main.json, resulting in updated template hashes. [1] [2] [3] [4] [5] [6] [7] [8] [9]

API Version Updates:

  • Updated the API version for Azure Cognitive Services from 2021-10-01 to 2024-04-01-preview in infra/main.json to ensure compatibility with the latest features. This includes changes to resource references, key retrieval, and endpoint configurations. [1] [2] [3] [4] [5] [6] [7]

Cognitive Services Configuration:

  • Removed the apiProperties section (e.g., statisticsEnabled) from the Azure Cognitive Services configuration in infra/main.json, simplifying the resource properties.

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

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request enhances the security and compatibility of the infrastructure deployment scripts by enforcing a minimum TLS version for SQL servers, upgrading the Bicep CLI version, and updating the Azure Cognitive Services API version.

  • Updated Bicep CLI version and associated template hashes in infra/main.json.
  • Upgraded the API version for Azure Cognitive Services and removed deprecated configuration properties.
  • Enforced a minimum TLS version of 1.2 in both infra/main.json and infra/deploy_sql_db.bicep.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
infra/main.json Upgraded Bicep CLI version, updated API version for Cognitive Services, and removed apiProperties.
infra/deploy_sql_db.bicep Added minimalTlsVersion to ensure SQL server security.

@Avijit-Microsoft Avijit-Microsoft merged commit 6843bae into main May 22, 2025
8 checks passed
@Avijit-Microsoft Avijit-Microsoft deleted the update-tls-version-ca branch May 22, 2025 10:39
@github-actions
Copy link

github-actions bot commented Jun 6, 2025

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants