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" ) + ;;