scripts/cleanup.ps1 (
5
lines of code) (
raw
):
./scripts/set-az-currentsubscription.ps1 if ($? -eq $true) { $azdenv = azd env get-values --output json | ConvertFrom-Json az ad app delete --id $azdenv.AZURE_CHATAPP_CLIENT_ID }