Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
 Build.Reason:Schedule
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=204523&view=results
 source_repo.branch:onboarding
 source_repo.csvPath:bundlepackages
 source_repo.url:https://github.com/Azure/azure-docs-sdk-dotnet
  • Loading branch information
VSC-Service-Account committed Mar 30, 2021
1 parent d24e67d commit 62147fd
Show file tree
Hide file tree
Showing 374 changed files with 4,972 additions and 2,291 deletions.
41 changes: 0 additions & 41 deletions xml/Azure.Communication.Chat/AddChatParticipantsErrors.xml

This file was deleted.

16 changes: 8 additions & 8 deletions xml/Azure.Communication.Chat/AddChatParticipantsResult.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Errors">
<MemberSignature Language="C#" Value="public Azure.Communication.Chat.AddChatParticipantsErrors Errors { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Azure.Communication.Chat.AddChatParticipantsErrors Errors" />
<MemberSignature Language="DocId" Value="P:Azure.Communication.Chat.AddChatParticipantsResult.Errors" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Errors As AddChatParticipantsErrors" />
<MemberSignature Language="F#" Value="member this.Errors : Azure.Communication.Chat.AddChatParticipantsErrors" Usage="Azure.Communication.Chat.AddChatParticipantsResult.Errors" />
<Member MemberName="InvalidParticipants">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IReadOnlyList&lt;Azure.Communication.Chat.ChatError&gt; InvalidParticipants { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IReadOnlyList`1&lt;class Azure.Communication.Chat.ChatError&gt; InvalidParticipants" />
<MemberSignature Language="DocId" Value="P:Azure.Communication.Chat.AddChatParticipantsResult.InvalidParticipants" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property InvalidParticipants As IReadOnlyList(Of ChatError)" />
<MemberSignature Language="F#" Value="member this.InvalidParticipants : System.Collections.Generic.IReadOnlyList&lt;Azure.Communication.Chat.ChatError&gt;" Usage="Azure.Communication.Chat.AddChatParticipantsResult.InvalidParticipants" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.Communication.Chat</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Communication.Chat.AddChatParticipantsErrors</ReturnType>
<ReturnType>System.Collections.Generic.IReadOnlyList&lt;Azure.Communication.Chat.ChatError&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary> Errors encountered during the addition of the chat participant to the chat thread. </summary>
<summary> The participants that failed to be added to the chat thread. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Loading

0 comments on commit 62147fd

Please sign in to comment.