From 743c0cc319ab7371f25c61eb8b4f3f54a3842eb0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 3 Dec 2018 15:01:50 -0800 Subject: [PATCH] Generated from 3957f60134a0168e401a3756e0650aca04399726 (#3472) typo: Microsoft.ConainterInstance - contaienr -> container --- .../mgmt/2018-06-01/containerinstance/containergroups.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/containerinstance/mgmt/2018-06-01/containerinstance/containergroups.go b/services/containerinstance/mgmt/2018-06-01/containerinstance/containergroups.go index 6e2f3d6584f1..7a2cb442f27b 100644 --- a/services/containerinstance/mgmt/2018-06-01/containerinstance/containergroups.go +++ b/services/containerinstance/mgmt/2018-06-01/containerinstance/containergroups.go @@ -523,7 +523,7 @@ func (client ContainerGroupsClient) ListByResourceGroupComplete(ctx context.Cont return } -// Restart restarts all containers in a contaienr group in place. If container image has updates, new image will be +// Restart restarts all containers in a container group in place. If container image has updates, new image will be // downloaded. // Parameters: // resourceGroupName - the name of the resource group. @@ -600,7 +600,7 @@ func (client ContainerGroupsClient) RestartResponder(resp *http.Response) (resul return } -// Stop stops all containers in a contaienr group. Compute resources will be deallocated and billing will stop. +// Stop stops all containers in a container group. Compute resources will be deallocated and billing will stop. // Parameters: // resourceGroupName - the name of the resource group. // containerGroupName - the name of the container group.