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

Commit a921e0a

Browse files
committed
8.2.0 release prep
1 parent 2a9597b commit a921e0a

File tree

7 files changed

+39
-39
lines changed

7 files changed

+39
-39
lines changed

ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XXXX.XX.XX Version X.X.X
1+
2019.04.05 Version 8.2.0
22
* Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
33
* Added appendBlockFromURL method. A block may be created with another blob as its source.
44
* Added uploadPagesFromURL method. Pages may be written to with another blob as their source.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3939
<dependency>
4040
<groupId>com.microsoft.azure</groupId>
4141
<artifactId>azure-storage</artifactId>
42-
<version>8.1.0</version>
42+
<version>8.2.0</version>
4343
</dependency>
4444
```
4545

microsoft-azure-storage-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>8.1.0</version>
29+
<version>8.2.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>

microsoft-azure-storage-samples/src/com/microsoft/azure/storage/logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>8.1.0</version>
29+
<version>8.2.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<TestConfigurations>
2-
<TargetTestTenant>ProductionTenant</TargetTestTenant>
3-
<TargetPremiumBlobTenant>ProductionTenant</TargetPremiumBlobTenant>
4-
<TargetCopySourceTenant>ProductionTenant</TargetCopySourceTenant>
5-
<TenantConfigurations>
6-
<TenantConfiguration>
7-
<TenantName>DevStore</TenantName>
8-
<TenantType>DevStore</TenantType>
9-
<AccountName>devstoreaccount1</AccountName>
10-
<AccountKey>Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==</AccountKey>
11-
<BlobServiceEndpoint>http://127.0.0.1:10000/devstoreaccount1</BlobServiceEndpoint>
12-
<QueueServiceEndpoint>http://127.0.0.1:10001/devstoreaccount1</QueueServiceEndpoint>
13-
<TableServiceEndpoint>http://127.0.0.1:10002/devstoreaccount1</TableServiceEndpoint>
14-
<BlobServiceSecondaryEndpoint>http://127.0.0.1:10000/devstoreaccount1-secondary</BlobServiceSecondaryEndpoint>
15-
<QueueServiceSecondaryEndpoint>http://127.0.0.1:10001/devstoreaccount1-secondary</QueueServiceSecondaryEndpoint>
16-
<TableServiceSecondaryEndpoint>http://127.0.0.1:10002/devstoreaccount1-secondary</TableServiceSecondaryEndpoint>
17-
</TenantConfiguration>
18-
<TenantConfiguration>
19-
<TenantName>ProductionTenant</TenantName>
20-
<TenantType>Cloud</TenantType>
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>
30-
<ActiveDirectoryApplicationId>[APPLICATION_ID]</ActiveDirectoryApplicationId>
31-
<ActiveDirectoryApplicationSecret>[APPLICATION_SECRET]</ActiveDirectoryApplicationSecret>
32-
<ActiveDirectoryTenantId>[TENANT_ID]</ActiveDirectoryTenantId>
33-
</TenantConfiguration>
34-
</TenantConfigurations>
2+
<TargetTestTenant>ProductionTenant</TargetTestTenant>
3+
<TargetPremiumBlobTenant>ProductionTenant</TargetPremiumBlobTenant>
4+
<TargetCopySourceTenant>ProductionTenant</TargetCopySourceTenant>
5+
<TenantConfigurations>
6+
<TenantConfiguration>
7+
<TenantName>DevStore</TenantName>
8+
<TenantType>DevStore</TenantType>
9+
<AccountName>devstoreaccount1</AccountName>
10+
<AccountKey>Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==</AccountKey>
11+
<BlobServiceEndpoint>http://127.0.0.1:10000/devstoreaccount1</BlobServiceEndpoint>
12+
<QueueServiceEndpoint>http://127.0.0.1:10001/devstoreaccount1</QueueServiceEndpoint>
13+
<TableServiceEndpoint>http://127.0.0.1:10002/devstoreaccount1</TableServiceEndpoint>
14+
<BlobServiceSecondaryEndpoint>http://127.0.0.1:10000/devstoreaccount1-secondary</BlobServiceSecondaryEndpoint>
15+
<QueueServiceSecondaryEndpoint>http://127.0.0.1:10001/devstoreaccount1-secondary</QueueServiceSecondaryEndpoint>
16+
<TableServiceSecondaryEndpoint>http://127.0.0.1:10002/devstoreaccount1-secondary</TableServiceSecondaryEndpoint>
17+
</TenantConfiguration>
18+
<TenantConfiguration>
19+
<TenantName>ProductionTenant</TenantName>
20+
<TenantType>Cloud</TenantType>
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>
30+
<ActiveDirectoryApplicationId>[APPLICATION_ID]</ActiveDirectoryApplicationId>
31+
<ActiveDirectoryApplicationSecret>[APPLICATION_SECRET]</ActiveDirectoryApplicationSecret>
32+
<ActiveDirectoryTenantId>[TENANT_ID]</ActiveDirectoryTenantId>
33+
</TenantConfiguration>
34+
</TenantConfigurations>
3535
</TestConfigurations>

microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ public static class HeaderConstants {
715715
/**
716716
* Specifies the value to use for UserAgent header.
717717
*/
718-
public static final String USER_AGENT_VERSION = "8.1.0";
718+
public static final String USER_AGENT_VERSION = "8.2.0";
719719

720720
/**
721721
* The default type for content-type and accept

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-storage</artifactId>
13-
<version>8.1.0</version>
13+
<version>8.2.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure Storage Client SDK</name>

0 commit comments

Comments
 (0)