Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Nov 24, 2022
1 parent 49fa620 commit 41aba1d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 42 deletions.
18 changes: 18 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.85.0",
"tag": "@microsoft/rush_v5.85.0",
"date": "Thu, 24 Nov 2022 03:57:19 GMT",
"comments": {
"none": [
{
"comment": "Add support for a `credentialMetadata` property in the CredentialCache."
},
{
"comment": "(BREAKING API CHANGE) Change the signature of `CredentialCache.setCacheEntry` to take the credential ID and an object describing the credential instead of a credential string and an expiration date. The second argument's type now matches the return value of `CredentialCache.tryGetCacheEntry`"
},
{
"comment": "(BREAKING API CHANGE) Change the return type of `AzureAuthenticationBase.tryGetCachedCredentialAsync` (and, therefore, `AzureStorageAuthentication.tryGetCachedCredentialAsync`) from `string | undefined` to `ICredentialCacheEntry | undefined` to include the credentialMetadata."
}
]
}
},
{
"version": "5.84.0",
"tag": "@microsoft/rush_v5.84.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @microsoft/rush

This log was last generated on Tue, 22 Nov 2022 23:24:56 GMT and should not be manually modified.
This log was last generated on Thu, 24 Nov 2022 03:57:19 GMT and should not be manually modified.

## 5.85.0
Thu, 24 Nov 2022 03:57:19 GMT

### Updates

- Add support for a `credentialMetadata` property in the CredentialCache.
- (BREAKING API CHANGE) Change the signature of `CredentialCache.setCacheEntry` to take the credential ID and an object describing the credential instead of a credential string and an expiration date. The second argument's type now matches the return value of `CredentialCache.tryGetCacheEntry`
- (BREAKING API CHANGE) Change the return type of `AzureAuthenticationBase.tryGetCachedCredentialAsync` (and, therefore, `AzureStorageAuthentication.tryGetCachedCredentialAsync`) from `string | undefined` to `ICredentialCacheEntry | undefined` to include the credentialMetadata.

## 5.84.0
Tue, 22 Nov 2022 23:24:56 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 41aba1d

Please sign in to comment.