fix alias of deployment operation to resource group deployment operations

This commit is contained in:
Travis Prescott 2016-05-03 16:04:19 -07:00
Родитель d3374ea065
Коммит 21c40e00ae
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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')