зеркало из https://github.com/microsoft/azure-cli.git
fix alias of deployment operation to resource group deployment operations
This commit is contained in:
Родитель
d3374ea065
Коммит
21c40e00ae
|
@ -71,7 +71,7 @@ build_operation(
|
|||
}))
|
||||
|
||||
build_operation(
|
||||
'deployment', 'deployments', _resource_client_factory,
|
||||
'resource group deployment', 'deployments', _resource_client_factory,
|
||||
[
|
||||
AutoCommandDefinition(DeploymentsOperations.list, '[Deployment]'),
|
||||
AutoCommandDefinition(DeploymentsOperations.get, 'Deployment', 'show'),
|
||||
|
@ -87,7 +87,7 @@ build_operation(
|
|||
}))
|
||||
|
||||
build_operation(
|
||||
'deployment operation', 'deployment_operations', _resource_client_factory,
|
||||
'resource group deployment operation', 'deployment_operations', _resource_client_factory,
|
||||
[
|
||||
AutoCommandDefinition(DeploymentOperationsOperations.list, '[DeploymentOperations]'),
|
||||
AutoCommandDefinition(DeploymentOperationsOperations.get, 'DeploymentOperations', 'show')
|
||||
|
|
Загрузка…
Ссылка в новой задаче