You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your contribution and feedback! Help us review faster by providing the following information:
This issue is a: (mark with an x)
bug report
request for new sample
documentation issue or request
regression (a behavior that used to work and stopped in a new release)
Steps to reproduce:
I cloned the repository and created a .env file:
AZURE_TENANT_ID=cxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6
AZURE_CLIENT_ID=6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
AZURE_CLIENT_SECRET=Oxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6
AZURE_SUBSCRIPTION_ID=5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1
AZURE_STORAGE_ACCOUNT_NAME=
AZURE_STORAGE_ACCOUNT_GROUP_NAME=
AZURE_RG_NAME=Pxxxxxxxxxxxl
AZURE_LOCATION=test
./container_test.go:44:58: list.Blobs undefined (type *azblob.ListBlobsFlatSegmentResponse has no field or method Blobs)
FAIL github.com/Azure-Samples/azure-sdk-for-go-samples/storage [build failed]
Expected behavior:
maybe the test should fail but the build should pass.
OS and Go versions:
Ubuntu 19.10
go 1.1.2.17
Further info:
The text was updated successfully, but these errors were encountered:
Thank you for your contribution and feedback! Help us review faster by providing the following information:
This issue is a: (mark with an
x
)Steps to reproduce:
I cloned the repository and created a .env file:
AZURE_TENANT_ID=cxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6
AZURE_CLIENT_ID=6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
AZURE_CLIENT_SECRET=Oxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6
AZURE_SUBSCRIPTION_ID=5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1
AZURE_STORAGE_ACCOUNT_NAME=
AZURE_STORAGE_ACCOUNT_GROUP_NAME=
AZURE_RG_NAME=Pxxxxxxxxxxxl
AZURE_LOCATION=test
Errors and log messages:
running go test gives me the following error:
github.com/Azure-Samples/azure-sdk-for-go-samples/storage [github.com/Azure-Samples/azure-sdk-for-go-samples/storage.test]
./container_test.go:44:58: list.Blobs undefined (type *azblob.ListBlobsFlatSegmentResponse has no field or method Blobs)
FAIL github.com/Azure-Samples/azure-sdk-for-go-samples/storage [build failed]
Expected behavior:
maybe the test should fail but the build should pass.
OS and Go versions:
Ubuntu 19.10
go 1.1.2.17
Further info:
The text was updated successfully, but these errors were encountered: