This commit is contained in:
deyaaeldeen 2021-01-26 22:02:10 +00:00
Родитель 0e59752332
Коммит 2b7e6bc4a6
3 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -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`

Просмотреть файл

@ -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";

Просмотреть файл

@ -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": {