parts/masteroutputs.t (19 lines of code) (raw):

"masterFQDN": { "type": "string", {{if not IsPrivateCluster}} "value": "[reference(concat('Microsoft.Network/publicIPAddresses/', variables('masterPublicIPAddressName'))).dnsSettings.fqdn]" {{else}} "value": "" {{end}} } {{if HasVMASAgentPool}} , "agentStorageAccountSuffix": { "type": "string", "value": "[variables('storageAccountBaseName')]" }, "agentStorageAccountPrefixes": { "type": "array", "value": "[variables('storageAccountPrefixes')]" } {{end}}