We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c986b6 commit 88a3475Copy full SHA for 88a3475
sdk/storage/storage-file-datalake/samples-dev/dataLakeServiceClient.ts
@@ -53,7 +53,7 @@ export async function main() {
53
}
54
55
// Create a file system
56
- const fileSystemName = `newFileSystem${new Date().getTime()}`;
+ const fileSystemName = `newfilesystem${new Date().getTime()}`;
57
const fileSystemClient = serviceClient.getFileSystemClient(fileSystemName);
58
59
const fileSystemResponse = await fileSystemClient.create();
0 commit comments