Skip to content

Commit 0e1a28b

Browse files
author
vfedonkin
committed
mimor fix
1 parent 6015a7d commit 0e1a28b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementSubscriptionKey.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414

1515
namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models
1616
{
17-
using System;
18-
using System.Text.RegularExpressions;
1917

20-
public class PsApiManagementSubscriptionKey //: PsApiManagementArmResource
18+
public class PsApiManagementSubscriptionKey
2119
{
2220
public string PrimaryKey { get; set; }
2321

0 commit comments

Comments
 (0)