Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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