Skip to content
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

New/Update-Parameter file now validates the Bicep template #210

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

StefanIvemo
Copy link
Member

New-BicepParameterFile and Update-BicepParameterFile now validates that the bicep template can be built without errors.

Closes #202

@StefanIvemo StefanIvemo added the enhancement New feature or request label Jul 21, 2021
@StefanIvemo StefanIvemo changed the base branch from main to Version2.0 July 21, 2021 21:42
@github-actions
Copy link

Unit Test Results

  1 files    8 suites   9s ⏱️
63 tests 63 ✔️ 0 💤 0 ❌

Results for commit fe7618a.

@StefanIvemo
Copy link
Member Author

@SimonWahlin do you think this is a good way to test if the Bicep file works or not? Can we bump into any issues if a info diagnostic message is present?

@StefanIvemo StefanIvemo added bugFix and removed enhancement New feature or request labels Jul 21, 2021
@SimonWahlin
Copy link
Member

@StefanIvemo that is exactly how it's supposed to be use, I think we are good.

Copy link
Member

@SimonWahlin SimonWahlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@StefanIvemo StefanIvemo merged commit a1d4507 into Version2.0 Jul 23, 2021
@StefanIvemo StefanIvemo deleted the parameterfile-validate branch July 23, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New/Update-BicepParameterFile should validate that the Bicep File works
2 participants