Skip to content

Commit

Permalink
[Storage]Update version to prepare fot STG84 GA release. (Azure#23459)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaZhu committed Oct 14, 2022
1 parent ef9938a commit e1e3c0a
Show file tree
Hide file tree
Showing 29 changed files with 128 additions and 136 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob-changefeed/package.json
Expand Up @@ -91,7 +91,7 @@
]
},
"dependencies": {
"@azure/storage-blob": "^12.10.0",
"@azure/storage-blob": "^12.12.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^2.0.0",
"@azure/core-lro": "^2.2.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions sdk/storage/storage-blob/CHANGELOG.md
@@ -1,17 +1,15 @@
# Release History

## 12.12.0-beta.2 (Unreleased)
## 12.12.0 (2022-10-14)

### Features Added

### Breaking Changes
- Includes all features released in 12.12.0-beta.1.

### Bugs Fixed

- Fixed an issue of escaping slashes in blob name unnecessarily.

### Other Changes

## 12.12.0-beta.1 (2022-08-26)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.12.0-beta.2",
"version": "12.12.0",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
"main": "./dist/index.js",
"module": "./dist-esm/storage-blob/src/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/src/utils/constants.ts
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.12.0-beta.2";
export const SDK_VERSION: string = "12.12.0";
export const SERVICE_VERSION: string = "2021-10-04";

export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES: number = 256 * 1024 * 1024; // 256MB
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/swagger/README.md
Expand Up @@ -20,7 +20,7 @@ disable-async-iterators: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0-dev.20210218.1"
package-version: 12.12.0-beta.2
package-version: 12.12.0
```

## Customizations for Track 2 Generator
Expand Down
6 changes: 2 additions & 4 deletions sdk/storage/storage-file-datalake/CHANGELOG.md
@@ -1,17 +1,15 @@
# Release History

## 12.11.0-beta.2 (Unreleased)
## 12.11.0 (2022-10-14)

### Features Added

### Breaking Changes
- Includes all features released in 12.11.0-beta.1.

### Bugs Fixed

- Fixed an issue of escaping slashes in file or directory path unnecessarily.

### Other Changes

## 12.11.0-beta.1 (2022-08-26)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-file-datalake/package.json
@@ -1,6 +1,6 @@
{
"name": "@azure/storage-file-datalake",
"version": "12.11.0-beta.2",
"version": "12.11.0",
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
"sdk-type": "client",
"main": "./dist/index.js",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@azure/core-paging": "^1.1.1",
"@azure/core-tracing": "1.0.0-preview.13",
"@azure/logger": "^1.0.0",
"@azure/storage-blob": "^12.12.0-beta.1",
"@azure/storage-blob": "^12.12.0",
"events": "^3.0.0",
"tslib": "^2.2.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/src/utils/constants.ts
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.11.0-beta.2";
export const SDK_VERSION: string = "12.11.0";
export const SERVICE_VERSION: string = "2021-10-04";

export const KB: number = 1024;
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/swagger/README.md
Expand Up @@ -20,7 +20,7 @@ disable-async-iterators: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0-dev.20210223.1"
package-version: 12.11.0-beta.2
package-version: 12.11.0
```

## Customizations for Track 2 Generator
Expand Down
6 changes: 2 additions & 4 deletions sdk/storage/storage-file-share/CHANGELOG.md
@@ -1,19 +1,17 @@
# Release History

## 12.11.1 (Unreleased)
## 12.12.0 (2022-10-14)

### Features Added

### Breaking Changes
- Added support for service version 2021-10-04.

### Bugs Fixed

- Fixed a hang issue in ShareFileClient.downloadToBuffer when encountering transient network failure.
- Refined URL parsing method to let it be able to correctly parse URLs with account name in path.
- Fixed an issue of escaping slashes in file or directory path unnecessarily.

### Other Changes

## 12.11.0 (2022-07-08)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-file-share/package.json
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-file-share",
"sdk-type": "client",
"version": "12.11.1",
"version": "12.12.0",
"description": "Microsoft Azure Storage SDK for JavaScript - File",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand Down Expand Up @@ -132,7 +132,7 @@
"tslib": "^2.2.0"
},
"devDependencies": {
"@azure/storage-blob": "^12.11.0",
"@azure/storage-blob": "^12.12.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/test-utils": "^1.0.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/storage/storage-file-share/src/utils/constants.ts
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.11.1";
export const SERVICE_VERSION: string = "2021-08-06";
export const SDK_VERSION: string = "12.12.0";
export const SERVICE_VERSION: string = "2021-10-04";

export const FILE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
export const FILE_RANGE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024; // 4MB
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/storage-file-share/swagger/README.md
Expand Up @@ -20,7 +20,7 @@ disable-async-iterators: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0-dev.20210218.1"
package-version: 12.11.1
package-version: 12.12.0
```

## Customizations for Track 2 Generator
Expand Down Expand Up @@ -855,13 +855,13 @@ directive:
$["modelAsString"] = false;
```

### Update service version from "2018-06-08" to "2021-08-06"
### Update service version from "2018-06-08" to "2021-10-04"

```yaml
directive:
- from: swagger-document
where: $.parameters.ApiVersionParameter
transform: $.enum = [ "2021-08-06" ];
transform: $.enum = [ "2021-10-04" ];
```

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fstorage%2Fstorage-file-share%2Fswagger%2FREADME.png)
8 changes: 3 additions & 5 deletions sdk/storage/storage-queue/CHANGELOG.md
@@ -1,17 +1,15 @@
# Release History

## 12.10.1 (Unreleased)
## 12.11.0 (2022-10-14)

### Features Added
### Features

### Breaking Changes
- Added support for service version 2021-10-04.

### Bugs Fixed

- Refined URL parsing method to let it be able to correctly parse URLs with account name in path.

### Other Changes

## 12.10.0 (2022-07-08)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/package.json
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-queue",
"sdk-type": "client",
"version": "12.10.1",
"version": "12.11.0",
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand Down
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue",
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/storage-queue": "^12.10.0",
"@azure/storage-queue": "^12.11.0",
"dotenv": "latest"
}
}
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue",
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/storage-queue": "^12.10.0",
"@azure/storage-queue": "^12.11.0",
"dotenv": "latest"
},
"devDependencies": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/storage/storage-queue/src/utils/constants.ts
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.10.1";
export const SERVICE_VERSION: string = "2021-08-06";
export const SDK_VERSION: string = "12.11.0";
export const SERVICE_VERSION: string = "2021-10-04";

/**
* The OAuth scope to use with Azure Storage.
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/storage-queue/swagger/README.md
Expand Up @@ -20,7 +20,7 @@ disable-async-iterators: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0-dev.20210218.1"
package-version: 12.10.1
package-version: 12.11.0
```

## Customizations for Track 2 Generator
Expand Down Expand Up @@ -226,13 +226,13 @@ directive:
$["x-ms-client-name"] = "queueAnalyticsLogging"
```

### Update service version from "2018-03-28" to "2021-08-06"
### Update service version from "2018-03-28" to "2021-10-04"

```yaml
directive:
- from: swagger-document
where: $.parameters.ApiVersionParameter
transform: $.enum = [ "2021-08-06" ];
transform: $.enum = [ "2021-10-04" ];
```

### Rename AccessPolicy start -> startsOn
Expand Down

0 comments on commit e1e3c0a

Please sign in to comment.