Skip to content

Commit

Permalink
Fix Az.Synapse XML comments (#18605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 committed Jun 22, 2022
1 parent 9f0e293 commit d86b8da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ protected override void DoEndProcessing()
/// Add request to queue. These requests will be processed later using multi-thread
/// </summary>
/// <param name="filePath">local file path</param>
/// <param name="packageName">package name</param>
private void EnqueueUploadRequest(string filePath)
{
bool isFile = UploadRequests.EnqueueRequest(filePath);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages
{
/// <summary>
/// Element of <see cref="PackageUploadRequestQueue">
/// Element of <see cref="PackageUploadRequestQueue" />
/// </summary>
public class PackageUploadRequest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public PSSynapseWorkspace(Workspace workspace)
/// </summary>
public IDictionary<string, object> ExtraProperties { get; set; }

/// <summary>
/// Gets or sets managed Virtual Network Settings
/// </summary>
public PSManagedVirtualNetworkSettings ManagedVirtualNetworkSettings { get; set; }
Expand Down

0 comments on commit d86b8da

Please sign in to comment.