Skip to content

Commit 14842dd

Browse files
authored
[Storage] Fix typo in storage-blob samples (Azure#31919)
1 parent d47b3f2 commit 14842dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/storage/azure-storage-blob/samples/blob_samples_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
python blob_samples_authentication.py
1818
Set the environment variables with your own values before running the sample:
1919
1) AZURE_STORAGE_CONNECTION_STRING - the connection string to your storage account
20-
2) OAUTH_STORAGE_ACCOUNT_NAME - the oath storage account name
20+
2) OAUTH_STORAGE_ACCOUNT_NAME - the oauth storage account name
2121
3) AZURE_STORAGE_ACCOUNT_NAME - the name of the storage account
2222
4) AZURE_STORAGE_ACCESS_KEY - the storage account access key
2323
5) ACTIVE_DIRECTORY_APPLICATION_ID - Azure Active Directory application ID

sdk/storage/azure-storage-blob/samples/blob_samples_authentication_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
python blob_samples_authentication_async.py
1818
Set the environment variables with your own values before running the sample:
1919
1) AZURE_STORAGE_CONNECTION_STRING - the connection string to your storage account
20-
2) OAUTH_STORAGE_ACCOUNT_NAME - the oath storage account name
20+
2) OAUTH_STORAGE_ACCOUNT_NAME - the oauth storage account name
2121
3) AZURE_STORAGE_ACCOUNT_NAME - the name of the storage account
2222
4) AZURE_STORAGE_ACCESS_KEY - the storage account access key
2323
5) ACTIVE_DIRECTORY_APPLICATION_ID - Azure Active Directory application ID

0 commit comments

Comments
 (0)