@azure/core-lro
Advanced tools
Comparing version 1.0.1-dev.20200210.1 to 1.0.1-dev.20200211.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200210.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200211.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.1-dev.20200210.1", | ||
"version": "1.0.1-dev.20200211.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -12,0 +12,0 @@ "tags": [ |
@@ -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/8cb410b43fec042e2d6d23daef75af8e8e64d964/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/c642c6ce5e59862b56b996a555b52c469ec4554f/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/8cb410b43fec042e2d6d23daef75af8e8e64d964/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/c642c6ce5e59862b56b996a555b52c469ec4554f/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/8cb410b43fec042e2d6d23daef75af8e8e64d964/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/c642c6ce5e59862b56b996a555b52c469ec4554f/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
@@ -360,0 +360,0 @@ ## Contributing |