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

fix telemetry related issues #133

Closed vineetmimrot closed 4 years ago

vineetmimrot commented 4 years ago

This PR addresses following changes:

  1. Fix repo Id not going to telemetry issue.
  2. Added resource ID hash in the telemetry, to get the no. of unique resources on which pipeline is setup.
  3. Fix Post configuration step for App service in which update scm type was not working.
  4. Fix Post configuration step for AKS in which setting up resources tags were giving error due to bug in the calculating place to keep resource tags.
vineetmimrot commented 4 years ago

@bishal-pdMSFT @anuragc617 @kanika1894 Can you guys please review it.