Skip to content

Commit 8d539c1

Browse files
committed
PR feedback
1 parent f82a76f commit 8d539c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/deploy/promptForEventGrid.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ export async function promptForEventGrid(context: IActionContext, workspaceFolde
4848
'eventGridWarning',
4949
`Usage of an Event Grid based blob trigger requires an Event Grid subscription created on an Azure Storage v2 account. If you haven't already, you need to create a Event Grid subscription to complete your deployment.`);
5050
const options: IAzureMessageOptions = { learnMoreLink: 'https://aka.ms/learnMoreEventGridSubscription' };
51-
// need to add don't show again
5251
const result = await context.ui.showWarningMessage(eventGridWarning, options, { title: 'Close' }, DialogResponses.dontWarnAgain);
5352
if (result === DialogResponses.dontWarnAgain) {
5453
await updateWorkspaceSetting('showFlexEventGridWarning', false, workspaceFolder);
5554
}
56-
5755
}

0 commit comments

Comments
 (0)