Closed simonness closed 4 years ago
Hi @stephaneey much appreciated if you could review and merge this one for us.
When trying to use the task stephane-eyskens.apim.apimglobalpolicy.apimglobalpolicy@1 we get the error:
stephane-eyskens.apim.apimglobalpolicy.apimglobalpolicy@1
##[error]Invalid URI: The hostname could not be parsed.
even though the variables ConnectedServiceNameARM, ResourceGroupName and ApiPortalName have been correctly set.
ConnectedServiceNameARM
ResourceGroupName
ApiPortalName
My guess is the missing baseUrl assignment is the issue, but I'm not sure the best way to test this change.
Just noticed #65. This fixes that issue.
Hi @stephaneey much appreciated if you could review and merge this one for us.
When trying to use the task
stephane-eyskens.apim.apimglobalpolicy.apimglobalpolicy@1
we get the error:##[error]Invalid URI: The hostname could not be parsed.
even though the variables
ConnectedServiceNameARM
,ResourceGroupName
andApiPortalName
have been correctly set.My guess is the missing baseUrl assignment is the issue, but I'm not sure the best way to test this change.