bot升级,现在不需要注册namespace就可以使用bot了,bot会自动注册namespace,故现在的获取api的命令如下:
# For cmd and sh
# For powershell
$sub_id=$(az account list --query
az ad sp create-for-rbac --role owner --scopes /subscriptions/$sub_id
# For cmd and sh
subscriptionid=$(az account list --query "[*].id" -o tsv) && az ad sp create-for-rbac --role owner --scopes /subscriptions/$subscriptionid
# For powershell
$sub_id=$(az account list --query
"[*].id"
-o tsv)az ad sp create-for-rbac --role owner --scopes /subscriptions/$sub_id
收到上游通知,scloud带宽降为50M了(之前是100M)🥲,有已经续费23年1月的服务,需要退款的用户请联系我,1号12点之后退款会扣除部分手续费