(options = {})
| 76056 | } |
| 76057 | } |
| 76058 | } |
| 76059 | }; |
| 76060 | } |
| 76061 | |
| 76062 | // node_modules/@azure/core-rest-pipeline/dist/esm/policies/defaultRetryPolicy.js |
| 76063 | var defaultRetryPolicyName = "defaultRetryPolicy"; |
| 76064 | function defaultRetryPolicy(options = {}) { |
| 76065 | var _a5; |
| 76066 | return { |
| 76067 | name: defaultRetryPolicyName, |
| 76068 | sendRequest: retryPolicy([throttlingRetryStrategy(), exponentialRetryStrategy(options)], { |
| 76069 | maxRetries: (_a5 = options.maxRetries) !== null && _a5 !== void 0 ? _a5 : DEFAULT_RETRY_POLICY_COUNT |
no test coverage detected
searching dependent graphs…