Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Oct 28, 2024
1 parent f4cf8ce commit 8b368dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production-vms/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}

Expand Down
2 changes: 1 addition & 1 deletion production-vms/test-jsons/testJsonArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"replication_inverse": "2",
"publisher_base_image_version": "22.04.202410020",
"publisher_base_image_sku": "22_04-lts-arm64"
}
}

0 comments on commit 8b368dd

Please sign in to comment.