From 21c40e00ae9b5b40833d8ff80984d2ba446cae16 Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Tue, 3 May 2016 16:04:19 -0700 Subject: [PATCH] fix alias of deployment operation to resource group deployment operations --- .../azure/cli/command_modules/resource/generated.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/generated.py b/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/generated.py index 799bc5454..e52026fb4 100644 --- a/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/generated.py +++ b/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/generated.py @@ -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')