-
Notifications
You must be signed in to change notification settings - Fork 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
fix azure-core version #33296
fix azure-core version #33296
Conversation
/azp run java - core - ci |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run java - resourcemanager - ci |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run java - cosmos |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - core |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - resourcemanager |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - spark |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -66,6 +66,7 @@ public final Flux<T> createAsync(List<? extends Creatable<T>> creatables) { | |||
.flatMapMany(rootResource -> Flux.fromIterable(rootResource.createdTopLevelResources())); | |||
} | |||
|
|||
@SuppressWarnings("unchecked") |
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.
Agent java version has upgraded from 17.0.5
to 17.0.6
and seems -Werror
somehow got enabled by default:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2157970&view=logs&j=e70f4596-c30d-5c1e-6b94-a902b89515b5&t=e6dd3e0b-9ba5-5875-a9f3-7b940fa1068a&l=31
/azp run java - core |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - resourcemanager |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - spark |
Azure Pipelines successfully started running 1 pipeline(s). |
API change check API changes are not detected in this pull request. |
1 similar comment
API change check API changes are not detected in this pull request. |
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
fix #33297
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines