@azure/core-lro
Advanced tools
Comparing version 1.0.1-dev.20200204.1 to 1.0.1-dev.20200206.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200204.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200206.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.1-dev.20200204.1", | ||
"version": "1.0.1-dev.20200206.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/c75db3ce8f9afb207b22442910c062141a773dfd/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/283bb2dcdd1b44b0a5ad6491a5d79e9eebf1b900/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/c75db3ce8f9afb207b22442910c062141a773dfd/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/283bb2dcdd1b44b0a5ad6491a5d79e9eebf1b900/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/c75db3ce8f9afb207b22442910c062141a773dfd/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/283bb2dcdd1b44b0a5ad6491a5d79e9eebf1b900/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
@@ -360,0 +360,0 @@ ## Contributing |