Skip to content

Commit b0a37f9

Browse files
authored
[Storage]Update release version (Azure#27615)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 772206e commit b0a37f9

File tree

8 files changed

+9
-16
lines changed

8 files changed

+9
-16
lines changed

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2023-11-01)
44

55
### Other Changes
66

sdk/storage/storage-file-datalake/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2023-11-01)
44

55
### Other Changes
66

sdk/storage/storage-file-share/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2023-11-01)
44

55
### Other Changes
66

sdk/storage/storage-queue/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.23.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2023-11-01)
44

55
### Other Changes
66

@@ -18,14 +18,7 @@
1818

1919
- Added support for service version 2022-11-02.
2020

21-
22-
## 12.12.0 (Unreleased)
23-
24-
### Features Added
25-
26-
### Breaking Changes
27-
28-
### Bugs Fixed
21+
## 12.12.0 (2023-02-23)
2922

3023
### Other Changes
3124

sdk/storage/storage-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/storage-queue",
33
"sdk-type": "client",
4-
"version": "12.23.0-beta.1",
4+
"version": "12.22.0-beta.1",
55
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
66
"main": "./dist/index.js",
77
"module": "./dist-esm/storage-queue/src/index.js",

sdk/storage/storage-queue/src/generated/src/storageClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-queue/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "12.23.0-beta.1";
4+
export const SDK_VERSION: string = "12.22.0-beta.1";
55
export const SERVICE_VERSION: string = "2021-10-04";
66

77
/**

sdk/storage/storage-queue/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ add-credentials: false
2121
core-http-compat-mode: true
2222
use-extension:
2323
"@autorest/typescript": "6.0.3"
24-
package-version: 12.23.0-beta.1
24+
package-version: 12.22.0-beta.1
2525
```
2626
2727
## Customizations for Track 2 Generator

0 commit comments

Comments
 (0)