We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49a991 commit ba268e7Copy full SHA for ba268e7
azuresdk/armclient/client.go
@@ -143,8 +143,8 @@ func (azureClient *ArmClient) LazyConnect() error {
143
azureClient.logger.Info(
144
`connecting to Azure`,
145
slog.String("azureEnvironment", string(azureClient.cloud.Name)),
146
- slog.String("AzureAD", azureClient.cloud.ActiveDirectoryAuthorityHost),
147
- slog.String("ResourceManager", azureClient.cloud.Services[cloud.ResourceManager].Endpoint),
+ slog.String("msGraph", azureClient.cloud.ActiveDirectoryAuthorityHost),
+ slog.String("resourceManager", azureClient.cloud.Services[cloud.ResourceManager].Endpoint),
148
)
149
150
// try to get token
0 commit comments