-
Notifications
You must be signed in to change notification settings - Fork 780
fix and add test for invalid parameter type #17193
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
base: main
Are you sure you want to change the base?
fix and add test for invalid parameter type #17193
Conversation
Test this change out locally with the following install scripts (Action run 15167759712) VSCode
Azure CLI
|
Dotnet Test Results 77 files - 40 77 suites - 40 35m 7s ⏱️ - 25m 53s For more details on these failures, see this check. Results for commit ddc892c. ± Comparison against base commit 992886f. This pull request removes 1896 and adds 644 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Fixes #16731
Adding diagnostic error when there is a type mismatch between the parameter in the bicep file and the parameter in the bicepparam file.
Also adding a test to verify the error message is correct
Microsoft Reviewers: Open in CodeFlow