-
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
Updates for ALZ Bicep Accelerator #42
Conversation
This willl not change to use the prerelease version that does have this new files you would need to change the version to use that too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will Requiure us to change the version on the files too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work!
@@ -10,7 +10,7 @@ function New-ALZDirectoryEnvironment { | |||
# Create destination file structure | |||
$gitHubPipeline = Join-Path $alzEnvironmentDestination ".github" "workflows" | |||
$config = Join-Path $alzEnvironmentDestination "config" | |||
$configModules = Join-Path $alzEnvironmentDestination "config" "modules" | |||
$configModules = Join-Path $alzEnvironmentDestination "config" "custom-modules" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See how quickly I lose context after a few days away :D This is adopting a directory name change in ALZ-Bicep?
Pull Request
Issue
General adjustments for ALZ Bicep Accelerator
Issue #, if available:
Description
Description of changes:
License
By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.