Skip to content

Commit

Permalink
Bump Linux VM extension to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jul 6, 2023
1 parent 555ff94 commit 7e8fa19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func GetBootstrappingVMExtension(osType string, cloud string, vmName string) *Ex
Name: BootstrappingExtensionLinux,
VMName: vmName,
Publisher: "Microsoft.Azure.ContainerUpstream",
Version: "1.0",
Version: "1.1",

Check warning on line 299 in azure/defaults.go

View check run for this annotation

Codecov / codecov/patch

azure/defaults.go#L299

Added line #L299 was not covered by tests
ProtectedSettings: map[string]string{
"commandToExecute": LinuxBootstrapExtensionCommand,
},
Expand Down
4 changes: 2 additions & 2 deletions azure/scope/machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func TestMachineScope_VMExtensionSpecs(t *testing.T) {
Name: "CAPZ.Linux.Bootstrapping",
VMName: "machine-name",
Publisher: "Microsoft.Azure.ContainerUpstream",
Version: "1.0",
Version: "1.1",
ProtectedSettings: map[string]string{
"commandToExecute": azure.LinuxBootstrapExtensionCommand,
},
Expand Down Expand Up @@ -841,7 +841,7 @@ func TestMachineScope_VMExtensionSpecs(t *testing.T) {
Name: "CAPZ.Linux.Bootstrapping",
VMName: "machine-name",
Publisher: "Microsoft.Azure.ContainerUpstream",
Version: "1.0",
Version: "1.1",
ProtectedSettings: map[string]string{
"commandToExecute": azure.LinuxBootstrapExtensionCommand,
},
Expand Down
4 changes: 2 additions & 2 deletions azure/scope/machinepool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func TestMachinePoolScope_VMSSExtensionSpecs(t *testing.T) {
Name: "CAPZ.Linux.Bootstrapping",
VMName: "machinepool-name",
Publisher: "Microsoft.Azure.ContainerUpstream",
Version: "1.0",
Version: "1.1",
ProtectedSettings: map[string]string{
"commandToExecute": azure.LinuxBootstrapExtensionCommand,
},
Expand Down Expand Up @@ -1150,7 +1150,7 @@ func TestMachinePoolScope_VMSSExtensionSpecs(t *testing.T) {
Name: "CAPZ.Linux.Bootstrapping",
VMName: "machinepool-name",
Publisher: "Microsoft.Azure.ContainerUpstream",
Version: "1.0",
Version: "1.1",
ProtectedSettings: map[string]string{
"commandToExecute": azure.LinuxBootstrapExtensionCommand,
},
Expand Down

0 comments on commit 7e8fa19

Please sign in to comment.