Skip to content

Commit aa796c4

Browse files
committed
Release 1.22.0
1 parent 3e6ce44 commit aa796c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services: Containerinstance
33
platforms: java
4-
author: milismsft
4+
author: yaohaizh
55
---
66

77
## Getting Started with Containerinstance - Manage Container Instance With Azure File Share Mount - in Java ##
@@ -17,7 +17,7 @@ author: milismsft
1717

1818
To run this sample:
1919

20-
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-sdk-for-java/blob/master/AUTH.md).
20+
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
2121

2222
git clone https://github.com/Azure-Samples/aci-java-manage-container-instances-1.git
2323

pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0</version>
56+
<version>1.22.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>commons-net</groupId>

0 commit comments

Comments
 (0)