Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix javaDoc
  • Loading branch information
v-hongli1 committed Jan 8, 2025
commit 979c873998f859760a07ee71b5c3bb07b66f59e6
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private RedisManager(HttpPipeline httpPipeline, AzureProfile profile) {
}

/**
* Gets the Redis Cache management API entry point.
* Gets the API entry point of the Redis Cache management.
*
* @return the Redis Cache management API entry point
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface RedisCache extends GroupableResource<RedisManager, RedisResourc
SupportsUpdatingPrivateEndpointConnection {

/**
* Gets exposes features available only to Premium Sku Redis Cache instances..
* Gets an instance of the Azure Redis cache with Premium SKU.
*
* @return exposes features available only to Premium Sku Redis Cache instances.
*/
Expand Down
Loading