From 5b196287f660ea51162a863b0333ffac7f32496f Mon Sep 17 00:00:00 2001 From: chrisjlin <36452239+chrisjlin@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:09:54 -0700 Subject: [PATCH] anonymizing variables in example script --- windows/deployment/do/mcc-ent-manage-cache-using-CLI.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md b/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md index 36a2f3e93a..b5328c44fb 100644 --- a/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md +++ b/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md @@ -155,14 +155,14 @@ In your console output, are you missing the last row in your CSV file? This can ```powershell #Define variables -$mccResourceName = "demo-03" +$mccResourceName = "myMCCResource" $cacheNodeName = "demo-node" $cacheNodeOperatingSystem = "Windows" -$resourceGroup = "lichris-test" +$resourceGroup = "myRG" $resourceLocation = "westus" $cacheNodesToCreate = 2 -$proxyHost = "104.42.135.96" -$proxyPort = "3128" +$proxyHost = "myProxy.com +$proxyPort = "8080" $waitTime = 3 #Create MCC Az resource