Skip to content
Merged
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
Update sdk/resourcemanager/azure-resourcemanager-cosmos/src/main/java…
…/com/azure/resourcemanager/cosmos/models/CosmosDBAccount.java
  • Loading branch information
weidongxu-microsoft authored Dec 23, 2024
commit 54815d7c268f0949cadb645daa4a37a0f684c950
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public interface CosmosDBAccount extends GroupableResource<CosmosManager, Databa
void regenerateKey(KeyKind keyKind);

/**
* Gets a representation of the deferred computation of this call.
* A deferred emitter that regenerates secret keys.
*
* @param keyKind the key kind
* @return a representation of the deferred computation of this call
Expand Down
Loading