-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Core updates for Storage migration #24356
Conversation
@@ -112,11 +112,3 @@ export async function parseXML(str: string, opts: XmlOptions = {}): Promise<any> | |||
|
|||
return parsedXml; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a CHANGELOG entry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just pushed some CHANGELOG updates :)
API change check APIView has identified API level changes in this PR and created following API reviews. |
Merging this since @witemple-msft also took a look when it was part of the other PR. |
Somehow this PR broke app-config CI: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2089188&view=logs&j=b90ae18a-ab13-53d3-1df4-bcba2aec1a70&t=ac4fb594-9cc2-50fc-bf40-ff99f9e7d5ba&l=297 All the changes look innocent to me. |
oh appconfig uses core-http-compat too, maybe some changes there isn't working well with nock? |
The xml parsing test started failing after core-xml changes in PR Azure#24356. This PR applies test fix similar to what's been done to core-xml tests in PR Azure#24356.
Packages impacted by this PR
core-client
core-http-compat
core-rest-pipeline
core-xml
Issues associated with this PR
#24141
Describe the problem that is addressed by this PR
Supporting changes needed in order to migrate Storage SDKs.
One critical performance fix in core-rest-pipeline with HEAD requests, otherwise mostly enhancements to core-http-compat including
clone
support.