mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
Azure team released new versions of their Java SDK. According to https://github.com/Azure/azure-sdk-for-java/wiki/Azure-SDK-for-Java-Features, it comes with 2 versions. We should at least update to `0.9.0` of V1 but also consider moving to the new APIs (V2). This commit first updates to latest API V1. ```xml <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-svc-mgmt-compute</artifactId> <version>0.9.0</version> </dependency> ``` Closes #15209
1 line
40 B
Plaintext
1 line
40 B
Plaintext
050719f91deceed1be1aaf87e85099a861295fa2 |