Skip to content

Commit

Permalink
[EventGrid] Fix formatting (Azure#30240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Aug 16, 2024
1 parent 471fbc4 commit c9b146c
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ using Azure.ClientGenerator.Core;
@@access(Microsoft.EventGrid.SystemEvents.StorageBlobTierChangedEventData,
Access.public
);
@@usage(Microsoft.EventGrid.SystemEvents.StorageBlobAccessTier,
Usage.output
);
@@access(Microsoft.EventGrid.SystemEvents.StorageBlobAccessTier,
Access.public
);
@@usage(Microsoft.EventGrid.SystemEvents.StorageBlobAccessTier, Usage.output);
@@access(Microsoft.EventGrid.SystemEvents.StorageBlobAccessTier, Access.public);
@@usage(Microsoft.EventGrid.SystemEvents.StorageAsyncOperationInitiatedEventData,
Usage.output
);
Expand Down

0 comments on commit c9b146c

Please sign in to comment.