Skip to content
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

[After MSAL 1.3] Pluggable HTTP in identity/msal #7120

Merged
merged 17 commits into from
Jan 14, 2020

Conversation

jianghaolu
Copy link
Contributor

No description provided.

@JonathanGiles
Copy link
Member

Let's hold this back until MSAL 1.3.0 is released with it's significantly reduced dependency set.

@@ -62,7 +62,7 @@ com.microsoft.azure:azure-mgmt-keyvault;1.11.1
com.microsoft.azure:azure-mgmt-resources;1.3.0
com.microsoft.azure:azure-mgmt-storage;1.3.0
com.microsoft.azure:azure-storage;8.0.0
com.microsoft.azure:msal4j;0.5.0-preview
com.microsoft.azure:msal4j;1.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that this is moving past a preview version.

@jianghaolu jianghaolu changed the title [After Jan 7] Pluggable HTTP in identity/msal [After MSAL 1.3] Pluggable HTTP in identity/msal Jan 9, 2020
@jianghaolu
Copy link
Contributor Author

Bump version to 1.3.0 on Jan 10 before merging

@@ -76,7 +76,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.5.0-preview</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
<version>1.3.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is track 1 event hubs module. Did you intend to update msal version of track 1 module too? This might need service team's validation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be only used in tests. And I don't know a way to specify a dependency of 2 different versions across our SDKs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this because you are using the script to update the external dependency version and it's updating both track 1 and track 2 dependencies?

@jianghaolu
Copy link
Contributor Author

/check-enforcer reset

@jianghaolu
Copy link
Contributor Author

/check-enforcer evaluate

@jianghaolu jianghaolu merged commit 3670d35 into Azure:master Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants