Skip to content

Commit

Permalink
fix: remove VnetName check from common cloudConfig package (Azure#956)
Browse files Browse the repository at this point in the history
VnetName check only on fleet-member-agent
  • Loading branch information
britaniar committed Nov 15, 2024
1 parent 85ab438 commit e792f05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/utils/cloudconfig/azure/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,8 @@ func TestNewCloudConfigFromFile(t *testing.T) {
filePath: "./test/azure_valid_config.json",
wantConfig: &CloudConfig{
ARMClientConfig: azclient.ARMClientConfig{
Cloud: "AzurePublicCloud",
TenantID: "00000000-0000-0000-0000-000000000000",
UserAgent: "fleet-member-agent",
Cloud: "AzurePublicCloud",
TenantID: "00000000-0000-0000-0000-000000000000",
},
AzureAuthConfig: azclient.AzureAuthConfig{
UseManagedIdentityExtension: true,
Expand Down

0 comments on commit e792f05

Please sign in to comment.