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

AzOps does not process files that GIT reports to have been renamed #397

Closed
Gordonby opened this issue Jul 19, 2021 · 0 comments · Fixed by #409
Closed

AzOps does not process files that GIT reports to have been renamed #397

Gordonby opened this issue Jul 19, 2021 · 0 comments · Fixed by #409
Labels
area/powershell enhancement New feature or request

Comments

@Gordonby
Copy link
Contributor

Gordonby commented Jul 19, 2021

Describe the bug
During the developer inner loop of authoring new Arm template files for a change, the new files have the same name as ones that are deleted.

The git diff reports the status as R090 and R061 for the files.

According to https://git-scm.com/docs/git-status
<X><score> The rename or copy score (denoting the percentage of similarity between the source and target of the move or copy). For example "R100" or "C75".

Rather than skipping the rename diff's, in this case the desired result was that the R090 and R061 files were to be processed by AzOps.

Request
Either via configuration or by default, allow R files of less than 100 value (eg. R099 and below) to be processed by AzOps.

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/powershell enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants