diff --git a/sdk/storage/storage-blob/src/credentials/StorageSharedKeyCredential.browser.ts b/sdk/storage/storage-blob/src/credentials/StorageSharedKeyCredential.browser.ts index 7eba09a7ad6e..1de8f56d2ac9 100644 --- a/sdk/storage/storage-blob/src/credentials/StorageSharedKeyCredential.browser.ts +++ b/sdk/storage/storage-blob/src/credentials/StorageSharedKeyCredential.browser.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -export const StorageSharedKeyCredential = undefined; +export class StorageSharedKeyCredential {} diff --git a/sdk/storage/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.ts b/sdk/storage/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.ts index 7eba09a7ad6e..1de8f56d2ac9 100644 --- a/sdk/storage/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.ts +++ b/sdk/storage/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -export const StorageSharedKeyCredential = undefined; +export class StorageSharedKeyCredential {} diff --git a/sdk/storage/storage-file-share/src/credentials/StorageSharedKeyCredential.browser.ts b/sdk/storage/storage-file-share/src/credentials/StorageSharedKeyCredential.browser.ts index 7eba09a7ad6e..1de8f56d2ac9 100644 --- a/sdk/storage/storage-file-share/src/credentials/StorageSharedKeyCredential.browser.ts +++ b/sdk/storage/storage-file-share/src/credentials/StorageSharedKeyCredential.browser.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -export const StorageSharedKeyCredential = undefined; +export class StorageSharedKeyCredential {} diff --git a/sdk/storage/storage-queue/src/credentials/StorageSharedKeyCredential.browser.ts b/sdk/storage/storage-queue/src/credentials/StorageSharedKeyCredential.browser.ts index 7eba09a7ad6e..1de8f56d2ac9 100644 --- a/sdk/storage/storage-queue/src/credentials/StorageSharedKeyCredential.browser.ts +++ b/sdk/storage/storage-queue/src/credentials/StorageSharedKeyCredential.browser.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -export const StorageSharedKeyCredential = undefined; +export class StorageSharedKeyCredential {}