Skip to content

Commit

Permalink
Merge pull request #50 from amarzavery/master
Browse files Browse the repository at this point in the history
updating redis spec after changes to the converter
  • Loading branch information
amarzavery committed Nov 4, 2015
2 parents a91fdd5 + 20bfbff commit 997bca1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion arm-redis/2015-08-01/swagger/redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}
},
"x-ms-pageable": {
"path": "nextLink"
"nextLinkName": "nextLink"
}
}
},
Expand Down Expand Up @@ -303,6 +303,11 @@
"description": "What size of redis cache to deploy. Valid values: for C family (0, 1, 2, 3, 4, 5, 6), for P family (1, 2, 3, 4)"
}
},
"required": [
"name",
"family",
"capacity"
],
"description": "Sku parameters supplied to the create redis operation."
},
"RedisProperties": {
Expand Down Expand Up @@ -351,6 +356,9 @@
"description": "Required when deploying a redis cache inside an existing Azure Virtual Network."
}
},
"required": [
"sku"
],
"description": "Parameters supplied to CreateOrUpdate redis operation."
},
"RedisCreateOrUpdateParameters": {
Expand All @@ -360,6 +368,9 @@
"description": "Redis cache properties."
}
},
"required": [
"properties"
],
"allOf": [
{
"$ref": "#/definitions/Resource"
Expand Down Expand Up @@ -448,6 +459,9 @@
"description": "Required when deploying a redis cache inside an existing Azure Virtual Network."
}
},
"required": [
"sku"
],
"description": "Properties generated only in response to CreateOrUpdate redis operation."
},
"RedisResourceWithAccessKey": {
Expand Down Expand Up @@ -528,6 +542,9 @@
"description": "Required when deploying a redis cache inside an existing Azure Virtual Network."
}
},
"required": [
"sku"
],
"description": "Parameters describing a redis instance"
},
"RedisResource": {
Expand Down Expand Up @@ -588,6 +605,9 @@
}
}
},
"required": [
"keyType"
],
"description": "Specifies which redis access keys to reset."
},
"Resource": {
Expand Down

0 comments on commit 997bca1

Please sign in to comment.