diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 261a6ebc537..0aeb5be31eb 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -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", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index b1f9acc26ff..a8ed1bb2b89 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -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 diff --git a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-22-58.json b/common/changes/@microsoft/rush/cache-metadata_2022-11-23-22-58.json deleted file mode 100644 index 5416b08fbac..00000000000 --- a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-22-58.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add support for a `credentialMetadata` property in the CredentialCache.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-00.json b/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-00.json deleted file mode 100644 index d4d2f91a261..00000000000 --- a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "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`", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-16.json b/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-16.json deleted file mode 100644 index 1e6dde039e6..00000000000 --- a/common/changes/@microsoft/rush/cache-metadata_2022-11-23-23-16.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "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.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/remove-outdated-comment_2022-11-22-23-08.json b/common/changes/@microsoft/rush/remove-outdated-comment_2022-11-22-23-08.json deleted file mode 100644 index efcd84c45fb..00000000000 --- a/common/changes/@microsoft/rush/remove-outdated-comment_2022-11-22-23-08.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file