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 6015a7d commit 0e1a28bCopy full SHA for 0e1a28b
src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementSubscriptionKey.cs
@@ -14,10 +14,8 @@
14
15
namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models
16
{
17
- using System;
18
- using System.Text.RegularExpressions;
19
20
- public class PsApiManagementSubscriptionKey //: PsApiManagementArmResource
+ public class PsApiManagementSubscriptionKey
21
22
public string PrimaryKey { get; set; }
23
0 commit comments