Skip to content

Commit

Permalink
Post release automated changes for storage releases (#31221)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-storage-file-share
  • Loading branch information
azure-sdk authored Sep 29, 2024
1 parent f7d0b98 commit 041e2c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions sdk/storage/storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.25.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.25.0 (2024-09-22)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-file-share",
"sdk-type": "client",
"version": "12.25.0",
"version": "12.25.1",
"description": "Microsoft Azure Storage SDK for JavaScript - File",
"main": "./dist/index.js",
"module": "./dist-esm/storage-file-share/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.25.0";
export const SDK_VERSION: string = "12.25.1";
export const SERVICE_VERSION: string = "2024-11-04";

export const FILE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add-credentials: false
core-http-compat-mode: true
use-extension:
"@autorest/typescript": "6.0.2"
package-version: 12.25.0
package-version: 12.25.1
```
## Customizations for Track 2 Generator
Expand Down

0 comments on commit 041e2c0

Please sign in to comment.