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

Commit 14bc81d

Browse files
committed
Removed creds
1 parent 8c6dd85 commit 14bc81d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

microsoft-azure-storage-test/res/TestConfigurations.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<TenantConfiguration>
1919
<TenantName>ProductionTenant</TenantName>
2020
<TenantType>Cloud</TenantType>
21-
<AccountName>xclientdev3</AccountName>
22-
<AccountKey>3kvaatQpW5aSR+WqTIF31hgxmVWlMbkCuI1vl11elXAVUgZQ1rraM/d625Hh0I9rUc2NC949CJJj0yWyRNggjQ==</AccountKey>
23-
<BlobServiceEndpoint>http://xclientdev3.blob.core.windows.net</BlobServiceEndpoint>
24-
<QueueServiceEndpoint>http://xclientdev3.queue.core.windows.net</QueueServiceEndpoint>
25-
<TableServiceEndpoint>http://xclientdev3.table.core.windows.net</TableServiceEndpoint>
26-
<FileServiceEndpoint>http://xclientdev3.file.core.windows.net</FileServiceEndpoint>
27-
<BlobServiceSecondaryEndpoint>http://xclientdev3-secondary.blob.core.windows.net</BlobServiceSecondaryEndpoint>
28-
<QueueServiceSecondaryEndpoint>http://xclientdev3-secondary.queue.core.windows.net</QueueServiceSecondaryEndpoint>
29-
<TableServiceSecondaryEndpoint>http://xclientdev3-secondary.table.core.windows.net</TableServiceSecondaryEndpoint>
21+
<AccountName>[ACCOUNT NAME HERE]</AccountName>
22+
<AccountKey>[ACCOUNT KEY HERE]</AccountKey>
23+
<BlobServiceEndpoint>http://[ACCOUNT].blob.core.windows.net</BlobServiceEndpoint>
24+
<QueueServiceEndpoint>http://[ACCOUNT].queue.core.windows.net</QueueServiceEndpoint>
25+
<TableServiceEndpoint>http://[ACCOUNT].table.core.windows.net</TableServiceEndpoint>
26+
<FileServiceEndpoint>http://[ACCOUNT].file.core.windows.net</FileServiceEndpoint>
27+
<BlobServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.blob.core.windows.net</BlobServiceSecondaryEndpoint>
28+
<QueueServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.queue.core.windows.net</QueueServiceSecondaryEndpoint>
29+
<TableServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.table.core.windows.net</TableServiceSecondaryEndpoint>
3030
<ActiveDirectoryApplicationId>[APPLICATION_ID]</ActiveDirectoryApplicationId>
3131
<ActiveDirectoryApplicationSecret>[APPLICATION_SECRET]</ActiveDirectoryApplicationSecret>
3232
<ActiveDirectoryTenantId>[TENANT_ID]</ActiveDirectoryTenantId>

0 commit comments

Comments
 (0)