We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500b3ab commit 8bb8cc3Copy full SHA for 8bb8cc3
healthcheck/testtools/deploy.py
@@ -103,7 +103,7 @@ def create_vnet(credentials,
103
for i in range(1, len(subnets_cidr) + 1):
104
105
# Create Subnet
106
- subnet_name = "subnet_" + str(i) + "_" + str(uuid.uuid4())
+ subnet_name = "subnet_" + str(i) + "-" + str(uuid.uuid4())
107
async_subnet_creation = network_client.subnets.create_or_update(
108
resource_name_vnet,
109
vnet_name,
0 commit comments