Skip to content

Commit

Permalink
Update description of platformAttributes (#31525)
Browse files Browse the repository at this point in the history
* Update description of platformAttributes

* Run prettier

* Add readOnly: true
  • Loading branch information
lkumaar authored Nov 14, 2024
1 parent 1dd8817 commit b3db98a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4208,12 +4208,14 @@
"type": "object",
"properties": {
"name": {
"readOnly": true,
"type": "string",
"description": "This property specifies the name of the platformAttributes. It could be either source_image_publisher or source_image_offer or source_image_sku or source_image_version"
"description": "This property specifies the name of the platformAttribute. It is read-only."
},
"value": {
"readOnly": true,
"type": "string",
"description": "This property specifies the value of the corresponding name property."
"description": "This property specifies the value of the corresponding name property. It is read-only."
}
},
"description": "This is the platform attribute of the image version."
Expand Down

0 comments on commit b3db98a

Please sign in to comment.