Skip to content

Commit

Permalink
[Storage]Update version for GA release. (#29874)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
EmmaZhu authored Jun 4, 2024
1 parent 12a14b4 commit a2b95cb
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 47 deletions.
6 changes: 5 additions & 1 deletion sdk/quantum/quantum-jobs/test/utils/testAuthentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ export async function authenticate(testContext: Test | undefined): Promise<any>
AZURE_CLIENT_SECRET: "clientsecret",
AZURE_TENANT_ID: "00000000-0000-0000-0000-000000000000",
AZURE_QUANTUM_WORKSPACE_LOCATION: "eastus",
}
},
removeCentralSanitizers: [
"AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section
"AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section
],
});
await recorder.addSanitizers(getSanitizers());

Expand Down
9 changes: 8 additions & 1 deletion sdk/storage/storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 12.23.0-beta.2 (Unreleased)
## 12.23.0 (2024-06-04)

### Features Added

- Includes all features released in 12.23.0-beta.1.
- Allow HTTP connections

## 12.23.0-beta.1 (2023-11-01)
Expand All @@ -12,6 +13,12 @@

- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.

## 12.18.0 (2024-05-11)

### Features Added

- Includes all features released in 12.18.0-beta.1.

## 12.18.0-beta.1 (2024-04-18)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.23.0-beta.2",
"version": "12.23.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
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.23.0-beta.2";
export const SDK_VERSION: string = "12.23.0";
export const SERVICE_VERSION: string = "2024-05-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
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": "latest"
package-version: 12.23.0-beta.2
package-version: 12.23.0
```
## Customizations for Track 2 Generator
Expand Down
23 changes: 15 additions & 8 deletions sdk/storage/storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# Release History

## 12.22.0-beta.2 (Unreleased)
## 12.22.0 (2024-06-04)

### Other Changes
### Features Added

- Includes all features released in 12.22.0-beta.1.
- Allow HTTP connections

## 12.17.0-beta.1 (2024-04-18)
## 12.22.0-beta.1 (2023-11-01)

### Other Changes

- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.

## 12.17.0 (2024-05-11)

### Features Added

- Added support for service version 2024-05-04.
- Added ability to retrieve path ACL with DataLakePathClient.getProperties(), DataLakeFileClient.getProperties(), DataLakeDirectoryClient.getProperties(), DataLakeFileClient.read().
- Includes all features released in 12.17.0-beta.1.

## 12.22.0-beta.1 (2023-11-01)
## 12.17.0-beta.1 (2024-04-18)

### Other Changes
### Features Added

- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.
- Added support for service version 2024-05-04.
- Added ability to retrieve path ACL with DataLakePathClient.getProperties(), DataLakeFileClient.getProperties(), DataLakeDirectoryClient.getProperties(), DataLakeFileClient.read().

## 12.16.0 (2023-11-09)

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/storage-file-datalake",
"version": "12.22.0-beta.2",
"version": "12.22.0",
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
"sdk-type": "client",
"main": "./dist/index.js",
Expand Down Expand Up @@ -119,7 +119,7 @@
"@azure/core-xml": "^1.3.2",
"@azure/core-util": "^1.1.1",
"@azure/logger": "^1.0.0",
"@azure/storage-blob": "^12.23.0-beta.2",
"@azure/storage-blob": "^12.23.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
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.22.0-beta.2";
export const SDK_VERSION: string = "12.22.0";
export const SERVICE_VERSION: string = "2024-05-04";

export const KB: number = 1024;
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ core-http-compat-mode: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0"
package-version: 12.22.0-beta.2
package-version: 12.22.0
```
## Customizations for Track 2 Generator
Expand Down
18 changes: 12 additions & 6 deletions sdk/storage/storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Release History

## 12.23.0-beta.2 (Unreleased)
## 12.23.0 (2024-06-04)

### Other Changes
### Features Added

- Includes all features released in 12.23.0-beta.1.
- Allow HTTP connections

## 12.23.0-beta.1 (2023-11-01)

### Other Changes

- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.

## 12.17.1-beta.1 (2024-04-18)
## 12.18.1 (2024-05-11)

### Features Added

- Includes all features released in 12.18.1-beta.1.

## 12.18.1-beta.1 (2024-04-18)

### Features Added

Expand All @@ -33,15 +41,13 @@
- Added support for service version 2023-11-03.
- Added support for indicating audience in StoragePipelineOptions.

## 12.16.1 (Unreleased)
## 12.16.0 (2023-09-14)

### Features Added

- Added support for service version 2023-11-03.
- Added support for indicating audience in StoragePipelineOptions.

## 12.16.0 (2023-09-14)

## 12.15.0 (2023-07-12)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions 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.23.0-beta.2",
"version": "12.23.0",
"description": "Microsoft Azure Storage SDK for JavaScript - File",
"main": "./dist/index.js",
"module": "./dist-esm/storage-file-share/src/index.js",
Expand Down Expand Up @@ -128,7 +128,7 @@
"tslib": "^2.2.0"
},
"devDependencies": {
"@azure/storage-blob": "^12.23.0-beta.2",
"@azure/storage-blob": "^12.23.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.0.1",
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-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.23.0-beta.2";
export const SDK_VERSION: string = "12.23.0";
export const SERVICE_VERSION: string = "2024-05-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.23.0-beta.2
package-version: 12.23.0
```
## Customizations for Track 2 Generator
Expand Down
15 changes: 8 additions & 7 deletions sdk/storage/storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 12.22.0-beta.2 (Unreleased)
## 12.22.0 (2024-06-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Includes all features released in 12.22.0-beta.1.
- Allow HTTP connections

## 12.22.0-beta.1 (2023-11-01)
Expand All @@ -18,6 +13,12 @@

- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.

## 12.17.0 (2024-05-11)

### Features Added

- Added support for service version 2024-05-04.

## 12.16.0 (2023-11-09)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-queue",
"sdk-type": "client",
"version": "12.22.0-beta.2",
"version": "12.22.0",
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
"main": "./dist/index.js",
"module": "./dist-esm/storage-queue/src/index.js",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.0.1",
"@azure/storage-blob": "^12.23.0-beta.1",
"@azure/storage-blob": "^12.23.0",
"@azure-tools/test-utils": "^1.0.0",
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-recorder": "^3.0.0",
Expand Down

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/generated/src/storageClient.ts

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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.22.0-beta.2";
export const SERVICE_VERSION: string = "2023-11-03";
export const SDK_VERSION: string = "12.22.0";
export const SERVICE_VERSION: string = "2024-05-04";

/**
* The OAuth scope to use with Azure Storage.
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/storage-queue/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.3"
package-version: 12.22.0-beta.2
package-version: 12.22.0
```
## Customizations for Track 2 Generator
Expand Down Expand Up @@ -227,13 +227,13 @@ directive:
$["x-ms-client-name"] = "queueAnalyticsLogging"
```
### Update service version from "2018-03-28" to "2023-11-03"
### Update service version from "2018-03-28" to "2024-05-04"
```yaml
directive:
- from: swagger-document
where: $.parameters.ApiVersionParameter
transform: $.enum = [ "2023-11-03" ];
transform: $.enum = [ "2024-05-04" ];
```
### Rename AccessPolicy start -> startsOn
Expand Down

0 comments on commit a2b95cb

Please sign in to comment.