chore(azure): fix typo

pull/11652/head
Carlo Sala 2023-04-27 19:42:55 +02:00
parent 65699912be
commit 5fc1118fd2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# AZ Get Subscritions # AZ Get Subscriptions
function azgs() { function azgs() {
az account show --output tsv --query 'name' 2>/dev/null az account show --output tsv --query 'name' 2>/dev/null
} }