Skip to content

Commit c162729

Browse files
committed
touchup
1 parent f3175e0 commit c162729

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/redis/how-to-manage-redis-cache-powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Export-AzRedisEnterpriseCache -Name "myCache" -ResourceGroupName "myGroup" -SasU
193193
194194
## Azure Cache for Redis PowerShell properties and parameters
195195

196-
The following tables show Azure PowerShell properties and descriptions for common Azure Cache for Redis parameters. For all PowerShell parameters and properties for `New-AzRedisCache`, see [New-AzRedisCache](/powershell/module/az.rediscache/new-azrediscache).
196+
The following tables show Azure PowerShell properties and descriptions for common Azure Cache for Redis parameters. For all Azure PowerShell parameters and properties for `Az.RedisCache`, see [AzRedisCache](/powershell/module/az.rediscache).
197197

198198
| Parameter | Description | Default |
199199
| --- | --- | --- |
@@ -331,7 +331,6 @@ You can retrieve information about a cache using the [Get-AzRedisCache](/powersh
331331

332332
```azurepowershell
333333
Get-Help Get-AzRedisCache -detailed
334-
335334
```
336335

337336
To return information about all caches in the current subscription, run `Get-AzRedisCache` without any parameters.

0 commit comments

Comments
 (0)