Rujun Chen

Results 98 comments of Rujun Chen

Hi, @mrm9084 what's the status of this PR? > don't merge until Beta version is released. Is beta beta version released?

Closing this issue because there is no response for a long time.

Hi, @sombhattacharyya1983 Thanks for reaching out. Could you please create an issue in [the new repo](https://github.com/Azure/azure-sdk-for-java/issues)? And please share your pom in the new issue.

Hi, @stephanpelikan , thanks for reaching out. Added this issue into backlog. We will consider to implement it in the future.

Reopen this issue, because of https://github.com/Azure/azure-sdk-for-java/pull/30456#issuecomment-1236470413

Closing in favor of https://github.com/Azure/azure-sdk-for-java/pull/30786

Link to PR of updating reference doc: https://github.com/Azure/azure-sdk-for-java/pull/30882

Hi, @HNE74 > Would there any more information available about how to implement the RestTemplateCustomizer bean? Here is an example about how to configure a `RestTemplateCustomizer` bean: ```java @Confifuration class...

@HNE74 > class com.azure.spring.cloud.autoconfigure.aad.implementation.graph.GraphClient is used to verify the user's groups. This class doesn't use the RestTemplate but a java.net.HttpURLConnection for access the Microsoft Graph service. Good point. I missed...

> @HNE74 > > > class com.azure.spring.cloud.autoconfigure.aad.implementation.graph.GraphClient is used to verify the user's groups. This class doesn't use the RestTemplate but a java.net.HttpURLConnection for access the Microsoft Graph service. >...