Skip to content

Commit

Permalink
Fix ci analyze exception and get analyze record
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Dec 25, 2024
1 parent 3e3293a commit 7e89d5d
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 7e89d5d

Please sign in to comment.