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

[Identity] Migration guide (v1 to v2) #17796

Merged
merged 54 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
142ab9f
[Identity] Migration guide
sadasant Sep 22, 2021
f1621e5
Apply suggestions from code review
sadasant Sep 23, 2021
e147c61
reference in the README and fixed links
sadasant Sep 23, 2021
b1787a4
Apply suggestions from code review
sadasant Sep 24, 2021
51a6ab1
Feedback by Ramya, and other small polishes
sadasant Sep 26, 2021
d047db6
removed the service fabric note
sadasant Sep 27, 2021
a81cbd4
Separated the changelog entries from the migration guide, and moved t…
sadasant Sep 28, 2021
8eb3514
packages to v2
sadasant Sep 28, 2021
76bc732
fixed bad link -- though these Troubleshooting links wont work until …
sadasant Sep 28, 2021
b29691e
Mentioning the lack of Service Fabric support
sadasant Sep 28, 2021
3ec4a1a
improvements after thorough reading
sadasant Sep 30, 2021
743b030
Update sdk/identity/identity/migration-v1-v2.md
sadasant Sep 30, 2021
d5b2833
improved the CHANGELOG and the migration guide
sadasant Oct 1, 2021
f287566
using the caret
sadasant Oct 1, 2021
c155661
all seems good now
sadasant Oct 1, 2021
0b0c3c3
Merge remote-tracking branch 'Azure/main' into identity/fix17490-migr…
sadasant Oct 1, 2021
80d69ef
Update CHANGELOG.md
sadasant Oct 1, 2021
eb3fcaa
Update CHANGELOG.md
sadasant Oct 1, 2021
379cf6c
Small changes around RegionalAuthority
sadasant Oct 1, 2021
04e92bc
Apply suggestions from code review
sadasant Oct 1, 2021
c3544dc
Apply suggestions from code review
sadasant Oct 5, 2021
4a72cbd
addressed more of the feedback
sadasant Oct 5, 2021
b629b42
Removed references to RegionalAuthorities
sadasant Oct 5, 2021
122b12c
Merge remote-tracking branch 'Azure/main' into identity/fix17490-migr…
sadasant Oct 5, 2021
2f11a8e
moved network change out of breaking changes
sadasant Oct 5, 2021
7e68757
Apply suggestions from code review
sadasant Oct 5, 2021
d74d9ad
[Identity] Disabling regional authority support (#18026)
sadasant Oct 5, 2021
6ba4af3
[ai-form-recognizer] Merge 4.0.0-beta.1 (#18036)
witemple-msft Oct 5, 2021
a07af57
Post release automated changes for keyvault releases (#18034)
azure-sdk Oct 5, 2021
0e677fe
[Schema Registry] Update changelog (#18041)
deyaaeldeen Oct 5, 2021
d39e8a5
[Azure Monitor OpenTelemetry Exporter]Update changelog for 1.0.0-beta…
hectorhdzg Oct 5, 2021
24a742f
fix sample on readme (#18022)
KarishmaGhiya Oct 5, 2021
a56111b
[EventGrid] Update System Events, Prepare for Release (#17977)
ellismg Oct 5, 2021
8031ba2
Handle multiple segments in service directory path (#18015)
azure-sdk Oct 5, 2021
5b3ec12
Post release automated changes for azure-service-bus (#18045)
azure-sdk Oct 5, 2021
ea2ae83
[Synapse Artifacts] Re generate for October Release (#17981)
joheredi Oct 5, 2021
9c80f49
Revert change back (#18040)
azure-sdk Oct 5, 2021
c7f4926
[Schema Registry] Edit readme (#18048)
deyaaeldeen Oct 5, 2021
23b90ad
Re-enable api extractor when building abort-controller (#17986)
ramya-rao-a Oct 5, 2021
3f2fee6
[Synapse Spark] Regenerate with latest release tag package-spark-2020…
joheredi Oct 5, 2021
b577126
Post release automated changes for schemaregistry releases (#18051)
azure-sdk Oct 5, 2021
a7a4375
Reduce test scope for test-utils pipeline (#18046)
praveenkuttappan Oct 5, 2021
82d4e3b
Post release automated changes for eventgrid releases (#18050)
azure-sdk Oct 5, 2021
d915f79
[Schema Registry] Post release automation (#18052)
deyaaeldeen Oct 6, 2021
df59bdf
[Identity] Caught up with POD Identity fix added on 1.5.1 (#18054)
sadasant Oct 6, 2021
342a87d
remaining feedback from Ramya
sadasant Oct 6, 2021
566dbb1
Merge remote-tracking branch 'Azure/main' into identity/fix17490-migr…
sadasant Oct 6, 2021
a92fcbb
removed references to the troubleshooting guide
sadasant Oct 7, 2021
71ef6f4
Update sdk/identity/identity/CHANGELOG.md
sadasant Oct 7, 2021
577fee9
added a placeholder for the Troubleshooting.md file
sadasant Oct 7, 2021
09e533d
Update sdk/identity/identity/CHANGELOG.md
sadasant Oct 7, 2021
5d53ae0
last references to Identity 2.0.0-beta.7
sadasant Oct 7, 2021
5f6d035
Merge remote-tracking branch 'Azure/main' into identity/fix17490-migr…
sadasant Oct 7, 2021
4e9b5e2
Fixed 2.0.0-beta.7 reference in monitor-query perf tests
sadasant Oct 7, 2021
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
4 changes: 4 additions & 0 deletions sdk/identity/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Key links:

## Getting started

### Migrate from v1 to v2 of @azure/identity

If you're using v1 of `@azure/identity`, see the [migration guide](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/migration-v1-v2.md) to update to v2.

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
Expand Down
Loading