We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2321215 commit 1eb8c35Copy full SHA for 1eb8c35
src/Support/Support/Models/PSSupportService.cs
@@ -41,7 +41,7 @@ public class PSSupportService
41
public string DisplayName { get; set; }
42
43
/// <summary>
44
- /// Gets or sets display name
+ /// Gets or sets resource types
45
/// </summary>
46
[Ps1Xml(Target = ViewControl.Table)]
47
public string[] ResourceTypes { get; set; }
src/Support/Support/Services/GetAzSupportService.cs
@@ -19,7 +19,6 @@
19
using Microsoft.Azure.Graph.RBAC.Version1_6;
20
using Microsoft.Azure.Management.Support;
21
using Microsoft.Azure.Management.Support.Models;
22
-using System.Collections.Generic;
23
using System.Linq;
24
using System.Management.Automation;
25
using static Microsoft.Azure.Commands.Support.Helpers.ResourceIdentifierHelper;
0 commit comments