AddBicepTemplateString should output a resourceName.module.bicep
instead of a random path.
#3273
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
azure
Issues associated specifically with scenarios tied to using Azure
Milestone
Currently when we
AddBicepTemplateString(...)
the manifest contains a relative path to the temp directory and a random file. The filename should be predictable and published alongside the manifest file with the name<resourceName>.module.bicep
to be consistent with the other resources.@davidfowl already had a fix on another branch:
aspire/src/Aspire.Hosting.Azure/AzureBicepResource.cs
Lines 76 to 78 in e3f8ef6
The text was updated successfully, but these errors were encountered: