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
The AWS and Azure unit tests need additional setting, otherwise they are skipped:
AWS - aws_test.go:67: Please set azure environment variables(env: required environment variable "AWS_ACCESS_KEY_ID" is not set; required environment variable "AWS_SECRET_ACCESS_KEY" is not set; required environment variable "AWS_REGION" is not set; required environment variable "AWS_BUCKET" is not set).
Azure - azure_test.go:67: Please set azure environment variables(env: required environment variable "AZURE_ACCOUNT_NAME" is not set; required environment variable "AZURE_CONTAINER_NAME" is not set; required environment variable "AZURE_CLIENT_ID" is not set; required environment variable "AZURE_TENANT_ID" is not set; required environment variable "AZURE_CLIENT_SECRET" is not set).
The text was updated successfully, but these errors were encountered:
The AWS and Azure unit tests need additional setting, otherwise they are skipped:
aws_test.go:67: Please set azure environment variables(env: required environment variable "AWS_ACCESS_KEY_ID" is not set; required environment variable "AWS_SECRET_ACCESS_KEY" is not set; required environment variable "AWS_REGION" is not set; required environment variable "AWS_BUCKET" is not set).
azure_test.go:67: Please set azure environment variables(env: required environment variable "AZURE_ACCOUNT_NAME" is not set; required environment variable "AZURE_CONTAINER_NAME" is not set; required environment variable "AZURE_CLIENT_ID" is not set; required environment variable "AZURE_TENANT_ID" is not set; required environment variable "AZURE_CLIENT_SECRET" is not set).
The text was updated successfully, but these errors were encountered: