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
Ideally we would be would have types that allow us to set config values as well during deployment although we don't have that on the Aspire API surface yet.
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 12, 2024
The following does not work with AppConfig:
store.AssignProperty(x => x.SkuName, "standard");
This will emit Bicep with the sku name being set to to
free
.We also need role definitions. Here is the Bicep we have in Aspire right now (not what CDK generates):
Ideally we would be would have types that allow us to set config values as well during deployment although we don't have that on the Aspire API surface yet.
The text was updated successfully, but these errors were encountered: