Skip to content

Commit 8bbaa36

Browse files
committed
Release v1.36.3
1 parent d5149af commit 8bbaa36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.microsoft.azure</groupId>
5555
<artifactId>azure</artifactId>
56-
<version>1.30.0</version>
56+
<version>1.36.3</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>commons-net</groupId>

Diff for: src/main/java/com/microsoft/azure/management/samples/Utils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ public static void createCertificate(String certPath, String pfxPath,
14201420
"-keystore", pfxPath, "-storepass", password, "-validity",
14211421
validityInDays, "-keyalg", keyAlg, "-sigalg", sigAlg, "-keysize", keySize,
14221422
"-storetype", storeType, "-dname", "CN=" + cnName, "-ext", "EKU=1.3.6.1.5.5.7.3.1"};
1423-
Utils.cmdInvocation(commandArgs, false);
1423+
Utils.cmdInvocation(commandArgs, true);
14241424

14251425
// Create cer file i.e. extract public key from pfx
14261426
File pfxFile = new File(pfxPath);

0 commit comments

Comments
 (0)