-
Notifications
You must be signed in to change notification settings - Fork 457
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 Request]: Align parameter files naming and scenarios #1564
Comments
Related to #401 which would be the implementation out of this discussion. I'd also propose to rename current |
Wiki also needs to be updated |
I wonder if this is still relevant given the AVM specs. Thoughts @eriqua? |
@AlexanderSehr I think this is more related to the implementation than it is on the specs definition. I wish that was already the case in AVM. Starting from "the defaults test should only include required parametes" 😄 |
Closing as created as new issues in AVM |
Description
Align on the different use cases we want to cover in our module tests and reflect that in the parameter naming convention. For instance:
speech.parameters.json
andface.parameters.json
min.parameters.json
to cover only required parameters. For modules covering multiple services this could be duplicated if different services lead to different implementations.speech.min.parameters.json
andface.min.parameters.json
encr.parameters.json
(orcmk.parameters.json
). For modules covering multiple services this could be duplicated if different services lead to different implementations.net.parameters.json
(or similar). For modules covering multiple services this could be duplicated if different services lead to different implementations.Update: this is now related to main.test.bicep wrapper modules
The text was updated successfully, but these errors were encountered: