From f9997623f180e1f79e5fa324336f651401432d3f Mon Sep 17 00:00:00 2001 From: "Macnichol, Christopher" Date: Mon, 7 Mar 2022 14:57:11 -0500 Subject: [PATCH] Create microsoftazuredatastudio.sh --- fragments/labels/microsoftazuredatastudio.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fragments/labels/microsoftazuredatastudio.sh diff --git a/fragments/labels/microsoftazuredatastudio.sh b/fragments/labels/microsoftazuredatastudio.sh new file mode 100644 index 0000000..690e6a9 --- /dev/null +++ b/fragments/labels/microsoftazuredatastudio.sh @@ -0,0 +1,10 @@ +microsoftazuredatastudio|\ +azuredatastudio) + name="Azure Data Studio" + type="zip" + downloadURL=$( curl -sL https://github.com/microsoft/azuredatastudio/releases/latest | grep 'macOS ZIP' | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" ) + appNewVersion=$(versionFromGit microsoft azuredatastudio ) + expectedTeamID="UBF8T346G9" + appName="Azure Data Studio.app" + blockingProcesses=( "Azure Data Studio" ) + ;;