Xiaofei Cao
Xiaofei Cao
@luisCavalcantiDev Seems that default list returns only these properties(id, name, etc). You can add `select` parameter to enable retrieval of the properties you need: ```java final String consistencyLevel = null;...
@weidongxu-microsoft The fields are exposed in `MicrosoftGraphUserInner`. In portal, `list` and `get` use different sets of `select` paramters. The properties that this issue requests (createdDateTime, accountEnabled, etc) is not included...
@weidongxu-microsoft Oh, sorry. They are not exposed in our handwritten model `ActiveDirectoryUser`.
@weidongxu-microsoft OK, I'll start investigate.
I enabled the test on linux in my personal repo and it passed ci. change: https://github.com/Azure/azure-sdk-for-java/commit/51ab1463af5f11b83bac3274da5c589b20d3fff7 run: https://dev.azure.com/azure-sdk/playground/_build/results?buildId=1780395&view=logs&j=6438ed74-af23-540e-94f3-38d1eefc9e9b&t=2d3af076-e540-5b98-fba0-cc7b8b21203d&l=908 Maybe I create a PR to re-enable it on linux and see...
PR: https://github.com/Azure/azure-sdk-for-java/pull/30460 ci passed, seems no issue now
> Hi Xiaofei, to clarify - your issue is that this returns the 'secretsmanagementsettings' and not the JSON value of those setttings? Exactly.
> @XiaofeiCao Does this happen on other extensions outside of KeyVault? This seems like an encrypted version of the settings so keys are not in plaintext, which makes sense to...
update behavior: 1. Public ip address's delete options seems only work with Network Interface, not VM(inconsistent with the specs description of the property)https://github.com/Azure/azure-rest-api-specs/blob/1671d2db822c68a800edddd1e20fe65db1624216/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/publicIpAddress.json#L547-L558 2. When we didn't set deleteOption when...
PR merged: https://github.com/Azure/azure-sdk-for-java/pull/39110 2.37.0 will be around mid March.