зеркало из https://github.com/microsoft/azure-cli.git
[AMS] Change "region" to "location" in output string: az ams account sp create (#15664)
This commit is contained in:
Родитель
3c892042a9
Коммит
ccd4ecc296
|
@ -337,6 +337,7 @@ def _build_sp_result(subscription_id, location, resource_group_name, account_nam
|
|||
'SubscriptionId': subscription_id,
|
||||
'ServicePrincipalName': sp_name,
|
||||
'Region': location,
|
||||
'Location': location,
|
||||
'ResourceGroup': resource_group_name,
|
||||
'Role': role,
|
||||
'AccountName': account_name,
|
||||
|
|
Загрузка…
Ссылка в новой задаче