diff --git a/src/Relay/Relay/Models/PSAuthorizationRuleAttributes.cs b/src/Relay/Relay/Models/PSAuthorizationRuleAttributes.cs
index ac70076689a4..8837085275a0 100644
--- a/src/Relay/Relay/Models/PSAuthorizationRuleAttributes.cs
+++ b/src/Relay/Relay/Models/PSAuthorizationRuleAttributes.cs
@@ -38,11 +38,7 @@ public partial class PSAuthorizationRuleAttributes
///
/// Initializes a new instance of the AuthorizationRule class.
///
- /// The rights associated with the rule.
- /// Resource Id
- /// Resource name
- /// Resource type
-
+ ///
public PSAuthorizationRuleAttributes(AuthorizationRule authorizationrule)
{
Id = authorizationrule.Id;
diff --git a/src/Relay/Relay/Models/PSWcfRelayAttributes.cs b/src/Relay/Relay/Models/PSWcfRelayAttributes.cs
index 147fab02b3fa..d080700f008b 100644
--- a/src/Relay/Relay/Models/PSWcfRelayAttributes.cs
+++ b/src/Relay/Relay/Models/PSWcfRelayAttributes.cs
@@ -25,27 +25,7 @@ public PSWcfRelayAttributes() { }
///
/// Initializes a new instance of the WcfRelay class.
///
- /// Resource Id
- /// Resource name
- /// Resource type
- /// WCFRelay Type. Possible values include:
- /// 'NetTcp', 'Http'
- /// The time the WCFRelay was created.
- /// The time the namespace was updated.
- /// The number of listeners for this relay.
- /// min : 1 and max:25 supported
- /// true if client
- /// authorization is needed for this relay; otherwise, false.
- /// true if transport security
- /// is needed for this relay; otherwise, false.
- /// true if the relay is dynamic; otherwise,
- /// false.
- /// 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.
-
+ ///
public PSWcfRelayAttributes(WcfRelay wcfRelay)
{
Id = wcfRelay.Id;