Skip to content

Commit

Permalink
[MLC] label sslConfiguration and virtualMachineImage as nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 committed May 11, 2022
1 parent af99d84 commit 42eaec2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,8 @@
},
"sslConfiguration": {
"description": "SSL configuration",
"$ref": "#/definitions/SslConfiguration"
"$ref": "#/definitions/SslConfiguration",
"x-nullable": true
},
"aksNetworkingConfiguration": {
"description": "AKS networking configuration for vnet",
Expand Down Expand Up @@ -3408,7 +3409,8 @@
},
"virtualMachineImage": {
"description": "Virtual Machine image for AML Compute - windows only",
"$ref": "#/definitions/VirtualMachineImage"
"$ref": "#/definitions/VirtualMachineImage",
"x-nullable": true
},
"isolatedNetwork": {
"description": "Network is isolated or not",
Expand Down

0 comments on commit 42eaec2

Please sign in to comment.