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

Merge feature/tokenrefreshtoptions to master #13498

Merged
merged 35 commits into from
Jul 27, 2020
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6d787fe
Prep for beta release
jianghaolu Jul 6, 2020
badf483
Set CHANGELOG release date
alzimmermsft Jul 8, 2020
d909ece
Add azure core to versioning_client (#12891)
jianghaolu Jul 8, 2020
91c5a21
Update change log date (#12918)
jianghaolu Jul 8, 2020
9d40496
Ignored flaky CF tests (#12915) (#12922)
jianghaolu Jul 8, 2020
ea841ea
disable flaky assert (#12793) (#12929)
jianghaolu Jul 8, 2020
f0b934a
Increment azure core version to 1.7.0-beta.2 (#13013)
jianghaolu Jul 10, 2020
015d5f2
Add token refresh options to identity library (#13029)
jianghaolu Jul 10, 2020
3f7a922
Add change log for identity 1.1.0-beta.6 (#13030)
jianghaolu Jul 10, 2020
dea32ab
Increment package version after release of com.azure azure-identity (…
azure-sdk Jul 10, 2020
8974f69
Remove token refresh options and default to 5 minutes (#13148)
jianghaolu Jul 14, 2020
cd555ed
Merge master into feature/tokenrefreshoptions (#13424)
jianghaolu Jul 22, 2020
35b18f7
Prepare azure core for 1.7.0-beta.2 release (#13428)
jianghaolu Jul 23, 2020
7014022
Add changelog to core 1.7.0-beta.2 (#13443)
jianghaolu Jul 23, 2020
7d2f80f
Update changelog date for azure-core 1.7.0-beta.2
jianghaolu Jul 23, 2020
305d562
Increment package version after release of com.azure azure-core (#13455)
azure-sdk Jul 23, 2020
b0042c7
Increment version for core release 1.7.0-beta.2
jianghaolu Jul 23, 2020
bdf44fe
update beta core versions (#13462)
g2vinay Jul 23, 2020
152c2e7
Increment package version after release of com.azure azure-identity (…
azure-sdk Jul 24, 2020
15ae1d4
Merge branch 'master' of github.com:Azure/azure-sdk-for-java
jianghaolu Jul 24, 2020
efaf94e
Merge branch 'feature/tokenrefreshoptions' of github.com:Azure/azure-…
jianghaolu Jul 24, 2020
ce145cb
Replace identity with feature branch
jianghaolu Jul 24, 2020
fb2251f
Merge branch 'ftro2m' of github.com:jianghaolu/azure-sdk-for-java int…
jianghaolu Jul 24, 2020
89bfd57
Update identity versions everywhere
jianghaolu Jul 24, 2020
b5efda6
reset changes in cosmos & form recognizer
jianghaolu Jul 24, 2020
c818504
Reset merge errors
jianghaolu Jul 24, 2020
bfe179e
Reset tables
jianghaolu Jul 24, 2020
7c4d57e
Reset latest cosmos changes
jianghaolu Jul 24, 2020
9943d17
Fix azure-core change log merge error
jianghaolu Jul 24, 2020
f603b89
Use beta_ versions in necessary modules only
jianghaolu Jul 24, 2020
87c4b5a
Spring boot doesn't need beta_
jianghaolu Jul 24, 2020
a19c201
Identity current version should 1.1.0-beta.8
jianghaolu Jul 24, 2020
7d2b1b7
Use current for core & identity instead of beta_
jianghaolu Jul 24, 2020
579e785
Use unreleased dependency
jianghaolu Jul 24, 2020
8d24937
Remove unreleased reference in event hubs
jianghaolu Jul 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update identity versions everywhere
jianghaolu committed Jul 24, 2020
commit 89bfd57eb6396dada4e9dae710fc363bbef2fdc4
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@
<dependency>
<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} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
2 changes: 1 addition & 1 deletion sdk/e2e/pom.xml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
<dependency>
<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} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>