From 962dc632e0873bfe39fb11d488bd69aaf89be4b1 Mon Sep 17 00:00:00 2001
From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com>
Date: Tue, 11 Jul 2023 11:43:13 -0500
Subject: [PATCH] STG 88 GA Release Prep (#37527)
---
sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md | 11 ++---------
.../src/Azure.Storage.Blobs.Batch.csproj | 2 +-
.../Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md | 11 ++---------
sdk/storage/Azure.Storage.Blobs/CHANGELOG.md | 12 ++----------
.../src/Azure.Storage.Blobs.csproj | 2 +-
sdk/storage/Azure.Storage.Common/CHANGELOG.md | 11 ++---------
.../src/Azure.Storage.Common.csproj | 2 +-
.../Azure.Storage.Files.DataLake/CHANGELOG.md | 11 ++---------
.../src/Azure.Storage.Files.DataLake.csproj | 2 +-
sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md | 11 ++---------
.../src/Azure.Storage.Files.Shares.csproj | 2 +-
sdk/storage/Azure.Storage.Queues/CHANGELOG.md | 11 ++---------
.../src/Azure.Storage.Queues.csproj | 2 +-
sdk/storage/platform-matrix-all-versions.json | 3 ++-
14 files changed, 22 insertions(+), 71 deletions(-)
diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
index 37f0a10e0f074..4d33cffc7a400 100644
--- a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
@@ -1,14 +1,7 @@
# Release History
-## 12.14.0-beta.2 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.14.0 (2023-07-11)
+- Includes all features from 12.14.0-beta.1.
## 12.14.0-beta.1 (2023-05-30)
- Added support for service version 2023-01-03.
diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
index 0ba1180a50436..e987019561fd2 100644
--- a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
+++ b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Blobs.Batch client library
- 12.14.0-beta.2
+ 12.14.0
12.13.0
BlobSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
index a9a482c6b862d..00d1569daa2ef 100644
--- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
@@ -1,14 +1,7 @@
# Release History
-## 12.0.0-preview.36 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.0.0-preview.36 (2023-07-11)
+- This release contains bug fixes to improve quality.
## 12.0.0-preview.35 (2023-05-30)
- Added support for service version 2023-01-03.
diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
index 94eea9f994962..3f1da821249ba 100644
--- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
@@ -1,15 +1,7 @@
# Release History
-## 12.17.0-beta.2 (Unreleased)
-
-### Features Added
-- Added support for `Metadata` in `BlobSyncUploadFromUriOptions`.
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.17.0 (2023-07-11)
+- Includes all features from 12.17.0-beta.1.
## 12.17.0-beta.1 (2023-05-30)
- Added support for service version 2023-01-03.
diff --git a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
index 67bc4f8fc2c21..e18a2f2874365 100644
--- a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
+++ b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Blobs client library
- 12.17.0-beta.2
+ 12.17.0
12.16.0
BlobSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
index 28358afbf2a50..deab22654054e 100644
--- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
@@ -1,14 +1,7 @@
# Release History
-## 12.16.0-beta.2 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.16.0 (2023-07-11)
+- Includes all features from 12.16.0-beta.1.
## 12.16.0-beta.1 (2023-05-30)
- This release contains bug fixes to improve quality.
diff --git a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
index 4b0df7339d00e..79b07fed146ca 100644
--- a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
+++ b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Common client library
- 12.16.0-beta.2
+ 12.16.0
12.15.0
CommonSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
index b5f91a26779f7..dab7baf201d43 100644
--- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
@@ -1,16 +1,9 @@
# Release History
-## 12.15.0-beta.2 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
+## 12.15.0 (2023-07-11)
+- Includes all features from 12.15.0-beta.1.
- Fixed bug where DatalakePathClient.Rename was using the filesystem name parameter for the destination path and vice versa.
-### Other Changes
-
## 12.15.0-beta.1 (2023-05-30)
- Added support for service version 2023-01-03.
- Added Owner, Group, and Permissions properties to PathProperties.
diff --git a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
index 93a6797eba844..8ab5dc45b0623 100644
--- a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
+++ b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Files.DataLake client library
- 12.15.0-beta.2
+ 12.15.0
12.14.0
DataLakeSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
index 4a854754483aa..7dc57b8679985 100644
--- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
@@ -1,14 +1,7 @@
# Release History
-## 12.15.0-beta.2 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.15.0 (2023-07-23)
+- Includes all features from 12.15.0-beta.1.
## 12.15.0-beta.1 (2023-05-30)
- Added support for service version 2023-01-03.
diff --git a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
index d483f1a3b9c44..860e7d4759c0e 100644
--- a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
+++ b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Files.Shares client library
- 12.15.0-beta.2
+ 12.15.0
12.14.0
FileSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
index 728eeb05f299d..8e87364e5301c 100644
--- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
@@ -1,14 +1,7 @@
# Release History
-## 12.15.0-beta.2 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+## 12.15.0 (2023-07-11)
+- Includes all features from 12.15.0-beta.1.
## 12.15.0-beta.1 (2023-05-30)
- This release contains bug fixes to improve quality.
diff --git a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
index e2cc1bc34881d..9e44485df11ef 100644
--- a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
+++ b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Queues client library
- 12.15.0-beta.2
+ 12.15.0
12.14.0
QueueSDK;$(DefineConstants)
diff --git a/sdk/storage/platform-matrix-all-versions.json b/sdk/storage/platform-matrix-all-versions.json
index af657b0102fbd..af71561581898 100644
--- a/sdk/storage/platform-matrix-all-versions.json
+++ b/sdk/storage/platform-matrix-all-versions.json
@@ -35,7 +35,8 @@
"V2021-08-06",
"V2021-10-04",
"V2021-12-02",
- "V2022-11-02"
+ "V2022-11-02",
+ "V2023-01-03"
]
}
}