You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("identity schema not found for resource type %s", r.TypeName))
1324
+
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("Identity schema not found for resource type %s; this is a bug in the provider - please report it there", r.TypeName))
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("identity schema not found for resource type %s", r.TypeName))
1320
+
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("Identity schema not found for resource type %s; this is a bug in the provider - please report it there", r.TypeName))
t.Fatalf("config should never be null, got null for %s", request.TypeName)
973
+
}
974
+
975
+
resp:= providers.ListResourceResponse{}
976
+
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("Identity schema not found for resource type %s; this is a bug in the provider - please report it there", request.TypeName))
0 commit comments