Currently VSTS access token is fetched when component is created. But user can choose to click "finish" at a later time. This can result in stale token.
Also, we see some invalid token errors in Azure DevOps service while configuring CD. Hence adding better validation and error logging for token in UX.
Currently VSTS access token is fetched when component is created. But user can choose to click "finish" at a later time. This can result in stale token. Also, we see some invalid token errors in Azure DevOps service while configuring CD. Hence adding better validation and error logging for token in UX.