Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove premium SKU requirement for patch schedules #10241

Merged
merged 1 commit into from
Jul 24, 2020
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