Skip to content

Commit 1eb8c35

Browse files
committed
comment edits
1 parent 2321215 commit 1eb8c35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Support/Support/Models/PSSupportService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class PSSupportService
4141
public string DisplayName { get; set; }
4242

4343
/// <summary>
44-
/// Gets or sets display name
44+
/// Gets or sets resource types
4545
/// </summary>
4646
[Ps1Xml(Target = ViewControl.Table)]
4747
public string[] ResourceTypes { get; set; }

src/Support/Support/Services/GetAzSupportService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using Microsoft.Azure.Graph.RBAC.Version1_6;
2020
using Microsoft.Azure.Management.Support;
2121
using Microsoft.Azure.Management.Support.Models;
22-
using System.Collections.Generic;
2322
using System.Linq;
2423
using System.Management.Automation;
2524
using static Microsoft.Azure.Commands.Support.Helpers.ResourceIdentifierHelper;

0 commit comments

Comments
 (0)