-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature: Custom Modules Directory Prioritization #177
Comments
Hi @oZakari, I am aware that you mention "modules" here but I can also confirm that custom parameters defined in
It seems that the parameter file used during delployment is "managementGroupsScopeEscape.bicep" ?
Log:
|
Hi @michael-novak-80, no problem and sorry that I missed that part in your original request. The bicep module that is used for the management group deployment is the managementGroupsScopeEscape.bicep, but the parameter file that this Bicep module uses as well as the normal managementGroups.bicep file are the same. What I am wondering is if there were changes made to your local parameter file (C:\accelerator\output\starter\v0.19.4\config\custom-parameters\managementGroups.parameters.all.json) that were not pushed up to your remote branch. I assume that within your inputs.yaml file that you used for the initial bootstrap was "atc" and then you modified the parameter file in your local machine's directory to get the mg-atc? If so, can you please verify on your side if the remote branch for that parameters file your local branch? |
Is there an existing issue for this?
Infrastrcuture as Code Type? (Required)
bicep
Module Versions (Required)
ALZ PowerShell Module: 3.0.3
Accelerator Bootstrap Modules: 3.0.1
Terraform Starter Modules: N/A
Bicep Starter Modules: 0.19.0
Input arguments of the ALZ-PowerShell-Module (Optional)
No response
Debug Output/Panic Output (Optional)
No response
Expected Behaviour (Required)
We need to address an issue with the custom-modules directory. If a module in the custom-modules directory matches one from the upstream (ALZ-Bicep), the CD pipeline should prioritize the custom module. Unfortunately, this isn't happening as it should.
Actual Behaviour (Required)
If we create a custom-modules directory and place a module with the same name as the upstream repo for Bicep. The workflows are still prioritizing the upstream references.
Steps to Reproduce (Optional)
Follow the steps within the PowerShell wiki for Github or Azure DevOps.
Important Factoids (Optional)
No response
References (Optional)
No response
The text was updated successfully, but these errors were encountered: