Skip to content

Commit 802ded7

Browse files
richardpark-msftripark
andauthored
Updating the union so the two fields we need to rename are explicitly named. The clientName decorator can't be used, otherwise. (#35423)
Co-authored-by: ripark <[email protected]>
1 parent 9015889 commit 802ded7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents/Microsoft.Communication/AzureCommunicationServices.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,10 +940,10 @@ union recordingFormatType {
940940
"Wav",
941941

942942
/** MP3 format */
943-
"Mp3",
943+
Mp3: "Mp3",
944944

945945
/** MP4 format */
946-
"Mp4",
946+
Mp4: "Mp4",
947947

948948
string,
949949
}

specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents/propertyNameOverrideGo.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,5 +620,7 @@ using Microsoft.EventGrid.SystemEvents;
620620
"go"
621621
);
622622
@@clientName(AcsCallParticipantKind, "ACSCallParticipantRoleKind", "go");
623+
@@clientName(recordingFormatType.Mp3, "MP3", "go");
624+
@@clientName(recordingFormatType.Mp4, "MP4", "go");
623625

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

0 commit comments

Comments
 (0)