-
Notifications
You must be signed in to change notification settings - Fork 19
On branch edburns/o-647-update-identity-driver #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
On branch edburns/o-647-update-identity-driver #352
Conversation
modified: weblogic-azure-aks/src/main/arm/scripts/common.sh - Update MSSQLDriver to version that works with azure-identity 1.12.2. Signed-off-by: Ed Burns <edburns@microsoft.com>
modified: weblogic-azure-aks/src/main/resources/azure-identity-extensions.xml Cause dependency on `com.azure:azure-identity-extensions:jar:1.12.2:compile`. Signed-off-by: Ed Burns <edburns@microsoft.com>
modified: weblogic-azure-aks/src/main/arm/scripts/common.sh - Make it so the POM is resolvable during testing of the offer. Signed-off-by: Ed Burns <edburns@microsoft.com>
@@ -15,7 +15,7 @@ | |||
<dependency> | |||
<groupId>com.azure</groupId> | |||
<artifactId>azure-identity-extensions</artifactId> | |||
<version>1.2.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @edburns The latest azure-identity-extensions is 1.2.2, see https://mvnrepository.com/artifact/com.azure/azure-identity-extensions.
azure-identity is another library, 1.12.2 is in https://repo1.maven.org/maven2/com/azure/azure-identity/1.12.2/azure-identity-1.12.2.jar. We can create a new variable to manage this link.
modified: weblogic-azure-aks/src/main/arm/scripts/common.sh - Make it so the POM is resolvable during testing of the offer. Signed-off-by: Ed Burns <edburns@microsoft.com>
modified: weblogic-azure-aks/src/main/arm/scripts/common.sh