Commit f997ceb
[liftrmongodb] Add C# clientName renames for tier/region models (#44201)
* [liftrmongodb] Add C# clientName renames for tier/region models
Rename RegionsByTierResponse, TierLimitReachedResponse, TierRegions, and ProjectLimitStatus to MongoDBAtlas*-prefixed C# names. The two Response models also adopt the 'Result' suffix to satisfy the AZC0030 analyzer. Client-only (csharp) renames; the wire contract is unchanged.
* [liftrmongodb] Use PascalCase ClusterTier member names (Free/Flex) for csharp
* [liftrmongodb] Rename backups property to IsBackupsEnabled for csharp
Add @@clientName rename for ClusterProperties.backups -> IsBackupsEnabled
to satisfy BOOL001 (.NET bool properties need Is/Has/Can prefix).
Wire name and nullability unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3b81a9c commit f997ceb
1 file changed
Lines changed: 37 additions & 0 deletions
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
0 commit comments