Skip to content

Commit 025f152

Browse files
authored
Add @@clientName for RecordType in TrafficManager client.tsp (#43389)
Addresses .NET SDK PR review feedback (Azure/azure-sdk-for-net#59107): - Rename RecordType to TrafficManagerRecordType for csharp (avoid generic name) - Rename RecordType.AAAA to Aaaa for csharp (.NET naming convention) - Rename RecordType.CNAME to Cname for csharp (.NET naming convention)
1 parent f228b86 commit 025f152

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • specification/trafficmanager/resource-manager/Microsoft.Network/TrafficManager

specification/trafficmanager/resource-manager/Microsoft.Network/TrafficManager/client.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ op getReplace(
165165
"csharp"
166166
);
167167
@@clientName(ProfileStatus, "TrafficManagerProfileStatus", "csharp");
168+
@@clientName(RecordType, "TrafficManagerRecordType", "csharp");
169+
@@clientName(RecordType.AAAA, "Aaaa", "csharp");
170+
@@clientName(RecordType.CNAME, "Cname", "csharp");
168171
@@clientName(MonitorProtocol.HTTP, "Http", "csharp");
169172
@@clientName(MonitorProtocol.HTTPS, "Https", "csharp");
170173
@@clientName(MonitorProtocol.TCP, "Tcp", "csharp");

0 commit comments

Comments
 (0)