[BUG] two copies of PiiDetectionSkillMaskingMode.cs varying only by case are present #23320
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Search
Describe the bug
As of 2789b52 the repo contains both this:
sdk/search/Azure.Search.Documents/src/Generated/Models/PIIDetectionSkillMaskingMode.cs
and this:
sdk/search/Azure.Search.Documents/src/Generated/Models/PiiDetectionSkillMaskingMode.cs
Note that the first three letters of the file vary only by case. (
PII
vsPii
.)It looks like after updating Autorest, the name of this generated file changed the casing, but I believe these are logically meant to be the same file.
Expected behavior
There should be just one copy of this file, probably cased as
PiiDetectionSkillMaskingMode.cs
(i.e., thePIIDetectionSkillMaskingMode.cs
copy should have been deleted when the one startingPii
was added).Actual behavior (include Exception or Stack Trace)
Two copies of the file with different casing are present.
To Reproduce
This is most easily seen by cloning the repo in Windows, which will produce this warning:
Environment:
GitHub. (The problem is in the repo.)
The text was updated successfully, but these errors were encountered: