Skip to content

Commit

Permalink
Container Instance - Fix Mistake in June Update (#3231)
Browse files Browse the repository at this point in the history
* fixing old mistake with exec request

* Update readme.md
  • Loading branch information
samkreter authored and lmazuel committed Jun 13, 2018
1 parent 992d925 commit 1df63f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1242,11 +1242,11 @@
"type": "object",
"description": "The size of the terminal.",
"properties": {
"row":{
"rows":{
"type": "integer",
"description": "The row size of the terminal"
},
"column": {
"cols": {
"type": "integer",
"description": "The column size of the terminal"
}
Expand Down
2 changes: 1 addition & 1 deletion specification/containerinstance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ python:
payload-flattening-threshold: 2
namespace: azure.mgmt.containerinstance
package-name: azure-mgmt-containerinstance
package-version: 0.4.0
package-version: 1.0.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
Expand Down

0 comments on commit 1df63f9

Please sign in to comment.