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

[release/8.0] Tweak Bicep string name. #3352

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 3, 2024

Backport of #3331 to release/8.0

/cc @mitchdenny

Customer Impact

The AddBicepTemplateString extension method takes a string of Bicep text and as part of generating the manifest for use by AZD writes the string out to disk into a file called [resourcename].bicep. This is inconsistent with the other Bicep files we generate via CDK. So for the sake of consistency we are changing this to [resourcename].module.bicep.

Testing

We have unit test coverage for this and the tests were updated. Also tested manually in our playground projects.

Risk

Low. This is a cosmetic change. The path to the file is always defined by the manifest anyway (regardless of what the name is).

Microsoft Reviewers: Open in CodeFlow

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Apr 3, 2024
@joperezr joperezr added Servicing-consider Issue for next servicing release review Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 3, 2024
Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved in chat

@joperezr joperezr merged commit f842625 into release/8.0 Apr 5, 2024
7 checks passed
@joperezr joperezr deleted the backport/pr-3331-to-release/8.0 branch April 5, 2024 16:35
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants