From 02ca56af3f91c6f45e782790c634e178c4f09e9c Mon Sep 17 00:00:00 2001 From: jaszymas Date: Tue, 20 Apr 2021 13:19:45 -0700 Subject: [PATCH] sample changes --- .../Deploy.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/features/security/Always-Encrypted-with-secure-enclaves-in-Azure-SQL-Database/Deploy.ps1 b/samples/features/security/Always-Encrypted-with-secure-enclaves-in-Azure-SQL-Database/Deploy.ps1 index 78e2dade..76277b13 100644 --- a/samples/features/security/Always-Encrypted-with-secure-enclaves-in-Azure-SQL-Database/Deploy.ps1 +++ b/samples/features/security/Always-Encrypted-with-secure-enclaves-in-Azure-SQL-Database/Deploy.ps1 @@ -1,6 +1,7 @@ ###################################################################### # Request parameters to the user that are needed for the deployment ###################################################################### +# $subscriptionName = Read-Host -Prompt "Enter your subscription name" $projectName = Read-Host -Prompt "Enter a project name that is used to generate resource names"