Skip to content

Commit 2fe2924

Browse files
committed
update description
1 parent 205530f commit 2fe2924

File tree

9 files changed

+25
-23
lines changed

9 files changed

+25
-23
lines changed

src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
[assembly: System.Reflection.AssemblyVersionAttribute("1.5.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-

src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,7 @@ directive:
275275
- from: source-file-csharp
276276
where: $
277277
transform: $ = $.replace(/Module.Instance.SetProxyConfiguration\(/g, 'Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Module.Instance.SetProxyConfiguration(');
278+
- from: source-file-csharp
279+
where: $
280+
transform: $ = $.replace(/Forcibly reforce an existing database/g, 'Forcibly recreates an existing database');
278281
```

src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/docs/Az.RedisEnterpriseCache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Imports a database file to target database.
3939
Flushes all the keys in this database and also from its linked databases.
4040

4141
### [Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup](Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup.md)
42-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
42+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
4343
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
4444

4545
### [Invoke-AzRedisEnterpriseCacheForceDatabaseUnlink](Invoke-AzRedisEnterpriseCacheForceDatabaseUnlink.md)

src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/docs/Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup
99

1010
## SYNOPSIS
11-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
11+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
1212
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
1313

1414
## SYNTAX
@@ -51,7 +51,7 @@ Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup -ClusterName <S
5151
```
5252

5353
## DESCRIPTION
54-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
54+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
5555
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
5656

5757
## EXAMPLES
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "8e9d92eb-ceb8-46db-8929-47b2e0edef36"
2+
"generate_Id": "cd83015b-f256-4ec7-a526-c12404c3e301"
33
}

src/RedisEnterpriseCache/RedisEnterpriseCache.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisEnterpriseCache", "Red
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RedisEnterpriseCache.Autorest", "RedisEnterpriseCache.Autorest", "{3960B840-DF35-E619-E659-D663BA3F33C8}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.RedisEnterpriseCache", "..\..\generated\RedisEnterpriseCache\RedisEnterpriseCache.Autorest\Az.RedisEnterpriseCache.csproj", "{43423A07-3F3C-4972-BABF-557760C9DEBC}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.RedisEnterpriseCache", "..\..\generated\RedisEnterpriseCache\RedisEnterpriseCache.Autorest\Az.RedisEnterpriseCache.csproj", "{64D374CC-3E7D-4C74-96F0-F97394DAB480}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x64.Build.0 = Release|Any CPU
118118
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x86.ActiveCfg = Release|Any CPU
119119
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x86.Build.0 = Release|Any CPU
120-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|x64.Build.0 = Debug|Any CPU
124-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Debug|x86.Build.0 = Debug|Any CPU
126-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|x64.ActiveCfg = Release|Any CPU
129-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|x64.Build.0 = Release|Any CPU
130-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|x86.ActiveCfg = Release|Any CPU
131-
{43423A07-3F3C-4972-BABF-557760C9DEBC}.Release|x86.Build.0 = Release|Any CPU
120+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|x64.Build.0 = Debug|Any CPU
124+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Debug|x86.Build.0 = Debug|Any CPU
126+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|x64.ActiveCfg = Release|Any CPU
129+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|x64.Build.0 = Release|Any CPU
130+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|x86.ActiveCfg = Release|Any CPU
131+
{64D374CC-3E7D-4C74-96F0-F97394DAB480}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{E7599C8A-4DE9-4802-9FB3-1AA5FF3CE043} = {89B5684C-FEE4-4623-A93F-B302473D9388}
141141
{D0491641-6AF8-44F1-8DDC-DE4845E2585C} = {89B5684C-FEE4-4623-A93F-B302473D9388}
142142
{6941D97B-FA46-4C84-B1D2-EAF2B8E78422} = {89B5684C-FEE4-4623-A93F-B302473D9388}
143-
{43423A07-3F3C-4972-BABF-557760C9DEBC} = {3960B840-DF35-E619-E659-D663BA3F33C8}
143+
{64D374CC-3E7D-4C74-96F0-F97394DAB480} = {3960B840-DF35-E619-E659-D663BA3F33C8}
144144
EndGlobalSection
145145
EndGlobal

src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/26/2025
6+
# Generated on: 9/28/2025
77
#
88

99
@{

src/RedisEnterpriseCache/RedisEnterpriseCache/help/Az.RedisEnterpriseCache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Imports a database file to target database.
3939
Flushes all the keys in this database and also from its linked databases.
4040

4141
### [Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup](Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup.md)
42-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
42+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
4343
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
4444

4545
### [Invoke-AzRedisEnterpriseCacheForceDatabaseUnlink](Invoke-AzRedisEnterpriseCacheForceDatabaseUnlink.md)

src/RedisEnterpriseCache/RedisEnterpriseCache/help/Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup
99

1010
## SYNOPSIS
11-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
11+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
1212
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
1313

1414
## SYNTAX
@@ -51,7 +51,7 @@ Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup -DatabaseName <
5151
```
5252

5353
## DESCRIPTION
54-
Forcibly reforce an existing database on the specified cluster, and rejoins it to an existing replication group.
54+
Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group.
5555
**IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
5656

5757
## EXAMPLES

0 commit comments

Comments
 (0)