Skip to content

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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

edburns
Copy link
Contributor

@edburns edburns commented Jun 10, 2025

modified: weblogic-azure-aks/src/main/arm/scripts/common.sh

  • Update MSSQLDriver to version that works with azure-identity 1.12.2.

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>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 10, 2025
edburns added 2 commits June 10, 2025 17:03
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>
Copy link
Contributor

@galiacheng galiacheng Jun 11, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants