From be506a3baed4a00df3c364428d80db63e9b69da0 Mon Sep 17 00:00:00 2001 From: "Yuzhi Chen (Wicresoft)" Date: Thu, 16 Jun 2022 10:34:37 +0800 Subject: [PATCH] Fix Az.PrivateDns XML Comments --- src/PrivateDns/PrivateDns/Models/PSPrivateDnsRecordSet.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PrivateDns/PrivateDns/Models/PSPrivateDnsRecordSet.cs b/src/PrivateDns/PrivateDns/Models/PSPrivateDnsRecordSet.cs index a03065595555..7afaba730e3f 100644 --- a/src/PrivateDns/PrivateDns/Models/PSPrivateDnsRecordSet.cs +++ b/src/PrivateDns/PrivateDns/Models/PSPrivateDnsRecordSet.cs @@ -376,7 +376,7 @@ public override object Clone() } /// - /// Represents a Private DNS record of type MX that is part of a . + /// Represents a Private DNS record of type MX that is part of a . /// public class MxRecord : PSPrivateDnsRecordBase { @@ -415,7 +415,7 @@ public override object Clone() } /// - /// Represents a Private DNS record of type SRV that is part of a . + /// Represents a Private DNS record of type SRV that is part of a . /// public class SrvRecord : PSPrivateDnsRecordBase { @@ -472,7 +472,7 @@ public override object Clone() } /// - /// Represents a Private DNS record of type SOA that is part of a . + /// Represents a Private DNS record of type SOA that is part of a . /// public class SoaRecord : PSPrivateDnsRecordBase { @@ -550,7 +550,7 @@ public override object Clone() } /// - /// Represents a Private DNS record of type PTR that is part of a . + /// Represents a Private DNS record of type PTR that is part of a . /// public class PtrRecord : PSPrivateDnsRecordBase {