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 7320b63 commit 13e79c2Copy full SHA for 13e79c2
src/ServiceManagement/Services/Commands/CloudService/Development/EnableAzureMemcacheRole.cs
@@ -74,7 +74,6 @@ public EnableAzureMemcacheRoleCommand()
74
public override void ExecuteCmdlet()
75
{
76
WriteWarning("This cmdlet will be removed in a future release as we are retiring Managed Cache scaffolding support.");
77
-
78
string rootPath = CommonUtilities.GetServiceRootPath(CurrentPath());
79
RoleName = string.IsNullOrEmpty(RoleName) ? CommonUtilities.GetRoleName(rootPath, CurrentPath()) : RoleName;
80
0 commit comments