From 8b368ddf556863359cb328b5bd4f8bec1d376aa4 Mon Sep 17 00:00:00 2001 From: Alison Burgess Date: Mon, 28 Oct 2024 15:28:59 -0700 Subject: [PATCH] comments --- production-vms/resources.go | 2 +- production-vms/test-jsons/testJsonArm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production-vms/resources.go b/production-vms/resources.go index 2b0ee1e12f3..19ce2b2dd38 100644 --- a/production-vms/resources.go +++ b/production-vms/resources.go @@ -128,7 +128,7 @@ func createSubnet(ctx context.Context, vnetName, subnetName string) (string, err fmt.Printf("Creating subnet %s in VNet %s\n", subnetName, vnetName) subnetParams := armnetwork.Subnet{ Properties: &armnetwork.SubnetPropertiesFormat{ - AddressPrefix: to.Ptr("10.0.1.0/24"), // Adjust your subnet prefix as needed + AddressPrefix: to.Ptr("10.0.1.0/24"), }, } diff --git a/production-vms/test-jsons/testJsonArm.json b/production-vms/test-jsons/testJsonArm.json index f06c8796607..00538d668c4 100644 --- a/production-vms/test-jsons/testJsonArm.json +++ b/production-vms/test-jsons/testJsonArm.json @@ -10,4 +10,4 @@ "replication_inverse": "2", "publisher_base_image_version": "22.04.202410020", "publisher_base_image_sku": "22_04-lts-arm64" -} \ No newline at end of file +}