Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

[AutoPR containerinstance/resource-manager] typo: Microsoft.ConainterInstance #1994

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down