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
[release/9.4] External Services with URL Parameter fails to generate manifests (#10806)
* External Services with URL Parameter fails to generate manifests
Need to check for publish mode before calling GetValueAsync on the URL parameter
Fix#10789
* Add test
* Fix test to not use Verify
---------
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
thrownewDistributedApplicationException($"The URL parameter '{externalService.Resource.UrlParameter.Name}' for the external service '{externalService.Resource.Name}' is invalid: {message}");
thrownewDistributedApplicationException($"The URL parameter '{externalService.Resource.UrlParameter.Name}' for the external service '{externalService.Resource.Name}' is invalid: {message}");
0 commit comments