Skip to content

Commit

Permalink
Double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Jun 17, 2019
1 parent 93691c7 commit 1c0053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-ts-functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as azure from "@pulumi/azure";

const resourceGroup = new azure.core.ResourceGroup('example');
const resourceGroup = new azure.core.ResourceGroup("example");

// Create an Azure function that prints a message and the request headers.
async function handler(context: azure.appservice.Context<azure.appservice.HttpResponse>, request: azure.appservice.HttpRequest) {
Expand Down

0 comments on commit 1c0053b

Please sign in to comment.