Skip to content

Commit

Permalink
Update PSAsrNetworkClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 committed Jun 22, 2022
1 parent f42eeee commit 4896a80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public List<Network> GetAzureSiteRecoveryNetworks()
/// <summary>
/// Gets all Azure Site Recovery Networks under a Server
/// </summary>
/// <param name="fabricName">Fabric Name.</param>
/// <param name="fabricName">Fabric Name</param>
/// <returns>Network list response</returns>
public List<Network> GetAzureSiteRecoveryNetworks(
string fabricName)
Expand All @@ -92,4 +92,4 @@ public List<Network> GetAzureSiteRecoveryNetworks(
return Utilities.IpageToList(pages);
}
}
}
}

0 comments on commit 4896a80

Please sign in to comment.