This commit is contained in:
Changho Hwang
2026-03-07 02:53:54 +00:00
parent c40a233f55
commit 375bc13831

View File

@@ -8,19 +8,6 @@ parameters:
default: mscclpp
steps:
- task: Bash@3
name: EnsureAzureCLI
displayName: Ensure Azure CLI Installed
inputs:
targetType: inline
script: |
set -e
if command -v az >/dev/null 2>&1; then
az version >/dev/null
exit 0
fi
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- task: AzureCLI@2
name: StopVMSS
displayName: Deallocate VMSS