Weidong Xu

Results 178 comments of Weidong Xu

Finally I get one created in another test subscription. `listByResourceGroup` works fine on my test. ![image](https://github.com/user-attachments/assets/f321858e-919e-4156-8b97-02bd6797157d) `list` also works. ![image](https://github.com/user-attachments/assets/108a4808-f851-47b1-ac8e-65ea4993f6bc) Here is the log ``` "body":"{\"value\":[{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"systemData\":{\"createdAt\":\"2024-08-28T02:29:06.1401709Z\"},\"properties\":{\"administratorLogin\":\"sqlAdminWeidxu\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"autoIoScaling\":\"Disabled\",\"storageSku\":\"Premium_LRS\",\"logOnDisk\":\"Disabled\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysqlweidxu123.mysql.database.azure.com\",\"availabilityZone\":\"\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Disabled\"}, ... ``` (note that...

> Hi @weidongxu-microsoft. Is there any other maven artifcact I should update? As I said in the last comment, it is still not working for me with the versions you...

I've check in my side that SDK de-serialize is correct, and the runtime value is also correct. But maybe this is a backend issue that associate with some specific MySQL...

Sure, we probably keep the issue for some time for more discussion. Here the ask is only encode invalid character that never could happen to URL (it is hard for...

Note that there could be some difference (other than the invalid char) between `allowReserved` from `x-ms-skip-url-encoding`. https://github.com/Azure/cadl-ranch/pull/673#discussion_r1726178663 I think currently that discussion is still on going. If eventually we do...

@raych1 The "mgmt SDK generation" part is for generating SDK for release. No changelog nor breaking change flag would sent to you or your pipeline. Here we uses our existing...

@MSSedusch We haven't put this property in convenience API. That might be the reason you didn't find it in SDK. Are you configuring this for Virtual Machine, or Virtual Machine...

Got it. Status update: I've made a draft PR https://github.com/Azure/azure-sdk-for-java/pull/42796, but I am not able to test it -- my test subscription does not have any MS family vCore. I...