Skip to content

Commit c79470d

Browse files
committed
Changed vnet name
1 parent a413538 commit c79470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcheck/testtools/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def create_vnet(credentials,
6969
vnet_cidr):
7070

7171
resource_client = getResourceClient.get_resource_client(credentials, subscription_id)
72-
vnet_name = 'my_vnet'
72+
vnet_name = "my_vnet-" + str(uuid.uuid4())
7373

7474
# Create resource group
7575
print("Creating a resource group with a virtual network... \n")

0 commit comments

Comments
 (0)