Skip to content

Commit

Permalink
Merge pull request Azure#30 from libc16/MLC_subnet_nullable
Browse files Browse the repository at this point in the history
[MLC] add nullable for subnet of AmlComputeProperties
  • Loading branch information
zhaomuzhi authored Jan 6, 2022
2 parents 9faf2b3 + e61e745 commit ca3c149
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,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 ca3c149

Please sign in to comment.