diff --git a/Changelog.md b/Changelog.md index f7fccbb..4958b2c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,7 @@ # Changelog +## 2.1.0 - 2021-01-26 +- Added support for @azure/identity's TokenCredential. For more information, see https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/README.md#credentials + ## 2.0.1 - 2019-07-30 - In `getOperationResponse()` if the `resource` is of type `string` and we get an error while performing `JSON.parse()` then instead of letting the error be thrown we set the `resource` as-is as the `response.parsedBody` @@ -85,4 +88,4 @@ - Initial version of the isomorphic azure runtime along with type definitions that works in the browser as well as the node.js environment - Supports polling for long running operations - - Provides definition of CloudError \ No newline at end of file + - Provides definition of CloudError diff --git a/lib/util/constants.ts b/lib/util/constants.ts index 6b0abdf..5636397 100644 --- a/lib/util/constants.ts +++ b/lib/util/constants.ts @@ -27,4 +27,4 @@ export const DEFAULT_LANGUAGE = "en-us"; * @const * @type {string} */ -export const msRestAzureVersion = "2.0.1"; +export const msRestAzureVersion = "2.1.0"; diff --git a/package.json b/package.json index b790358..af5fe6d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/ms-rest-azure-js" }, - "version": "2.0.2", + "version": "2.1.0", "description": "Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", "tags": [ "isomorphic", @@ -42,7 +42,7 @@ "license": "MIT", "dependencies": { "@azure/core-auth": "^1.1.4", - "@azure/ms-rest-js": "^2.0.4", + "@azure/ms-rest-js": "^2.2.0", "tslib": "^1.10.0" }, "devDependencies": {