Haoling Dong
Haoling Dong
It's already in main, I will close this pr.
Hi @yifan-zhou922, as discussed previously, you will need to fix the CI. Current there is still CI failures. https://dev.azure.com/azure-sdk/public/_build/results?buildId=3532055&view=logs&j=3dc8fd7e-4368-5a92-293e-d53cefc8c4b3&t=ec247c96-ff2a-56b3-43b7-8e8a4c52422f&l=33 -> This is due to the wrong javadoc `@search`, I don't...
https://dev.azure.com/azure-sdk/public/_build/results?buildId=3552170&view=logs&j=36df4387-3551-57fa-098c-b43a23930261&t=3851d55a-4253-57f5-016e-927e8de9d21b&l=13 CI error is due to the dependency version. After you merge with latest main branch, the error should be solved.
``` [ERROR] Failed to execute goal com.azure.tools:codesnippet-maven-plugin:1.0.0-beta.8:verify-codesnippet (default-cli) on project azure-analytics-purview-datamap: codesnippet-maven-plugin has encountered errors while verifying codesnippets. [ERROR] [ERROR] The following codesnippets need updates: [ERROR] SnippetId: com.azure.analytics.purview.datamap.readme, Location: /mnt/vss/_work/1/s/sdk/purview/azure-analytics-purview-datamap/README.md...
https://github.com/Azure/azure-sdk-for-java/blob/ec12185d74f30e2db9c0501510bf86986e8bd0bb/sdk/purview/azure-analytics-purview-datamap/README.md  readme still not look good, could you please resolve below comments: 1. example is empty. Please add the example. 2. add contents for trouble shooting section.
/check-enforcer override
> **API change check** > > APIView has identified API level changes in this PR and created following API reviews. > > [com.azure:azure-analytics-purview-datamap](https://apiview.dev/Assemblies/Review/4363adc1164f481494dc5ae68585282d?revisionId=8bd48d7c95354285a97bc4aee5818722) This api view diff does not include...
/azp run java - recoveryservicesbackup - mgmt - tests
Unlike .Net, Java client's current behavior is to use `long`(`int64`) if constant number value is defined like `50`. But we will soon upgrade to use TCGC models, which interprete it...
Heard from @srnagar that it will be handled from typespec level and typespec team will document the solution down. @markcowl could you please document down the agreement between TypeSpec team...