Github user neykov commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/1087#discussion_r46671528 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java --- @@ -1608,7 +1606,35 @@ protected SshMachineLocation createTemporarySshMachineLocation(HostAndPort hostA } } - + /** + * Creates a temporary WinRM machine location (i.e. will not be persisted), which uses the given credentials. --- End diff -- Is this what `TEMPORARY_LOCATION` really does (doesn't persist)? There's `LocalLocationManager.CREATE_UNMANAGED` which doesn't persist for sure, but looks like this one just doesn't log.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---