-
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] - GA core-rest-pipeline 1.1.0 #15923
Conversation
@@ -86,7 +86,7 @@ | |||
"dependencies": { | |||
"@azure/core-auth": "^1.3.0", | |||
"@azure-rest/core-client": "1.0.0-beta.4", | |||
"@azure/core-rest-pipeline": "^1.0.3", | |||
"@azure/core-rest-pipeline": "^1.1.0", |
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.
This is a REST level client and so this file is auto generated. Therefore, we should update the code gen as well. Can we get an issue logged at https://github.com/Azure/autorest.typescript/issues
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.
Or you could pile on to Azure/autorest.typescript#1048
cc @sarangan12
@southpolesteve @zfoster looks like the cosmos emulator has failed to start on multiple runs. Is that a known issue? |
yeah, @jeremymeng asked me to take a look and I said I can end of this week |
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.
LGTM! 👍
Update readme and readme python (Azure#15923) * Update readme and readme python * Update readme.python.md Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
What
@azure/core-rest-pipeline
to 1.1.0 from beta@azure/core-tracing
Why
Now that we used the CAE capabilities added in core-rest-pipeline in both container registry and key vault it's time to GA this version! It also unblocks our efforts to get everyone upgraded to the latest core-tracing (and OTel by extension) versions.