fix: telemetry error fix #327
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
infra/main.bicepandinfra/main.parameters.jsonto improve parameter clarity and align resource naming conventions with the environment name. The most important changes include replacing thesolutionPrefixparameter withenvironmentName, introducing a newsolutionPrefixdefinition, and adding empty zones to the bastion host configuration.Parameter updates:
solutionPrefixparameter with a newenvironmentNameparameter to specify the deployment environment name, making it a required field. (infra/main.bicep, infra/main.bicepL10-R11)solutionPrefixdefinition based on theenvironmentName, subscription ID, and resource group location to ensure consistent resource naming. (infra/main.bicep, infra/main.bicepR50-R51)Bastion host configuration:
zonesarray, likely as a placeholder for future zone-specific configurations. (infra/main.bicep, infra/main.bicepR620)Parameter file adjustments:
infra/main.parameters.jsonfile to replace thesolutionPrefixparameter with the newenvironmentNameparameter for consistency with the main Bicep file. (infra/main.parameters.json, infra/main.parameters.jsonL21-R21)Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information