Skip to content

Commit

Permalink
🐛 Ensure that NetworkInterfaces use location
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Jul 17, 2024
1 parent f54ccf2 commit a17d467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def __init__(
**network_interface_ip_params,
)
],
location=props.location,
network_interface_name=Output.concat(props.vm_name, "-nic"),
resource_group_name=props.resource_group_name,
opts=child_opts,
Expand Down

0 comments on commit a17d467

Please sign in to comment.