Skip to content

Commit 4ec8414

Browse files
author
Kanchan Joshi
committed
Add missing changes from stable 2024-10-01 to stable 2025-04-01 based off preview 2024-01-01
1 parent 4ff678d commit 4ec8414

File tree

1 file changed

+6
-6
lines changed
  • specification/redisenterprise/resource-manager/Microsoft.Cache/stable/2025-04-01

1 file changed

+6
-6
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/stable/2025-04-01/redisenterprise.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@
15451545
"description": "Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.",
15461546
"parameters": [
15471547
{
1548-
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter"
1548+
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
15491549
},
15501550
{
15511551
"$ref": "#/parameters/ClusterNameParameter"
@@ -1588,7 +1588,7 @@
15881588
"default": {
15891589
"description": "Error response describing why the operation failed.",
15901590
"schema": {
1591-
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
1591+
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
15921592
}
15931593
}
15941594
}
@@ -2587,7 +2587,7 @@
25872587
},
25882588
"ForceUnlinkParameters": {
25892589
"title": "Forcibly unlink another database from this database.",
2590-
"description": "Parameters for a redis enterprise active geo-replication force unlink operation.",
2590+
"description": "Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation.",
25912591
"type": "object",
25922592
"properties": {
25932593
"ids": {
@@ -2636,16 +2636,16 @@
26362636
"parameters": {
26372637
"ClusterNameParameter": {
26382638
"name": "clusterName",
2639-
"pattern": "^[A-Za-z0-9]{1,60}$",
2639+
"pattern": "^(?=.{1,60}$)[A-Za-z0-9]+(-[A-Za-z0-9]+)*$",
26402640
"in": "path",
26412641
"required": true,
26422642
"type": "string",
2643-
"description": "The name of the Redis Enterprise cluster.",
2643+
"description": "The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens",
26442644
"x-ms-parameter-location": "method"
26452645
},
26462646
"DatabaseNameParameter": {
26472647
"name": "databaseName",
2648-
"pattern": "^[A-Za-z0-9]{1,60}$",
2648+
"pattern": "^(?=.{1,60}$)[A-Za-z0-9]+(-[A-Za-z0-9]+)*$",
26492649
"in": "path",
26502650
"required": true,
26512651
"type": "string",

0 commit comments

Comments
 (0)