Skip to content

Commit 54ae619

Browse files
committed
fix: remove VnetName check from common cloudConfig package (Azure#956)
VnetName check only on fleet-member-agent
1 parent 43097fb commit 54ae619

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/utils/cloudconfig/azure/config_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,9 @@ func TestNewCloudConfigFromFile(t *testing.T) {
543543
filePath: "./test/azure_valid_config.json",
544544
wantConfig: &CloudConfig{
545545
ARMClientConfig: azclient.ARMClientConfig{
546-
Cloud: "AzurePublicCloud",
547-
TenantID: "00000000-0000-0000-0000-000000000000",
546+
Cloud: "AzurePublicCloud",
547+
TenantID: "00000000-0000-0000-0000-000000000000",
548+
UserAgent: "fleet-member-agent",
548549
},
549550
AzureAuthConfig: azclient.AzureAuthConfig{
550551
UseManagedIdentityExtension: true,

0 commit comments

Comments
 (0)