We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329c9ab commit c36db94Copy full SHA for c36db94
1 file changed
internal/controllers/applicationcredential/actuator.go
@@ -56,7 +56,7 @@ func (applicationcredentialActuator) GetResourceID(osResource *osResourceT) stri
56
}
57
58
func (actuator applicationcredentialActuator) GetOSResourceByID(ctx context.Context, id string) (*osResourceT, progress.ReconcileStatus) {
59
- resource, err := actuator.osClient.GetApplicationCredential(ctx, id)
+ resource, err := actuator.osClient.GetApplicationCredential(ctx, "", id)
60
if err != nil {
61
return nil, progress.WrapError(err)
62
0 commit comments