Skip to content

Commit

Permalink
add nullable for subnet of AmlComputeProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 committed Jan 6, 2022
1 parent 69b50d3 commit e61e745
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3321,7 +3321,8 @@
"subnet": {
"title": "Subnet.",
"description": "Virtual network subnet resource ID the compute nodes belong to.",
"$ref": "#/definitions/ResourceId"
"$ref": "#/definitions/ResourceId",
"x-nullable": true
},
"remoteLoginPortPublicAccess": {
"type": "string",
Expand Down

0 comments on commit e61e745

Please sign in to comment.