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
Fix ci analyze exception and get analyze record
  • Loading branch information
v-hongli1 committed Dec 25, 2024
commit 7e89d5d2685fdef33a6e51dfa3b31a609b3d51db
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public interface EventHubDisasterRecoveryPairings
extends SupportsCreating<EventHubDisasterRecoveryPairing.DefinitionStages.Blank>, SupportsDeletingById,
SupportsGettingById<EventHubDisasterRecoveryPairing>, HasManager<EventHubsManager> {
/**
* Gets entry point to manage authorization rules of a disaster recovery pairing.
*
* @return entry point to manage authorization rules of a disaster recovery pairing.
*/
DisasterRecoveryPairingAuthorizationRules authorizationRules();
Expand Down
Loading