Skip to content

Commit 3ceba4e

Browse files
Update providers/azure/azure.go
Co-authored-by: Joao Marcal <[email protected]> Signed-off-by: Dylan Guedes <[email protected]>
1 parent def6bb7 commit 3ceba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/azure/azure.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var DefaultConfig = Config{
4848
type Config struct {
4949
ClientID string `yaml:"client_id"`
5050
ClientSecret string `yaml:"client_secret"`
51-
TenantID string `yaml:"tenant_id"`
51+
TenantID string `yaml:"az_tenant_id"`
5252
StorageAccountName string `yaml:"storage_account"`
5353
StorageAccountKey string `yaml:"storage_account_key"`
5454
StorageConnectionString string `yaml:"storage_connection_string"`

0 commit comments

Comments
 (0)