[Python APIView] PR APIView Enums not updated for case sensitive changes
Open
APIView
Python
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
In [this PR](https://github.com/Azure/azure-sdk-for-python/pull/21884/commits/622e57a5d8b47774bff31c571dc63fa94cd5b7f1), I updated the `RetryMode` enum values from `Fixed` + `Exponential` to `FIXED` + `EXPONENTIAL`. However, the [PR APIView was not updated](https://apiview.dev/Assemblies/Review/9044ae67be154ef9936301399c97e4d1?diffOnly=True&diffRevisionId=1fd4dc4373c7409ba19ccc98f4d5f8b4) automatically to account for the changes.
I believe the tool may not be detecting case changes for Enums.
Contributor guide
Assessment
This issue has not been assessed yet.