diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/IPublicIPAddressesOperations.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/IPublicIPAddressesOperations.cs
index 3f34cd5d07c6..8fda8a2ea594 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/IPublicIPAddressesOperations.cs
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/IPublicIPAddressesOperations.cs
@@ -30,7 +30,7 @@ public partial interface IPublicIPAddressesOperations
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// The headers that will be added to request.
@@ -52,7 +52,7 @@ public partial interface IPublicIPAddressesOperations
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// Expands referenced resources.
@@ -279,7 +279,7 @@ public partial interface IPublicIPAddressesOperations
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// The headers that will be added to request.
diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperations.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperations.cs
index fb75b145c3d6..fbd4eb11683e 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperations.cs
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperations.cs
@@ -57,7 +57,7 @@ internal PublicIPAddressesOperations(NetworkManagementClient client)
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// The headers that will be added to request.
@@ -79,7 +79,7 @@ internal PublicIPAddressesOperations(NetworkManagementClient client)
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// Expands referenced resources.
@@ -1530,7 +1530,7 @@ internal PublicIPAddressesOperations(NetworkManagementClient client)
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// Headers that will be added to request.
diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperationsExtensions.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperationsExtensions.cs
index fff1a3acb322..97b23fe331d7 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperationsExtensions.cs
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/PublicIPAddressesOperationsExtensions.cs
@@ -31,7 +31,7 @@ public static partial class PublicIPAddressesOperationsExtensions
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
public static void Delete(this IPublicIPAddressesOperations operations, string resourceGroupName, string publicIpAddressName)
{
@@ -48,7 +48,7 @@ public static void Delete(this IPublicIPAddressesOperations operations, string r
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// The cancellation token.
@@ -68,7 +68,7 @@ public static void Delete(this IPublicIPAddressesOperations operations, string r
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// Expands referenced resources.
@@ -88,7 +88,7 @@ public static void Delete(this IPublicIPAddressesOperations operations, string r
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// Expands referenced resources.
@@ -440,7 +440,7 @@ public static IPage ListVirtualMachineScaleSetVMPublicIPAddress
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
public static void BeginDelete(this IPublicIPAddressesOperations operations, string resourceGroupName, string publicIpAddressName)
{
@@ -457,7 +457,7 @@ public static void BeginDelete(this IPublicIPAddressesOperations operations, str
/// The name of the resource group.
///
///
- /// The name of the subnet.
+ /// The name of the public IP address.
///
///
/// The cancellation token.