diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
index 450eed0d2ab1..2aa7e631edc0 100644
--- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md
@@ -1,6 +1,7 @@
# Release History
-## 12.6.0-beta.1 (Unreleased)
+## 12.6.0-beta.1 (2020-07-07)
+- Updated azure-storage-common and azure-storage-blob dependencies to add support for the 2019-12-12 service version.
## 12.5.2 (2020-06-12)
- Updated azure-storage-common and azure-core dependencies.
diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md
index e36e5cd185f9..862214cfb0de 100644
--- a/sdk/storage/azure-storage-blob-batch/README.md
+++ b/sdk/storage/azure-storage-blob-batch/README.md
@@ -22,7 +22,7 @@ definition, such as text or binary data.
com.azure
azure-storage-blob-batch
- 12.5.2
+ 12.6.0-beta.1
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
index db455f5b1307..f7ec20868880 100644
--- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 12.0.0-beta.1 (Unreleased)
+## 12.0.0-beta.1 (2020-07-07)
- Initial release.
- Added support to get changefeed events for an account.
diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
index 76fa6226f866..d6c9130b2241 100644
--- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 12.8.0-beta.1 (Unreleased)
+## 12.8.0-beta.1 (2020-07-07)
- Added support for setting blob tags on upload.
## 12.7.0 (2020-06-12)
diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md
index 2faa193ce2cf..efab887e6280 100644
--- a/sdk/storage/azure-storage-blob-cryptography/README.md
+++ b/sdk/storage/azure-storage-blob-cryptography/README.md
@@ -21,7 +21,7 @@ This package supports client side encryption for blob storage.
com.azure
azure-storage-blob-cryptography
- 12.7.0
+ 12.8.0-beta.1
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md
index 5391c541489b..96a2a9fa0226 100644
--- a/sdk/storage/azure-storage-blob/CHANGELOG.md
+++ b/sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 12.8.0-beta.1 (Unreleased)
+## 12.8.0-beta.1 (2020-07-07)
- Added support for the 2019-12-12 service version.
- Added support for blob tags. Added get/setTags method to Blob(Async)ClientBase. Added filterTags api to BlobServiceClient. Added ability to specify tags on all methods that create a blob. Tag count returned on getProperties/getBlob. Option to include returning tags on listing.
- Added support to query a blob. Added query and opernQueryInputStream methods to Blob(Async)ClientBase.
diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md
index 30c9e6152136..4747ec49284c 100644
--- a/sdk/storage/azure-storage-blob/README.md
+++ b/sdk/storage/azure-storage-blob/README.md
@@ -22,7 +22,7 @@ definition, such as text or binary data.
com.azure
azure-storage-blob
- 12.7.0
+ 12.8.0-beta.1
```
[//]: # ({x-version-update-end})
diff --git a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceAsyncClient.java b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceAsyncClient.java
index a0ea19070301..8e412393564c 100644
--- a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceAsyncClient.java
+++ b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceAsyncClient.java
@@ -343,11 +343,9 @@ private Mono listBlobContainersSegmen
null, null, Context.NONE), timeout);
}
-
- // TODO: (rickle-msft) doc links
/**
* Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression. For more
- * information, including information on the query syntax, see the Azure Docs.
+ * information, including information on the query syntax, see the Azure Docs.
*
* Code Samples
*
@@ -362,7 +360,7 @@ public PagedFlux findBlobsByTags(String query) {
/**
* Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression. For more
- * information, including information on the query syntax, see the Azure Docs.
+ * information, including information on the query syntax, see the Azure Docs.
*
* Code Samples
*
diff --git a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceClient.java b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceClient.java
index 6e50941a7a2a..2088971f76c5 100644
--- a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceClient.java
+++ b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceClient.java
@@ -195,11 +195,10 @@ public PagedIterable listBlobContainers(ListBlobContainersOpt
return new PagedIterable<>(blobServiceAsyncClient.listBlobContainersWithOptionalTimeout(options, timeout));
}
- // TODO: (rickle-msft) doc links
/**
* Returns a lazy loaded list of blobs in this account whose tags match the query expression. The returned
* {@link PagedIterable} can be consumed while new items are automatically retrieved as needed. For more
- * information, including information on the query syntax, see the Azure Docs.
+ * information, including information on the query syntax, see the Azure Docs.
*
* Code Samples
*
@@ -215,7 +214,7 @@ public PagedIterable findBlobsByTags(String query) {
/**
* Returns a lazy loaded list of blobs in this account whose tags match the query expression. The returned
* {@link PagedIterable} can be consumed while new items are automatically retrieved as needed. For more
- * information, including information on the query syntax, see the Azure Docs.
+ * information, including information on the query syntax, see the Azure Docs.
*
* Code Samples
*
diff --git a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobAsyncClientBase.java b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobAsyncClientBase.java
index b9dbda523c82..031786dc772e 100644
--- a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobAsyncClientBase.java
+++ b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobAsyncClientBase.java
@@ -1338,7 +1338,6 @@ Mono> setMetadataWithResponse(Map metadata, BlobR
.map(response -> new SimpleResponse<>(response, null));
}
- // TODO: (rickle-msft) docs link
/**
* Returns the blob's tags.
*
@@ -1347,7 +1346,7 @@ Mono> setMetadataWithResponse(Map metadata, BlobR
* {@codesnippet com.azure.storage.blob.specialized.BlobAsyncClientBase.getTags}
*
* For more information, see the
- * Azure Docs
+ * Azure Docs
*
* @return A reactive response containing the blob's tags.
*/
@@ -1363,7 +1362,7 @@ public Mono