diff --git a/management/azure_mgmt_container_instance/lib/2018-06-01/generated/azure_mgmt_container_instance/container_groups.rb b/management/azure_mgmt_container_instance/lib/2018-06-01/generated/azure_mgmt_container_instance/container_groups.rb index 99960eb4fb..b6f591004d 100644 --- a/management/azure_mgmt_container_instance/lib/2018-06-01/generated/azure_mgmt_container_instance/container_groups.rb +++ b/management/azure_mgmt_container_instance/lib/2018-06-01/generated/azure_mgmt_container_instance/container_groups.rb @@ -597,7 +597,7 @@ def delete_async(resource_group_name, container_group_name, custom_headers = nil # # Restarts all containers in a container group. # - # Restarts all containers in a contaienr group in place. If container image has + # Restarts all containers in a container group in place. If container image has # updates, new image will be downloaded. # # @param resource_group_name [String] The name of the resource group. @@ -638,7 +638,7 @@ def restart_async(resource_group_name, container_group_name, custom_headers = ni # # Stops all containers in a container group. # - # Stops all containers in a contaienr group. Compute resources will be + # Stops all containers in a container group. Compute resources will be # deallocated and billing will stop. # # @param resource_group_name [String] The name of the resource group. @@ -655,7 +655,7 @@ def stop(resource_group_name, container_group_name, custom_headers = nil) # # Stops all containers in a container group. # - # Stops all containers in a contaienr group. Compute resources will be + # Stops all containers in a container group. Compute resources will be # deallocated and billing will stop. # # @param resource_group_name [String] The name of the resource group. @@ -672,7 +672,7 @@ def stop_with_http_info(resource_group_name, container_group_name, custom_header # # Stops all containers in a container group. # - # Stops all containers in a contaienr group. Compute resources will be + # Stops all containers in a container group. Compute resources will be # deallocated and billing will stop. # # @param resource_group_name [String] The name of the resource group. @@ -850,7 +850,7 @@ def begin_create_or_update_async(resource_group_name, container_group_name, cont # # Restarts all containers in a container group. # - # Restarts all containers in a contaienr group in place. If container image has + # Restarts all containers in a container group in place. If container image has # updates, new image will be downloaded. # # @param resource_group_name [String] The name of the resource group. @@ -867,7 +867,7 @@ def begin_restart(resource_group_name, container_group_name, custom_headers = ni # # Restarts all containers in a container group. # - # Restarts all containers in a contaienr group in place. If container image has + # Restarts all containers in a container group in place. If container image has # updates, new image will be downloaded. # # @param resource_group_name [String] The name of the resource group. @@ -884,7 +884,7 @@ def begin_restart_with_http_info(resource_group_name, container_group_name, cust # # Restarts all containers in a container group. # - # Restarts all containers in a contaienr group in place. If container image has + # Restarts all containers in a container group in place. If container image has # updates, new image will be downloaded. # # @param resource_group_name [String] The name of the resource group.