has anyone encountered this exception before - and...
# azure
d
has anyone encountered this exception before - and knows what's going on? Diagnostics: pulumipulumiStack (soxes-infra-ef-dev-cluster): error: Running program 'G:\src\src_x25_exploration\projects\cluster\bin\Debug\net6.0\cluster.dll' failed with an unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. at object RuntimeType.CreateInstanceOfT() at T Activator.CreateInstance<T>() at Task<int> Pulumi.Deployment+Runner.Pulumi.IRunner.RunAsync<TStack>(IServiceProvider serviceProvider)+() => { } at Task<int> Pulumi.Deployment+Runner.RunAsync<TStack>(Func<TStack> stackFactory) ---> Grpc.Core.RpcException: Status(StatusCode="Unknown", Detail="invocation of azure-native:authori zation:getClientConfig returned an error: getting authenticated object ID: Error parsing json result from the Azure CLI: Error retrieving running Azure CLI: WARNING: The underlying Active D irectory Graph API will be replaced by Microsoft Graph API in Azure CLI 2.37.0. Please carefully review all breaking changes introduced during this migration: https://docs.microsoft.com/cli /azure/microsoft-graph-migration") at async Task<InvokeResponse> Pulumi.GrpcMonitor.InvokeAsync(ResourceInvokeRequest request) at async Task<SerializationResult> Pulumi.Deployment.InvokeRawAsync(string token, SerializationResult argsSerializationResult, InvokeOptions options) x 2 at async Task<T> Pulumi.Deployment.InvokeAsync<T>(string token, InvokeArgs args, InvokeOptions options, bool convertResult) at async Task<Output<string>> Soxes.Azure.Components.AttachAcrToAks.GetAcrPullRoleDefinitionId() in G/src/src x25 exploration/ComponentLibrary/AcrAttachedToAks.csline 30 at new Soxes.Azure.Components.AttachAcrToAks(string name, Output<string> registryId, Output<string> clusterPrincipalId, CustomResourceOptions opts) in G:/src/src_x25_exploration/Comp onentLibrary/AcrAttachedToAks.cs:line 16 at new ClusterStack() in G/src/src x25 exploration/projects/cluster/ClusterStack.csline 25 at object RuntimeType.CreateInstanceOfT() --- End of inner exception stack trace ---
t
It sounds related to Azure CLI
Error parsing json result from the Azure CLI: Error retrieving running Azure CLI: WARNING: The underlying Active Directory Graph API will be replaced by Microsoft Graph API in Azure CLI 2.37.0.
Which CLI version do you have? Probably worth filing an issue in azure-native.