Skip to content

fix: Environment name min length updated to 20#323

Merged
Roopan-Microsoft merged 1 commit intomainfrom
psl-envname-length
Mar 27, 2025
Merged

fix: Environment name min length updated to 20#323
Roopan-Microsoft merged 1 commit intomainfrom
psl-envname-length

Conversation

@Roopan-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

  • This pull request includes changes to the infra directory to update resource parameters and configurations in the main.bicep and main.json files. The most important changes include extending the maximum length of the environmentName parameter and modifying the disableLocalAuth setting for database accounts.

Parameter updates:

  • infra/main.bicep: Extended the maximum length of the environmentName parameter from 10 to 20 characters.
  • infra/main.json: Extended the maximum length of the environmentName parameter from 10 to 20 characters to match the change in main.bicep.

Configuration updates:

  • infra/main.json: Updated the disableLocalAuth setting for database accounts from false to true.

Other changes:

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

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 9d70824 into main Mar 27, 2025
10 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2025

🎉 This PR is included in version 1.1.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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants