diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json index 8afa1628cfca..5f3b86bffe07 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json @@ -318,10 +318,10 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/logs": { "get": { - "operationId": "ContainerLogs_List", + "operationId": "Container_ListLogs", "x-ms-examples": { - "ContainerLogsList": { - "$ref": "./examples/ContainerLogsList.json" + "ContainerListLogs": { + "$ref": "./examples/ContainerListLogs.json" } }, "summary": "Get the logs for a specified container instance.", @@ -365,14 +365,14 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/exec": { "post": { - "operationId": "StartContainer_LaunchExec", + "operationId": "Container_ExecuteCommand", "x-ms-examples": { - "ContainerExecStart": { - "$ref": "./examples/ContainerExecStart.json" + "ContainerExec": { + "$ref": "./examples/ContainerExec.json" } }, - "summary": "Starts the exec command for a specific container instance.", - "description": "Starts the exec command for a specified container instance in a specified resource group and container group.", + "summary": "Executes a command in a specific container instance.", + "description": "Executes a command for a specific container instance in a specified resource group and container group.", "parameters": [ { "$ref": "#/parameters/SubscriptionIdParameter" @@ -1231,7 +1231,7 @@ } }, "ContainerExecRequest": { - "description": "The start container exec request.", + "description": "The container exec request.", "type": "object", "properties": { "command": { diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerExecStart.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerExec.json similarity index 100% rename from specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerExecStart.json rename to specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerExec.json diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerLogsList.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerListLogs.json similarity index 100% rename from specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerLogsList.json rename to specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/examples/ContainerListLogs.json