Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created July 13, 2019 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artisticcheese/a150555a8192a8193ff8c71c9e77543e to your computer and use it in GitHub Desktop.
Save artisticcheese/a150555a8192a8193ff8c71c9e77543e to your computer and use it in GitHub Desktop.
{
"items": {
"properties": {
"AvailabilitySet": {
"type": "string"
},
"BootDiagnostics": {
"type": [
"boolean",
"null"
]
},
"DataDisksSize": {
"type": "string"
},
"EnvironmentTag": {
"type": [
"string",
"null"
]
},
"FunctionTag": {
"type": [
"string",
"null"
]
},
"Location": {
"type": "string"
},
"NameTag": {
"type": [
"string",
"null"
]
},
"NumberOfDataDisks": {
"type": "integer"
},
"OSDiskSizeGB": {
"type": [
"integer",
"null"
]
},
"OSType": {
"type": "string"
},
"Offer": {
"type": [
"string",
"null"
]
},
"OwnerTag": {
"type": [
"string",
"null"
]
},
"PowerState": {
"type": "string"
},
"Publisher": {
"type": [
"string",
"null"
]
},
"ResourceGroup": {
"type": "string"
},
"Subnet": {
"type": "string"
},
"VMCores": {
"type": "integer"
},
"VMName": {
"type": "string"
},
"VMSize": {
"type": "string"
},
"VMmemory": {
"type": "number"
},
"privateIPs": {
"type": "string"
},
"publicIPs": {
"type": "string"
}
},
"required": [
"VMName",
"Location",
"OSType",
"PowerState",
"BootDiagnostics",
"OSDiskSizeGB",
"NumberOfDataDisks",
"VMCores",
"VMmemory"
],
"type": "object"
},
"type": "array"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment