Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 4da5b22

Browse files
committed
Removed some keys from samples utility. Rotated the keys
1 parent 13b3ffb commit 4da5b22

File tree

1 file changed

+5
-5
lines changed
  • microsoft-azure-storage-samples/src/com/microsoft/azure/storage/util

1 file changed

+5
-5
lines changed

microsoft-azure-storage-samples/src/com/microsoft/azure/storage/util/Utility.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)