Skip to content

Commit

Permalink
Revert breaking change for MLC swagger 2022-12-01-preview (#21885)
Browse files Browse the repository at this point in the history
Co-authored-by: Bingchen Li <bingchenli@microsoft.com>
  • Loading branch information
libc16 and libc16 authored Dec 14, 2022
1 parent 1d34791 commit d970003
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3828,6 +3828,7 @@
},
"containers": {
"type": "array",
"readOnly": true,
"description": "Describes informations of containers on this ComputeInstance.",
"x-nullable": true,
"items": {
Expand All @@ -3839,6 +3840,7 @@
},
"dataDisks": {
"type": "array",
"readOnly": true,
"description": "Describes informations of dataDisks on this ComputeInstance.",
"x-nullable": true,
"items": {
Expand All @@ -3848,6 +3850,7 @@
},
"dataMounts": {
"type": "array",
"readOnly": true,
"description": "Describes informations of dataMounts on this ComputeInstance.",
"x-nullable": true,
"items": {
Expand Down Expand Up @@ -5583,6 +5586,7 @@
},
"services": {
"type": "array",
"readOnly": true,
"description": "services of this containers.",
"items": {
"type": "object"
Expand Down

0 comments on commit d970003

Please sign in to comment.