mirror of https://github.com/apache/jclouds.git
Fix generateStorageAccountName
The storageAccountName was used instead of the sanitizedStorageAccountName.
This commit is contained in:
parent
cf256fb48b
commit
15193d0349
|
@ -216,7 +216,7 @@ public class CreateResourceGroupThenCreateNodes extends CreateNodesWithGroupEnco
|
|||
}
|
||||
|
||||
if (nameLength > 24) {
|
||||
sanitizedStorageAccountName = shorten(storageAccountName, random);
|
||||
sanitizedStorageAccountName = shorten(sanitizedStorageAccountName, random);
|
||||
}
|
||||
return sanitizedStorageAccountName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue