Skip to content
Merged
Show file tree
Hide file tree
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 @@ -151,4 +151,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -955,4 +955,4 @@
"x-ms-parameter-location": "method"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"GitRepoVolume": {
"description": "Represents a volume that is populated with the contents of a git repository",
"required": [
"repository"
"repository"
],
"properties": {
"directory": {
Expand Down Expand Up @@ -865,7 +865,7 @@
"value"
]
},
"OperationListResult":{
"OperationListResult": {
"description": "The operation list response that contains all operations for Azure Container Instance service.",
"type": "object",
"properties": {
Expand Down Expand Up @@ -926,8 +926,8 @@
}
},
"required": [
"name",
"display"
"name",
"display"
]
},
"UsageListResult": {
Expand Down Expand Up @@ -967,7 +967,7 @@
"type": "object",
"description": "The name object of the resource",
"properties": {
"value":{
"value": {
"readOnly": true,
"type": "string",
"description": "The name of the resource"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"parameters": {
"subscriptionId": "subid",
"location": "westcentralus",
"api-version": "2017-12-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"unit": "Count",
"currentValue": 1,
"limit": 2000,
"name": {
"value": "ContainerGroups",
"localizedValue": "Container Groups"
}
"parameters": {
"subscriptionId": "subid",
"location": "westcentralus",
"api-version": "2017-12-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"unit": "Count",
"currentValue": 1,
"limit": 2000,
"name": {
"value": "ContainerGroups",
"localizedValue": "Container Groups"
}
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
},
{
"name": "volume3",
"secret":
{
"secret": {
"secretKey1": "SecretValue1InBase64",
"secretKey2": "SecretValue2InBase64"
}
Expand Down Expand Up @@ -234,12 +233,12 @@
},
{
"name": "volume3",
"secret":{}
"secret": {}
}
]
},
"type": "Microsoft.ContainerInstance/containerGroups"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"startTime": "2017-10-17T17:27:21Z",
"detailStatus": ""
},
"events":[]
"events": []
},
"ports": [
{
Expand Down Expand Up @@ -84,4 +84,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"$ref": "#/definitions/ContainerGroup"
}
}
},
},
"x-ms-long-running-operation": true
},
"patch": {
Expand Down Expand Up @@ -394,12 +394,12 @@
"type": "string"
},
{
"name":"containerExecRequest",
"in":"body",
"description":"The request for the exec command.",
"required":true,
"schema":{
"$ref":"#/definitions/ContainerExecRequest"
"name": "containerExecRequest",
"in": "body",
"description": "The request for the exec command.",
"required": true,
"schema": {
"$ref": "#/definitions/ContainerExecRequest"
}
}
],
Expand Down Expand Up @@ -664,7 +664,7 @@
"GitRepoVolume": {
"description": "Represents a volume that is populated with the contents of a git repository",
"required": [
"repository"
"repository"
],
"properties": {
"directory": {
Expand Down Expand Up @@ -966,7 +966,7 @@
"value"
]
},
"OperationListResult":{
"OperationListResult": {
"description": "The operation list response that contains all operations for Azure Container Instance service.",
"type": "object",
"properties": {
Expand Down Expand Up @@ -1027,8 +1027,8 @@
}
},
"required": [
"name",
"display"
"name",
"display"
]
},
"UsageListResult": {
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"type": "object",
"description": "The name object of the resource",
"properties": {
"value":{
"value": {
"readOnly": true,
"type": "string",
"description": "The name of the resource"
Expand Down Expand Up @@ -1121,7 +1121,7 @@
"type": "object",
"description": "The size of the terminal.",
"properties": {
"rows":{
"rows": {
"type": "integer",
"description": "The row size of the terminal"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2018-02-01-preview",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1",
"containerExecRequest": {
"command": "/bin/bash",
"terminalSize": {
"row": 12,
"column": 12
}
"parameters": {
"subscriptionId": "subid",
"api-version": "2018-02-01-preview",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1",
"containerExecRequest": {
"command": "/bin/bash",
"terminalSize": {
"row": 12,
"column": 12
}
},
"responses": {
"200": {
"body": {
"webSocketUri": "wss://web-socket-uri",
"password": "password"
}
}
},
"responses": {
"200": {
"body": {
"webSocketUri": "wss://web-socket-uri",
"password": "password"
}
}
}
}
}
Loading