This commit is contained in:
Atul Bagga 2020-01-22 15:17:32 +05:30
Родитель 34fdaffd3c
Коммит bc561fe6fc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -173,7 +173,7 @@ def get_functionapp_details(name=None):
elif name.lower() == app['name'].lower():
return app
if name is not None:
raise CLIError('Cluster with name {} could not be found. Please check using command az functionapp list.'
raise CLIError('Functionapp with name {} could not be found. Please check using command az functionapp list.'
.format(name))
app_choice_list.append('Create a new Functionapp.')