microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Whitelist failures which are user action based #203

Closed bishal-pdMSFT closed 3 years ago

bishal-pdMSFT commented 3 years ago
  1. Whitelist error which happens when user does not have any subscription
  2. Whitelist error when PAT is invalid. Added logic to detect PATs which cause 401/403 errors and whitelist such cases
  3. Fixed a typo which was masking real failure