Skip to content

Commit 7e03f1d

Browse files
authoredMar 15, 2025··
Add 'HCI' acronym name transfer rule. (#5263)
1 parent 83b77f4 commit 7e03f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/AutoRest.CSharp/Mgmt/Models/NameTransformer.cs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public record ApplyDetailStep(string MappingKey, AcronymMappingTarget MappingVal
4343
{ "Ipv6", new AcronymMappingTarget("IPv6", "ipv6") },
4444
{ "Ipsec", new AcronymMappingTarget("IPsec", "ipsec") },
4545
{ "URI", new AcronymMappingTarget("Uri") },
46+
{ "HCI", new AcronymMappingTarget("Hci") },
4647
// Need to set parameter value for ETag to "etag" as well
4748
{ "ETag", new AcronymMappingTarget("ETag", "etag") },
4849
{ "Etag", new AcronymMappingTarget("ETag", "etag") },

0 commit comments

Comments
 (0)
Please sign in to comment.