@azure/core-lro 1.0.2-dev.20200427.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -121,7 +121,7 @@ A guide on how to write them follows.
121
121
 
122
122
  The `update` method defines how to request the remote service for updates on the status of the long running operation.
123
123
 
124
- It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/a9de77f992431262db8766330cab644096c070f6/sdk/core/abort-controller)'s `AbortSignalLike`.
124
+ It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/f5ad8a25fd399564518f526a060a372e602f30c5/sdk/core/abort-controller)'s `AbortSignalLike`.
125
125
 
126
126
  A more advanced use allows passing in a `fireProgress` function, which, if called, is responsible for triggering the
127
127
  poller's `onProgress` callbacks.
@@ -161,7 +161,7 @@ async function update(
161
161
  The operation's `cancel` method should attempt to cancel the pending operation, if it's allowed by the remote service.
162
162
  Otherwise, it should throw.
163
163
 
164
- It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/a9de77f992431262db8766330cab644096c070f6/sdk/core/abort-controller)'s `AbortSignalLike`.
164
+ It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/f5ad8a25fd399564518f526a060a372e602f30c5/sdk/core/abort-controller)'s `AbortSignalLike`.
165
165
 
166
166
  It returns a promise that should be resolved with an updated version of the poller's operation.
167
167
 
@@ -352,7 +352,7 @@ Packages inside of [azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js)
352
352
 
353
353
  ## Next steps
354
354
 
355
- Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/a9de77f992431262db8766330cab644096c070f6/sdk/core/core-lro/samples) directory for detailed examples on how to use this library.
355
+ Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/f5ad8a25fd399564518f526a060a372e602f30c5/sdk/core/core-lro/samples) directory for detailed examples on how to use this library.
356
356
 
357
357
  ## Contributing
358
358
 
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Licensed under the MIT License. See License.txt in the project root for
4
4
  * license information.
5
5
  *
6
- * Azure Core LRO SDK for JavaScript - 1.0.2-dev.20200427.1
6
+ * Azure Core LRO SDK for JavaScript - 1.0.2
7
7
  */
8
8
  'use strict';
9
9
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/Azure/azure-sdk-for-js"
7
7
  },
8
8
  "sdk-type": "client",
9
- "version": "1.0.2-dev.20200427.1",
9
+ "version": "1.0.2",
10
10
  "description": "LRO Polling strtegy for the Azure SDK in TypeScript",
11
11
  "tags": [
12
12
  "isomorphic",
@@ -95,7 +95,7 @@
95
95
  "sideEffects": false,
96
96
  "dependencies": {
97
97
  "@azure/abort-controller": "^1.0.0",
98
- "@azure/core-http": "^1.1.1-dev",
98
+ "@azure/core-http": "^1.1.1",
99
99
  "events": "^3.0.0",
100
100
  "tslib": "^1.10.0"
101
101
  },