Skip to content
Merged
Prev Previous commit
Next Next commit
Fix Travis CI build error. Add location and sku to the update request
  • Loading branch information
hrishikeshpathak committed Oct 26, 2017
commit 0660817bc916dacaacc754c4ed244fc2ef85b2b3
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"api-version": "2017-10-01",
"subscriptionId": "subid",
"parameters": {
"location": "West US",
"properties": {
"sku": {
"name": "Premium",
"family": "P",
"capacity": 1
},
"enableNonSslPort": true
}
}
Expand All @@ -30,7 +36,7 @@
"family": "P",
"capacity": 1
},
"enableNonSslPort": false,
"enableNonSslPort": true,
"redisConfiguration": {
"maxclients": "1000",
"maxmemory-reserved": "50",
Expand Down