Skip to content

Commit

Permalink
remove premium SKU requirement for patch schedules (Azure#10241)
Browse files Browse the repository at this point in the history
  • Loading branch information
curib authored and 00Kai0 committed Oct 12, 2020
1 parent 00ba8f9 commit 378771e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
"$ref": "./examples/RedisCachePatchSchedulesCreateOrUpdate.json"
}
},
"description": "Create or replace the patching schedule for Redis cache (requires Premium SKU).",
"description": "Create or replace the patching schedule for Redis cache.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -1030,7 +1030,7 @@
"$ref": "./examples/RedisCachePatchSchedulesDelete.json"
}
},
"description": "Deletes the patching schedule of a redis cache (requires Premium SKU).",
"description": "Deletes the patching schedule of a redis cache.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -1087,7 +1087,7 @@
"$ref": "./examples/RedisCachePatchSchedulesGet.json"
}
},
"description": "Gets the patching schedule of a redis cache (requires Premium SKU).",
"description": "Gets the patching schedule of a redis cache.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -1898,7 +1898,7 @@
"dayOfWeek",
"startHourUtc"
],
"description": "Patch schedule entry for a Premium Redis Cache."
"description": "Patch schedule entry for a Redis Cache."
},
"ScheduleEntries": {
"properties": {
Expand Down

0 comments on commit 378771e

Please sign in to comment.