Skip to content

Commit

Permalink
Merge pull request #4 from libc16/erjms_branch
Browse files Browse the repository at this point in the history
[MLC] label sslConfiguration and virtualMachineImage as nullable
  • Loading branch information
forteddyt authored May 11, 2022
2 parents af99d84 + 42eaec2 commit 415fb74
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 415fb74

Please sign in to comment.