Skip to content

Commit

Permalink
roll back security group setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ankicabarisic committed Feb 4, 2025
1 parent 85073e3 commit 5690d38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ private void defineNSWithDeploymentInfo(String nodeSourceName, PACloud cloud, De
variables.put("vmUsername", cloud.getSshCredentials().getUsername());
variables.put("vmPassword", cloud.getSshCredentials().getPrivateKey());
variables.put("vmPublicKey", cloud.getSshCredentials().getPublicKey());
variables.put("resourceGroup", cloud.getSecurityGroup());
variables.put("region", deployment.getNode().getNodeCandidate().getLocation().getName());
break;
default:
Expand Down

0 comments on commit 5690d38

Please sign in to comment.