This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
microsoft-azure-storage-samples/src/com/microsoft/azure/storage/util Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ public final class Utility {
3434 * Stores the storage connection string.
3535 */
3636 public static final String storageConnectionString = "DefaultEndpointsProtocol=https;"
37- + "AccountName=xclientdev3 ;"
38- + "AccountKey=gTedjbpZLkx/ws271aqFPEiyrHbOnKg9fakgYWz5QFGjKLvCW4yWL27ZTy7UgGNf6sqsEWoCN+adrJKnhArKSg== " ;
37+ + "AccountName=[MY_ACCOUNT_NAME] ;"
38+ + "AccountKey=[MY_ACCOUNT_KEY] " ;
3939
4040 /**
4141 * You only need to modify the following values if you want to run the
4242 * KeyVault Encryption samples. Otherwise, leave empty.
4343 */
44- public static final String vaultURL = "https://javasampleskv.vault.azure.net/" ;
45- public static final String AuthClientId = "76228ca7-9b5f-4f3e-a7f7-24f9e4539660" ;
46- public static final String AuthClientSecret = "T6qGub/uDURGWeJvgVFhZP9gblwzgHP4QDJPaonWWRw=" ;
44+ public static final String vaultURL = null ;
45+ public static final String AuthClientId = null ;
46+ public static final String AuthClientSecret = null ;
4747
4848 /**
4949 * Optional. Modify this if you want to run the KeyVaultGettingStarted
You can’t perform that action at this time.
0 commit comments