Skip to content
Closed
1 change: 1 addition & 0 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ com.azure:azure-storage-blob-batch;12.25.0;12.26.0-beta.1
com.azure:azure-storage-blob-changefeed;12.0.0-beta.27;12.0.0-beta.28
com.azure:azure-storage-blob-cryptography;12.28.0;12.29.0-beta.1
com.azure:azure-storage-blob-nio;12.0.0-beta.28;12.0.0-beta.29
com.azure:azure-storage-blob-v2;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-common;12.28.0;12.29.0-beta.1
com.azure:azure-storage-file-share;12.25.1;12.26.0-beta.1
com.azure:azure-storage-file-datalake;12.22.0;12.23.0-beta.1
Expand Down
11 changes: 11 additions & 0 deletions sdk/storage/azure-storage-blob-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release History

## 1.0.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
15 changes: 15 additions & 0 deletions sdk/storage/azure-storage-blob-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Azure Storage Blob client library for Java

## Getting started

## Key concepts

## Examples

## Troubleshooting

## Next steps

## Next steps Samples

## Contributing
61 changes: 61 additions & 0 deletions sdk/storage/azure-storage-blob-v2/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent-v2</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent-v2;current} -->
<relativePath>../../parents/azure-client-sdk-parent-v2</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-v2</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-v2;current} -->

<name>Microsoft Azure SDK V2 for Storage Blob</name>
<description>This package contains Microsoft Azure SDK V2 for Storage Blob.</description>

<distributionManagement>
<site>
<id>azure-java-build-docs</id>
<url>${site.url}/site/${project.artifactId}</url>
</site>
</distributionManagement>

<scm>
<url>https://github.com/Azure/azure-sdk-for-java</url>
</scm>

<dependencies>
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.6</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-v2</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-v2;dependency} -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-api;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-engine;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.3</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-params;external_dependency} -->
<scope>test</scope>
</dependency>
</dependencies>

</project>

Large diffs are not rendered by default.

Loading