fix: azd template validation pipeline issue#115
Merged
Prajwal-Microsoft merged 2 commits intomainfrom Mar 13, 2026
Merged
Conversation
* pipeline issue updated * pipeline issue updated * psr rule file added * removed psl rule file * changed the path * changed the path * readme changes * readme changes * readme changes * readme changes * variable fabric capacity * variable fabric capacity * setting fabriccapacity admin to my id * bicepparams changes to read env variable * bicepparams changes to read env variable * readme changes * readme changes * path changes * path changes * removed pull request * run pipeline on dev merge * accept array for admin value * accept array for admin value * remove run on merge * updated doc for fabric capacity admin value
* pipeline issue updated * pipeline issue updated * psr rule file added * removed psl rule file * changed the path * changed the path * readme changes * readme changes * readme changes * readme changes * variable fabric capacity * variable fabric capacity * setting fabriccapacity admin to my id * bicepparams changes to read env variable * bicepparams changes to read env variable * readme changes * readme changes * path changes * path changes * removed pull request * run pipeline on dev merge * accept array for admin value * accept array for admin value * remove run on merge * updated doc for fabric capacity admin value * rerun the pipeline * rerun the pipeline * azd down fix * added recursive * added preprovisioning step * added env variable * fix: use submodules checkout and disable devcontainer for template validation * added step to fix bicepparam decorators in template validation workflow * fix: update bicepparam decorator removal and adjust Bicep module path * remove postprovision cleanup * remove changes * remove changes * remove postprovision cleanup step * commented why we are removing it * commented why we are removing it --------- Co-authored-by: Harmanpreet-Microsoft <v-harmanprka@microsoft.com>
Prajwal-Microsoft
approved these changes
Mar 13, 2026
Prajwal-Microsoft
approved these changes
Mar 13, 2026
|
🎉 This PR is included in version 1.2.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This pull request introduces improvements to the configuration and documentation for Fabric deployment options, making environment variable usage more consistent and updating documentation for clarity. The changes also enhance the structure and readability of the
README.mdby adding new sections.Key improvements and updates:
Fabric Deployment Configuration:
infra/main.bicepparamto readfabricCapacityModefrom an environment variable (now namedfabricCapacityModeinstead of the previousfabricCapacityPreset), allowing more flexible deployment configuration.fabricCapacityAdminsis set: it now reads from an environment variable as a comma-separated list, and splits it into an array, improving usability and aligning with updated documentation. [1] [2]fabricCapacityMode: 'none'as a default in the GitHub Actions workflow, ensuring the correct mode is used during template validation.Documentation Enhancements:
README.mdfor Features, Getting Started, Guidance, and Resources, improving organization and discoverability of information. [1] [2] [3] [4]fabricCapacityAdminsindocs/DeploymentGuide.mdto use a comma-separated string, matching the new input format.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information