Submitting spark jobs from VSCode to Azure Synapse stop working - visual-studio-code

Extension 'Spark & Hive Tools' to submit job from Visual Studio Code stop working for me and my colleagues from yesterday.
https://marketplace.visualstudio.com/items?itemName=mshdinsight.azure-hdinsight&ssr=false#overview
it is very strange that it started to show on market only few installs.
From Visual Studio Code we used context meny to Synapse: PySpark batch and now dissaperead.
Any ideas? What was changed from MS side?

Related

Import Talend Jobs in management console (Talend Cloud) to Talend Studio?

I am trying to connect my local Talend studio with Talend cloud though I was successful in connecting studio to cloud, but I am unable to access the jobs that are there in the environments in Talend management console using my Talend studio. Is there any configuration in Talend studio or in TMC which can make those Artifacts in Talend cloud environment visible to me?
TMC Environments
Artifacts

VSO Code for Azure Data-bricks Note Books

Can anyone help me regarding Building an VSO Code in Visual Studio for Azure Data Bricks notebooks for building code in visual Studio.
Thanks in Advance!
You may use Visual Studio Code extension that allows you to work with Azure Databricks and Databricks on AWS locally in an efficient way, having everything you need integrated into VS Code.
It can be downloaded from the official Visual Studio Code extension gallery: Databricks VSCode

Talend build job programmatically

I am new to Talend ecosystem, I started with Talend Open Studio. I have managed to create, build, and run a build from the IDE, does anybody know if it is possible to build the job from the command line?
Regards
Talend Open Studio does not allow you to build jobs from the command line, that's a feature of the subscription edition of Talend which has a commandline module.

Azure Pipelines - Visual Studio Test does not publish results from TestContext.WriteLine

We are using Azure DevOps to run a build that runs tests using Visual Studio Test.
Everything is working fine, Console.WriteLine lines are being written to Standard Console Output.log, however TestContext.WriteLine are not appearing in the Detailed report.
The same lines are indeed appearing in the Output link on Test Explorer in Visual Studio.
Environment Information
Build Solution: Visual Studio 2017`
VSTest: Latest
Test Framework: MSTest.TestFramework 1.3.2
Test Adapter: MSTest.TestAdapter 1.3.2
Just to reiterate, TestContext is being instantiated correctly, and we are able to check the Output on local machine (Visual Studio 2015 Update 3), however the Ouput will not be published to Azure Pipelines build
Thank you,
Regards

Visual Studio, how to finish up solution and deploy?

I'm an CS intern working at a company that primarily develops using .NET and Microsoft. I've been using Visual Studio sparsely, and now I'm kind of stuck.
I tried building a NugetGallery using IIS EXpress, and the nuget feed works.
http://localhost:88/PSGallery/ gives me my nuget feed alright.
But how I do I finish up in Visual Studio? I can run this with VS, but the instant I close VS, my website goes down. I've tried building it and I think it only outputs
NugetPowerShellGallery\NugetHost\bin\NugetHost.dll
What am I supposed to do with this? How do I make it just run indefinitely?
On a sidenote, how can I display this website on the local network as http://JohnS/PSGallery/