Skip to content

Commit

Permalink
Fix Batch swagger spec VMConfig entity bug (Azure#302)
Browse files Browse the repository at this point in the history
- Fixed the required field for "VirtualMachineConfiguration".
  • Loading branch information
matthchr authored and amarzavery committed May 17, 2016
1 parent 5e432a8 commit 3cde370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/2016-02-01.3.0/swagger/BatchService.json
Original file line number Diff line number Diff line change
Expand Up @@ -11277,7 +11277,7 @@
"description": "Windows operating system settings on the virtual machine. This property must not be specified if the ImageReference property specifies a Linux OS image."
}
},
"required": ["imageReference", "nodeAgentSKU", "sku"],
"required": ["imageReference", "nodeAgentSKUId"],
"description": "The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure."
},
"CloudPool": {
Expand Down

0 comments on commit 3cde370

Please sign in to comment.