Philip Gichuhi

Results 216 comments of Philip Gichuhi

@bryandam @DMoenks kindly update to the latest release 2.19.0 which addressed this issue.

@baywet The SonarQube plugin for Gradle [requires Java 17](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanner-environment/general-requirements/) to run causing compilation to fail with Java 8. Should we consider switching to the [GitHub action](https://github.com/marketplace/actions/official-sonarqube-scan) or find a way...

> @Ndiritu that's an avenue we can explore. Another one would be to conditionally include the plugin based on the java version. Also the android api level is failing for...

Build workflow now [fails ](https://github.com/microsoft/kiota-java/actions/runs/9581820670/job/26419457608?pr=1259#step:6:256)for Java-8 incompatibilities

@jolscr kindly share the debug information provided by adding the `-Debug` parameter

@DanKOleary @sncorreia @passCulture-JL `Connect-MgGraph` uses Azure Identity's [InteractiveBrowserCredential](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.interactivebrowsercredential?view=azure-dotnet) which loads the system's default browser. The SDK doesn't handle the browser. We might have to push this issue upstream to Azure...

> @Ndiritu Can we influence the authentication flow from within the cmdlet? The auth flow is influenced by the parameters provided e.g. client-secret etc => app-only. We default to delegated...

@Rajeshwaric7 I'm unable to reproduce this behaviour. Do you mind sharing the output of `Get-InstalledModule Microsoft.Graph.Users`. Please also share what PowerShell version you're using.

@Rajeshwaric7 After [updating](https://learn.microsoft.com/en-gb/powershell/azure/install-azps-windows?view=azps-12.0.0&tabs=powershell&pivots=windows-psgallery#update-the-az-powershell-module) the Az PowerShell module to v12.0.0, the issue is resolved on my end. Would you kindly validate this on your side? ``` C:\Users\> Get-InstalledModule -Name "Az" Version...