-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Merge feature/tokenrefreshtoptions to master #13498
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
Changes from all commits
6d787fe
badf483
d909ece
91c5a21
9d40496
ea841ea
f0b934a
015d5f2
3f7a922
dea32ab
8974f69
cd555ed
35b18f7
7014022
7d2f80f
305d562
b0042c7
bdf44fe
152c2e7
15ae1d4
efaf94e
ce145cb
fb2251f
89bfd57
b5efda6
c818504
bfe179e
7c4d57e
9943d17
f603b89
87c4b5a
a19c201
7d2b1b7
579e785
8d24937
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
|
|
||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-identity</artifactId> | ||
| <version>1.1.0-beta.7</version> <!-- {x-version-update;com.azure:azure-identity;current} --> | ||
| <version>1.1.0-beta.8</version> <!-- {x-version-update;com.azure:azure-identity;current} --> | ||
|
|
||
| <name>Microsoft Azure client library for Identity</name> | ||
| <description>This module contains client library for Microsoft Azure Identity.</description> | ||
|
|
@@ -27,7 +27,7 @@ | |
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-core</artifactId> | ||
| <version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> | ||
| <version>1.7.0-beta.3</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this need to be current?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure what's the right thing here to do here. Vinay says this should be unreleased. But current seems to be able to pass pipeline builds as well.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Only items within the same sdk/ use "current". If you need a source built binary from another pipeline then the correct way to do that is to create an unreleased_ entry and it's version gets set to the 'current' version. What @jianghaolu did is correct.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the clarification! |
||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.microsoft.azure</groupId> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.