Skip to content

Commit

Permalink
Fix Az.Relay XML Comments (#18485)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Jun 21, 2022
1 parent 465f53e commit 23ba64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
6 changes: 1 addition & 5 deletions src/Relay/Relay/Models/PSAuthorizationRuleAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ public partial class PSAuthorizationRuleAttributes
/// <summary>
/// Initializes a new instance of the AuthorizationRule class.
/// </summary>
/// <param name="rights">The rights associated with the rule.</param>
/// <param name="id">Resource Id</param>
/// <param name="name">Resource name</param>
/// <param name="type">Resource type</param>

/// <param name="authorizationrule"></param>
public PSAuthorizationRuleAttributes(AuthorizationRule authorizationrule)
{
Id = authorizationrule.Id;
Expand Down
22 changes: 1 addition & 21 deletions src/Relay/Relay/Models/PSWcfRelayAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,7 @@ public PSWcfRelayAttributes() { }
/// <summary>
/// Initializes a new instance of the WcfRelay class.
/// </summary>
/// <param name="id">Resource Id</param>
/// <param name="name">Resource name</param>
/// <param name="type">Resource type</param>
/// <param name="relayType">WCFRelay Type. Possible values include:
/// 'NetTcp', 'Http'</param>
/// <param name="createdAt">The time the WCFRelay was created.</param>
/// <param name="updatedAt">The time the namespace was updated.</param>
/// <param name="listenerCount">The number of listeners for this relay.
/// min : 1 and max:25 supported</param>
/// <param name="requiresClientAuthorization">true if client
/// authorization is needed for this relay; otherwise, false.</param>
/// <param name="requiresTransportSecurity">true if transport security
/// is needed for this relay; otherwise, false.</param>
/// <param name="isDynamic">true if the relay is dynamic; otherwise,
/// false.</param>
/// <param name="userMetadata">usermetadata is a placeholder to store
/// user-defined string data for the HybridConnection endpoint.e.g. it
/// can be used to store descriptive data, such as list of teams and
/// their contact information also user-defined configuration settings
/// can be stored.</param>

/// <param name="wcfRelay"></param>
public PSWcfRelayAttributes(WcfRelay wcfRelay)
{
Id = wcfRelay.Id;
Expand Down

0 comments on commit 23ba64c

Please sign in to comment.