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
GIVEN I have enabled the experimental managed services flag in the helm values WHEN I have created a service broker WHEN I DELETE /v3/service_brokers/:guid THEN I get a 202 Accepted response with a Location header pointing me to the broker deletion job WHEN I curl the broker deletion job THEN I get proper job response THEN I eventually see the deletion job succeeding
GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created a service broker
WHEN I
DELETE /v3/service_brokers/:guid
THEN I get a
202 Accepted
response with aLocation
header pointing me to the broker deletion jobWHEN I curl the broker deletion job
THEN I get proper job response
THEN I eventually see the deletion job succeeding
Dev notes:
The text was updated successfully, but these errors were encountered: