Skip to content

Commit

Permalink
added readonly property in workload (#5686)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabherwalshruti authored Dec 15, 2021
1 parent d511dcd commit 1c74423
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,13 @@
},
"status": {
"description": "Gets or sets the status.",
"type": "string"
"type": "string",
"readOnly": true
},
"privateIP": {
"description": "Gets or sets the private IpAddress of workload.",
"type": "string"
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 1c74423

Please sign in to comment.