Skip to content

Commit 88a3475

Browse files
authored
Fix sample running failure for datalake package. (Azure#20306)
1 parent 4c986b6 commit 88a3475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/storage-file-datalake/samples-dev/dataLakeServiceClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function main() {
5353
}
5454

5555
// Create a file system
56-
const fileSystemName = `newFileSystem${new Date().getTime()}`;
56+
const fileSystemName = `newfilesystem${new Date().getTime()}`;
5757
const fileSystemClient = serviceClient.getFileSystemClient(fileSystemName);
5858

5959
const fileSystemResponse = await fileSystemClient.create();

0 commit comments

Comments
 (0)