parts/agentoutputs.t (14 lines of code) (raw):
{{if and .IsAvailabilitySets .IsStorageAccount}}
"{{.Name}}StorageAccountOffset": {
"type": "int",
"value": "[variables('{{.Name}}StorageAccountOffset')]"
},
"{{.Name}}StorageAccountCount": {
"type": "int",
"value": "[variables('{{.Name}}StorageAccountsCount')]"
},
"{{.Name}}SubnetName": {
"type": "string",
"value": "[variables('{{.Name}}SubnetName')]"
},
{{end}}