You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CDK when generating Bicep will remove parameters from the generated Bicep if they are not referenced in the model (in a way it can track). However a parameter may be referenced as part of an expression, or may be required as part of a contract (such in the case of Aspire + AZD).
Parameter elimination in generated Bicep should either be disabled, or have an option to be disabled either at the construct level or on a per parameter level.
The text was updated successfully, but these errors were encountered:
jsquire
added
Client
This issue points to a problem in the data-plane of the library.
Provisioning
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Mar 5, 2024
See the following Aspire PR:
dotnet/aspire#2635
Currently CDK when generating Bicep will remove parameters from the generated Bicep if they are not referenced in the model (in a way it can track). However a parameter may be referenced as part of an expression, or may be required as part of a contract (such in the case of Aspire + AZD).
Parameter elimination in generated Bicep should either be disabled, or have an option to be disabled either at the construct level or on a per parameter level.
The text was updated successfully, but these errors were encountered: