@azure/core-lro
Advanced tools
Comparing version 1.0.1-dev.20200221.1 to 1.0.1-dev.20200222.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200221.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200222.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.1-dev.20200221.1", | ||
"version": "1.0.1-dev.20200222.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -135,3 +135,3 @@ "tags": [ | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-remap-coverage": "^0.1.5", | ||
"karma-remap-istanbul": "^0.6.0", | ||
"mocha": "^6.2.2", | ||
@@ -138,0 +138,0 @@ "mocha-junit-reporter": "^1.18.0", |
@@ -124,3 +124,3 @@ # Azure Core LRO client library for JavaScript | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/4e489804683a1752473ebf70dacd23dced8c6337/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -165,3 +165,3 @@ A more advanced use allows passing in a `fireProgress` function, which, if called, is responsible for triggering the | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/4e489804683a1752473ebf70dacd23dced8c6337/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -357,3 +357,3 @@ It returns a promise that should be resolved with an updated version of the poller's operation. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/4e489804683a1752473ebf70dacd23dced8c6337/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
@@ -360,0 +360,0 @@ ## Contributing |