Skip to content

Commit

Permalink
[core-http] undo PR #23660 to fix storage-blob
Browse files Browse the repository at this point in the history
PR #23660 removes handled XML properties from parsed response body, which broke
existing released storage-blob packages that rely on them.
  • Loading branch information
jeremymeng committed Nov 9, 2022
1 parent 6684e1c commit 1df8a1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/core/core-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.3.1 (2022-11-09)

### Bugs Fixed

- Undo PR #23660 so that released listing blobs works again in storage-blob.

## 2.3.0 (2022-11-03)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "2.3.0",
"version": "2.3.1",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Constants = {
/**
* The core-http version
*/
coreHttpVersion: "2.3.0",
coreHttpVersion: "2.3.1",

/**
* Specifies HTTP.
Expand Down

0 comments on commit 1df8a1c

Please sign in to comment.