Skip to content

Commit e0c3c3a

Browse files
committed
Added code to fetch IP
2 parents f1072f3 + d9e02a9 commit e0c3c3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

healthcheck/healthcheck_webapps_refarch.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,5 @@ def main(tenant_id_arg, client_id_arg, client_secret_arg, subscription_id_arg, u
131131
ct = datetime.datetime.now()
132132
print("Deleted the deployment which contains the virtual network:-", ct)
133133

134-
if existingVPC=='true':
135-
# Delete deployment with virtual network
136-
DeployOp.delete_resourcegroup(credentials, subscription_id, resource_name_vnet)
137-
ct = datetime.datetime.now()
138-
print("Deleted the deployment which contains the virtual network:-", ct)
139-
140134
if __name__ == '__main__':
141135
main(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5], sys.argv[6], sys.argv[7], sys.argv[8], sys.argv[9], sys.argv[10], sys.argv[11])

0 commit comments

Comments
 (0)