Skip to content

Commit 62fe067

Browse files
committed
Release azure-resourcemanager 2.1.0
1 parent b44ecd2 commit 62fe067

File tree

3 files changed

+1091
-1029
lines changed

3 files changed

+1091
-1029
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>com.azure.resourcemanager</groupId>
5656
<artifactId>azure-resourcemanager</artifactId>
57-
<version>2.0.0</version>
57+
<version>2.1.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.azure</groupId>
6161
<artifactId>azure-identity</artifactId>
62-
<version>1.1.3</version>
62+
<version>1.2.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>commons-net</groupId>

Diff for: src/main/java/com/azure/resourcemanager/appservice/samples/ManageFunctionAppWithDomainSsl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static boolean runSample(AzureResourceManager azureResourceManager) throw
120120

121121
System.out.println("Creating a self-signed certificate " + pfxPath + "...");
122122

123-
Utils.createCertificate(cerPath, pfxPath, domainName, certPassword, "*." + domainName);
123+
Utils.createCertificate(cerPath, pfxPath, domainName, certPassword, "*." + domainName, null);
124124

125125
System.out.println("Created self-signed certificate " + pfxPath);
126126

0 commit comments

Comments
 (0)