Skip to content

Commit

Permalink
refactor(virtual_machine): update file paths for linux diagnostic ext…
Browse files Browse the repository at this point in the history
…ensions to use other relative paths
  • Loading branch information
rfernandezdo committed Oct 30, 2024
1 parent 289bd96 commit d537d46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ virtual_machines = {
}
virtual_machine_extensions = {
linux_diagnostic = {
ladcfg_file_path = "./diagnostics/ladcfg.json"
filelogs_file_path = "./diagnostics/filelogs.json"
ladcfg_file_path = "./compute/virtual_machine/216-vm-linux_diagnostic_extensions/diagnostics/ladcfg.json"
filelogs_file_path = "./compute/virtual_machine/216-vm-linux_diagnostic_extensions/diagnostics/filelogs.json"
diagnostic_storage_account_key = "bootdiag_region1"
}
}
Expand Down

0 comments on commit d537d46

Please sign in to comment.