We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def6bb7 commit 3ceba4eCopy full SHA for 3ceba4e
providers/azure/azure.go
@@ -48,7 +48,7 @@ var DefaultConfig = Config{
48
type Config struct {
49
ClientID string `yaml:"client_id"`
50
ClientSecret string `yaml:"client_secret"`
51
- TenantID string `yaml:"tenant_id"`
+ TenantID string `yaml:"az_tenant_id"`
52
StorageAccountName string `yaml:"storage_account"`
53
StorageAccountKey string `yaml:"storage_account_key"`
54
StorageConnectionString string `yaml:"storage_connection_string"`
0 commit comments