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

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

@ -1,4 +1,7 @@
# Changelog # 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 ## 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` - 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 - 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 - Supports polling for long running operations
- Provides definition of CloudError - Provides definition of CloudError

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

@ -27,4 +27,4 @@ export const DEFAULT_LANGUAGE = "en-us";
* @const * @const
* @type {string} * @type {string}
*/ */
export const msRestAzureVersion = "2.0.1"; export const msRestAzureVersion = "2.1.0";

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

@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com", "email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-azure-js" "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", "description": "Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [ "tags": [
"isomorphic", "isomorphic",
@ -42,7 +42,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@azure/core-auth": "^1.1.4", "@azure/core-auth": "^1.1.4",
"@azure/ms-rest-js": "^2.0.4", "@azure/ms-rest-js": "^2.2.0",
"tslib": "^1.10.0" "tslib": "^1.10.0"
}, },
"devDependencies": { "devDependencies": {