Skip to content

Commit 39c9dbf

Browse files
committed
Update setup.ps1
1 parent f89a118 commit 39c9dbf

File tree

1 file changed

+1
-1
lines changed
  • samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-sgx/setup

1 file changed

+1
-1
lines changed

samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-sgx/setup/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Set-SqlColumnEncryption -ColumnEncryptionSettings $encryptedColumnSettings -Inpu
134134
######################################################################
135135

136136
$resourceGroupName = "${projectName}"
137-
$attestationProviderName = "${projectName}attest"
137+
$attestationProviderName = "${projectName}attestation"
138138
$policyFile = "AttestationPolicy.txt"
139139
$teeType = "SgxEnclave"
140140
$policyFormat = "Text"

0 commit comments

Comments
 (0)