Skip to content

Update MSAL dependency#8359

Merged
chlowell merged 5 commits intorelease/dec-rollupfrom
update-msal
Nov 4, 2019
Merged

Update MSAL dependency#8359
chlowell merged 5 commits intorelease/dec-rollupfrom
update-msal

Conversation

@chlowell
Copy link
Member

@chlowell chlowell commented Nov 1, 2019

Relaxes our msal dependency to accept 1.*, and adopts the latest msal-extensions with similarly relaxed dependency.

Closes #8332

@chlowell chlowell added Client This issue points to a problem in the data-plane of the library. Azure.Identity labels Nov 1, 2019
@chlowell chlowell requested a review from schaabs as a code owner November 1, 2019 23:58
@chlowell chlowell self-assigned this Nov 1, 2019
@adxsdk6
Copy link

adxsdk6 commented Nov 1, 2019

Can one of the admins verify this patch?

@chlowell chlowell requested review from johanste and lmazuel November 2, 2019 18:59
"cryptography>=2.1.4",
"msal<1.0.0,>=0.4.1",
"msal-extensions~=0.1.2",
"msal<2.0.0,>=1.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

If there is no breaking changes, why not make it msal<2.0.0,>=0.4.1 ? (open question)

Copy link
Member

Choose a reason for hiding this comment

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

Complementary question: are we exposing anything from msal to customers? Even thourgh callback or something?

Copy link
Member Author

Choose a reason for hiding this comment

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

msal 0.4.1 should work but I prefer not to declare support for preview versions now that we've all moved to GA.

Nothing of msal is exposed by design, i.e. any msal in our public API is a bug 😁

Copy link
Member

Choose a reason for hiding this comment

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

I'm good with setting min version to 1.0.0.

@chlowell chlowell changed the base branch from master to release/dec-rollup November 4, 2019 20:21
@chlowell chlowell merged commit 10b2eb2 into release/dec-rollup Nov 4, 2019
@chlowell chlowell deleted the update-msal branch November 4, 2019 22:41
xiangyan99 added a commit that referenced this pull request Nov 8, 2019
* Updated minor version for released packages in hotfix branch

* Refactor ClientCertificateCredential construction (#8315)

* Update MSAL dependency (#8359)

* Fix InteractiveBrowserCredential caching (#8352)

* Disable depends test (#8440)

* [EventHubs] Final README update (#8430)

* [EventHubs] Final docs update (#8428)

* Readme final update

* Update links

* update async sample in readme

* Simply samples in readme and make samples can run (#8432)

* Tiny readme fix

* Update checkpointstore README

* Update checkpointstore README

* Fix a README error

* App Configuration 2019-10-01  (#8394)

* update sdk\keyvault\azure-keyvault-secrets\README.md (#8396)

* bump warden version (#8460)

* Add passing kwargs and HttpLoggingPolicy plugged (#8053)

* Live tests for managed identity, username/password, browser credentials (#7622)

* policy v2019_09_01 (#8397)

* Fix media streaming bug (#8385)

* initial commit to fix media streaming bug

- Removed media streaming related checks in synchronized_request that was causing issues with DBAs with "media" in the name
- Refactored pipeline_client.run into a _PipelineRun method for testing purposes

* bumped version

* removed references to 'Media'

* bumped version in readme

* removed unused import for pylint

* undid test config changes

* updated HISTORY with breaking changes

* modified changelog

* Work around sphinx markdown heading link bug (#8255)

* move smoke tests

update smoke-test.yml

move smoketests to common folder

* consistent smoke test requirements

* remove smoke test invocations that don't exist

* use original interface

* remove phantom smoke tests

* New CI to check autorest when changes are made in azure-core (#8509)

* ADLS Gen2 API Implementation (#8473)

* ADLS Gen2 API Implementation (#8473)

* network parameter change (#8529)

* [AutoPR] appconfiguration/resource-manager (#8528)

* New azure-mgmt-web + fixed mixin script (#8334)

* list skus test

* adding api_version in mixin instance

* regenerated new package

* regeneated tests

* history and version

* [AutoPR] cognitiveservices/data-plane/LUIS/Authoring (#7816)

* [AutoPR cognitiveservices/data-plane/LUIS/Authoring] Add v3.0 swagger (#7815)

* Generated from 7a554c128d6eba201c576885c8c2ea78f5267481

Add v3.0 swagger

* Generated from d3a4f2d1674a63bc9a4a57015f956833c7d40f7b

Update LUIS-Authoring.json

fix semantic bugs

* regenerated luis

* updated history and version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Identity Client This issue points to a problem in the data-plane of the library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants