Skip to content

Commit a7749de

Browse files
MiYanniyangyuan
andauthored
Update src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/CognitiveServicesAccount/CognitiveServicesAccountBaseCmdlet.cs
Co-Authored-By: yangyuan <6941987@qq.com>
1 parent 95e23ba commit a7749de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/CognitiveServicesAccount/CognitiveServicesAccountBaseCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public abstract class CognitiveServicesAccountBaseCmdlet : AzureRMCmdlet
2929
{
3030
private CognitiveServicesManagementClientWrapper cognitiveServicesClientWrapper;
3131

32-
protected const string CognitiveServicesAccountNounStr = "AzureRmCognitiveServicesAccount";
32+
protected const string CognitiveServicesAccountNounStr = ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CognitiveServicesAccount";
3333
protected const string CognitiveServicesAccountKeyNounStr = CognitiveServicesAccountNounStr + "Key";
3434
protected const string CognitiveServicesAccountSkusNounStr = CognitiveServicesAccountNounStr + "Skus";
3535
protected const string CognitiveServicesAccountTypeNounStr = CognitiveServicesAccountNounStr + "Type";

0 commit comments

Comments
 (0)