This commit is contained in:
Alex Kyllo 2022-09-21 09:46:59 -07:00
Родитель ab76525404
Коммит 7d985ea502
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -314,8 +314,7 @@ AzureTokenCLI <- R6::R6Class("AzureTokenCLI",
},
warning = function(cond)
{
not_found <- grepl("az: not found", cond, fixed = TRUE)
# TODO: handle bash, windows, powershell errors for command not found
not_found <- grepl("not found", cond, fixed = TRUE)
not_loggedin <- grepl("az login", cond, fixed = TRUE) |
grepl("az account set", cond, fixed = TRUE)
bad_resource <- grepl(