Skip to content
Prev Previous commit
Next Next commit
update setup
  • Loading branch information
g2vinay committed Sep 4, 2025
commit 238c77d6dada9b281a5cdc477ac3ce8d1409891e
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ private Mono<AccessToken> getAccessTokenFromPowerShell(TokenRequestContext reque
"Run Connect-AzAccount to login to Azure account in PowerShell.")));
}

System.err.println(output);

try (JsonReader reader = JsonProviders.createReader(output)) {
reader.nextToken();
Map<String, String> objectMap = reader.readMap(JsonReader::getString);
Expand Down
Loading