TestCases/SVT/Storage/TestData/Params_TC_Storage_StdGRS_Encyption_On.json

{
    "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
    "contentVersion": "1.0.0.0",
    "parameters": {
        "ResName": {
            "value": "azskteststgcompliant"
        },
        "storage_location": {
            "value": "centralindia"
        },
        "storage_accountType": {
            "value": "Standard_GRS"
        },
      "storage_encryptionEnabled": {
        "value": true
      }
    }
}