dotnet / dnceng

.NET Engineering Services
MIT License
25 stars 18 forks source link

Bicep linter warnings during helix-service Service fabric deployment #742

Open riarenas opened 1 year ago

riarenas commented 1 year ago

We are seeing the following warning when deploying helix-service: https://dnceng.visualstudio.com/internal/_build/results?buildId=2256114&view=logs&j=c6814a9d-ff0f-5bfa-074d-854f77349740&t=3ec608fc-a2ce-52d7-4169-05c405ccc1dc

WARNING: D:\a\_work\1\s\eng\deployment\app.bicep(19,9) : Warning use-parent-property: Resource "appVersion" has its 
name formatted as a child of resource "appType". The syntax can be simplified by using the parent property. 
[https://aka.ms/bicep/linter/use-parent-property]

This could also be happening with other Service Fabric (SF) deployments, so we should check the other repos that deploy to SF.

Release Note Category

riarenas commented 1 year ago

This is not a big deal. It's been happening for months, but might as well clean it up if it's a simple change to the bicep files.