Skip to content

Commit

Permalink
Remove 'Requires Premium Sku' (Azure#11590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sspeaks610 authored and giromm2ms committed Dec 20, 2020
1 parent c0877d2 commit 3b9bfd1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,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 @@ -1150,7 +1150,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 @@ -1213,7 +1213,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

0 comments on commit 3b9bfd1

Please sign in to comment.