Skip to content

fix: Prefix/Suffix fixes - dev to main #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2025
Merged

fix: Prefix/Suffix fixes - dev to main #344

merged 2 commits into from
Jul 24, 2025

Conversation

NirajC-Microsoft
Copy link
Contributor

@NirajC-Microsoft NirajC-Microsoft commented Jul 23, 2025

This pull request includes a small but important change to the infra/main.bicep file. It modifies the solutionPrefix parameter to include the resource group's name as part of the unique string generation, ensuring better differentiation of resources across deployments.

  • infra/main.bicep: Updated the solutionPrefix parameter to include resourceGroup().name in the unique string generation for improved resource identification.## Purpose
  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

NirajC-Microsoft and others added 2 commits July 23, 2025 15:02
fix: Updated solutionPrefix param in main.bicep to ensure resources name should be unique in each deployment.
@Roopan-Microsoft Roopan-Microsoft merged commit cd1cf07 into main Jul 24, 2025
11 checks passed
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