Skip to content

Commit

Permalink
Add some words to commonInitialisms dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
yaegashi committed Mar 12, 2020
1 parent 4340195 commit 084557a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gen/msgraph-generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@ var commonInitialisms = map[string]string{
"ACL": "ACL",
"API": "API",
"ASCII": "ASCII",
"CIDR": "CIDR",
"CPU": "CPU",
"CSS": "CSS",
"DMA": "DMA",
"DNS": "DNS",
"EOF": "EOF",
"GUID": "GUID",
Expand All @@ -180,12 +182,15 @@ var commonInitialisms = map[string]string{
"IDS": "IDs",
"IGMP": "IGMP",
"IOS": "IOS",
"ITUNES": "ITunes",
"IP": "IP",
"IPV4": "IPv4",
"IPV6": "IPv6",
"JSON": "JSON",
"LHS": "LHS",
"MDM": "MDM",
"MFA": "MFA",
"NDES": "NDES",
"OAUTH2": "OAuth2",
"OMA": "OMA",
"QPS": "QPS",
Expand All @@ -209,6 +214,9 @@ var commonInitialisms = map[string]string{
"UTF8": "UTF8",
"UUID": "UUID",
"VM": "VM",
"VPN": "VPN",
"VPP": "VPP",
"WIFI": "WiFi",
"XML": "XML",
"XMPP": "XMPP",
"XSRF": "XSRF",
Expand Down

0 comments on commit 084557a

Please sign in to comment.