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

Aggressive parameter elimination in CDK #42402

Closed
Tracked by #42348
mitchdenny opened this issue Mar 5, 2024 · 0 comments
Closed
Tracked by #42348

Aggressive parameter elimination in CDK #42402

mitchdenny opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Provisioning

Comments

@mitchdenny
Copy link
Contributor

mitchdenny commented 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.

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 5, 2024
@jsquire 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
@github-actions github-actions bot locked and limited conversation to collaborators Jun 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Provisioning
Projects
None yet
Development

No branches or pull requests

3 participants