Update dependency @azure/ms-rest-nodeauth to v3 #160
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.3
->3.0.8
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
Azure/ms-rest-nodeauth
v3.0.8
execAz()
by replacingexec()
withexecFile()
- CVE-2021-28458v3.0.7
v3.0.6
buildTenantsList
will throw an error when it can't list tenantsv3.0.5
buildTenantList
is made public. This is helpful if one needs to get the Ids of all the tenants in the account programmatically.setDomain()
which takes the Id of a tenant is now available on all credentials. Use this to change the domain i.e. the tenant against which tokens are created.clientId
property in theoptions
parameter of the MSI based login methodloginWithAppServiceMSI()
. This is required to allow user-assigned managed identities to be used to authenticate through Azure App Services and Azure Functions.IDENTITY_ENDPOINT
andIDENTITY_SECRET
when using theMSIAppServiceTokenCredentials
credentials.v3.0.4
v3.0.3
loginWithServicePrincipalSecretWithAuthResponse
is sometimes not called.For more details, see PR 77
v3.0.2
v3.0.1
adal-node
to version^0.2.0
. This fixes customer issue: 125.v3.0.0
@azure/ms-rest-js
from^1.8.13
to^2.0.4
there by fixing #67.v2.0.6
buildTenantsList
will throw an error when it can't list tenantsv2.0.5
loginWithServicePrincipalSecretWithAuthResponse
is sometimes not called.Promise
object allocations insideasync
functions.v2.0.4
@azure/ms-rest-js
from^2.0.3
to^1.8.13
thereby fixing #69.