@azure/core-lro
Advanced tools
Comparing version 3.1.1-alpha.20241101.1 to 3.1.1-alpha.20241111.2
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "3.1.1-alpha.20241101.1", | ||
"version": "3.1.1-alpha.20241111.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "description": "Isomorphic client library for supporting long-running operations in node.js and browser.", |
@@ -46,3 +46,3 @@ # Azure Core LRO client library for JavaScript | ||
```typescript snippet:operation_state | ||
switch (poller.getOperationState().status) { | ||
switch (poller.operationState.status) { | ||
case "succeeded": // return poller.getResult(); | ||
@@ -49,0 +49,0 @@ case "failed": // throw poller.getOperationState().error; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
499252