We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43097fb commit 54ae619Copy full SHA for 54ae619
pkg/utils/cloudconfig/azure/config_test.go
@@ -543,8 +543,9 @@ func TestNewCloudConfigFromFile(t *testing.T) {
543
filePath: "./test/azure_valid_config.json",
544
wantConfig: &CloudConfig{
545
ARMClientConfig: azclient.ARMClientConfig{
546
- Cloud: "AzurePublicCloud",
547
- TenantID: "00000000-0000-0000-0000-000000000000",
+ Cloud: "AzurePublicCloud",
+ TenantID: "00000000-0000-0000-0000-000000000000",
548
+ UserAgent: "fleet-member-agent",
549
},
550
AzureAuthConfig: azclient.AzureAuthConfig{
551
UseManagedIdentityExtension: true,
0 commit comments