has anyone encountered this exception before - and knows what's going on?
Diagnostics:
pulumi😛ulumi:Stack (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.cs:line 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.cs:line 25
at object RuntimeType.CreateInstanceOfT()
--- End of inner exception stack trace ---