[FEATURE REQ] When in prompt mode, Infrastructure pre-adds param location string = resourceGroup().location
.
#42276
Labels
param location string = resourceGroup().location
.
#42276
Library name
Azure.Provisioning
Please describe the feature.
When in prompt mode we need the CDK to prepend the following parameter to the construct:
This parameter would then be used whenever a resource is added to the construct. The following Aspire code:
... would result in the following Bicep:
The text was updated successfully, but these errors were encountered: