Skip to content

Commit

Permalink
'Sms' should be capitalized (SMS) to conform to Go style guidelines. (#…
Browse files Browse the repository at this point in the history
…32010)

Co-authored-by: ripark <ripark@microsoft.com>
  • Loading branch information
richardpark-msft and ripark authored Jan 7, 2025
1 parent 33e96cb commit 7c6c44b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,19 +561,20 @@ using Microsoft.EventGrid.SystemEvents;
"go"
);
@@clientName(AcsSmsDeliveryAttemptProperties,
"ACSSmsDeliveryAttemptProperties",
"ACSSMSDeliveryAttemptProperties",
"go"
);
@@clientName(AcsSmsDeliveryReportReceivedEventData,
"ACSSmsDeliveryReportReceivedEventData",
"ACSSMSDeliveryReportReceivedEventData",
"go"
);
@@clientName(AcsSmsEventBaseProperties, "ACSSmsEventBaseProperties", "go");
@@clientName(AcsSmsReceivedEventData, "ACSSmsReceivedEventData", "go");
@@clientName(AcsSmsEventBaseProperties, "ACSSMSEventBaseProperties", "go");
@@clientName(AcsSmsReceivedEventData, "ACSSMSReceivedEventData", "go");
@@clientName(AcsUserDisconnectedEventData,
"ACSUserDisconnectedEventData",
"go"
);

@@clientName(AcsUserEngagement, "ACSUserEngagement", "go");

// [END] ACS renames (and acronym casing)

0 comments on commit 7c6c44b

Please sign in to comment.