Skip to content

Commit 7320b63

Browse files
author
Yugang Wang
committed
tweak wording
1 parent 1c75923 commit 7320b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceManagement/Services/Commands/CloudService/Development/EnableAzureMemcacheRole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public EnableAzureMemcacheRoleCommand()
7373
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
7474
public override void ExecuteCmdlet()
7575
{
76-
WriteWarning("This cmdlet will be removed in a future release as part of obselating Managed Cache scaffolding support.");
76+
WriteWarning("This cmdlet will be removed in a future release as we are retiring Managed Cache scaffolding support.");
7777

7878
string rootPath = CommonUtilities.GetServiceRootPath(CurrentPath());
7979
RoleName = string.IsNullOrEmpty(RoleName) ? CommonUtilities.GetRoleName(rootPath, CurrentPath()) : RoleName;

src/ServiceManagement/Services/Commands/CloudService/Development/Scaffolding/AddAzureCacheWorkerRole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public AddAzureCacheWorkerRoleCommand()
4949
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
5050
public override void ExecuteCmdlet()
5151
{
52-
WriteWarning("This cmdlet will be removed in a future release as part of obselating Managed Cache scaffolding support.");
52+
WriteWarning("This cmdlet will be removed in a future release as we are retiring Managed Cache scaffolding support.");
5353
AddAzureCacheWorkerRoleProcess(Name, Instances, CommonUtilities.GetServiceRootPath(CurrentPath()));
5454
}
5555

0 commit comments

Comments
 (0)