{
    "name": {
        "desc": "Specifies the name of the Application Insights component. Changing this forces a new resource to be created.",
        "alias": "n",
        "type": "String"
    },
    "resourceGroup": {
        "desc": "The name of the resource group in which to create the Application Insights component.",
        "alias": "g",
        "type": "String"
    },
    "location": {
        "desc": "Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.",
        "alias": "l",
        "type": "String"
    },
    "type": {
        "desc": "Specifies the type of Application Insights to create. Valid values are ios for iOS, java for Java web, MobileCenter for App Center, Node.JS for Node.js, other for General, phone for Windows Phone, store for Windows Store and web for ASP.NET. Please note these values are case sensitive; unmatched values are treated as ASP.NET by Azure. Changing this forces a new resource to be created.",
        "alias": "t",
        "type": "String"
    }
}