Philip Gichuhi

Results 216 comments of Philip Gichuhi

@Rajeshwaric7 Are you able to check the version of Az powershell in use? ` Get-InstalledModule -Name "Az"` and [update](https://learn.microsoft.com/en-us/powershell/azure/install-azps-windows?view=azps-11.6.0&tabs=powershell&pivots=windows-psgallery#update-the-az-powershell-module) to 12.0.0 if it's not the current version?

Thanks for sharing @Rajeshwaric7. I notice from an earlier message that you have `Az.Accounts` `3.0.0` which is the latest available. Looking further into this.

@Rajeshwaric7 still unable to reproduce this. Would you mind sharing more about your environment? Are you running this on local/Azure pipelines? Are you able to reset your environment/start the installations...

(Triage notes) Hacky baseUrl override happening because we create & expose a new request adapter [instance](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/src/main/java/com/microsoft/graph/serviceclient/GraphServiceClient.java#L26) rather than expose the [base request adapter](https://github.com/microsoft/kiota-java/blob/main/components/abstractions/src/main/java/com/microsoft/kiota/BaseRequestBuilder.java#L14) via `getRequestAdapter()`. Is this by design that...

More debugging insights https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/1537

@dejan-kosak @yaojiqunaer the deadlock issue was resolved [here](https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/1688). To get the latest updates, before we resume regular releases, please take a dependency on the latest version of [microsoft-graph-core](https://central.sonatype.com/artifact/com.microsoft.graph/microsoft-graph-core).

@petrhollayms yes we still need to investigate & fix this/follow up on whether we need CodeQL CodeQL checks still fail for [Beta ](https://github.com/microsoftgraph/msgraph-beta-sdk-java/actions/runs/9395001400/job/25873641953?pr=970)but work for [v1](https://github.com/microsoftgraph/msgraph-sdk-java/actions/runs/9398244401/job/25883187129?pr=2033) e.g.

Hi @Jumbo125 Thanks for reaching out. For your app to receive the delegated permissions, a user needs to sign in first. You would need to redirect your user to log-in...

Hi @ian-paqt. For v2.0 the SDK handles the OAuth request, stores the access token and refreshes the token for you. You'll only need to initialise the Auth provider with the...