Weidong Xu

Results 125 comments of Weidong Xu

@neiser Romain is checking with cost management service to sign off on swagger https://github.com/Azure/azure-rest-api-specs/pull/19609 After it signed-off, Java will regenerate the whole SDK with 2022-08-01-preview api-version. --- For the pageable,...

@JimSuplizio Let me know whether the change to ci.yml is good to you.

### ✅ Deploy Preview for *privacyguides* ready! | Name | Link | |:-:|------------------------| |🔨 Latest commit | ac8c5a30d16ecd03c5d8e87943178e82cfcefcb3 | |🔍 Latest deploy log | https://app.netlify.com/sites/privacyguides/deploys/640963edd21e2b0008051d0b | |😎 Deploy Preview |...

@rnaval Old lib was deprecated on [March 2022](https://github.com/Azure/azure-libraries-for-java#this-repository-has-been-deprecated). Support will continue to 2023, however bug fix could be slow. And there is no regular releases.

2.17.0 works fine. ```java var appObj = azure.appServicePlans().getByResourceGroup("rg-weidxu", "ASP-rgweidxu-bf61"); System.out.println("os: " + appObj.operatingSystem()); System.out.println("no. of webapps: " + appObj.numberOfWebApps()); ``` output ``` os: linux no. of webapps: 1 ```

@ihsanhaikalz Please see https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/resourcemanager#dependency-management Your project likely having conflict version of `azure-core`. Please make it the latest version.

@Totox64 backend decided not to change (issue here https://github.com/Azure/azure-rest-api-specs/issues/23405) java provided a workaround here https://github.com/Azure/azure-sdk-for-java/issues/34455

Have we had a meeting? https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/271/Azure-REST-API-Stewardship

Add @heaths as he reviewed the private PR https://github.com/Azure/azure-rest-api-specs-pr/pull/8254

If your target branch is main branch, I would assume the code should be based on main, not RPSaaSMaster