-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.6 Breaking changes #829
Comments
Also seeing this after upgrading to 2.1.6, but for @azure/storage-blob related operations:
|
@papabytes can you add more details about specific version of azure KeyVault package you are using?, can you try with latest version of the package and validate if the error persist? |
This is using version 12.7.0 of the @azure/storage-blob package, which is currently the latest available. |
Same on Node:v14.17.6
and can confirm that reverting back to 2.1.5 fixes the problem. |
Same issue here: Node: v14.17.5 OS: Windows and Linux
|
Hi everyone,
We recently updated from 2.1.5 to 2.1.6 and, without changing any source code we started seeing the following error on the startup of our application:
ApplicationInsights:The URL object is failed to create. [ TypeError [ERR_INVALID_URL]: Invalid URL: Azure.KeyVault.Secrets.SecretClient.getSecret at onParseError (internal/url.js:279:9) at new URL (internal/url.js:355:5) at NodeClient.TelemetryClient.trackDependency (/app/node_modules/applicationinsights/out/Library/TelemetryClient.js:106:36) at /app/node_modules/applicationinsights/out/AutoCollection/diagnostic-channel/azure-coretracing.sub.js:29:28 at Array.forEach (<anonymous>) at /app/node_modules/applicationinsights/out/AutoCollection/diagnostic-channel/azure-coretracing.sub.js:22:21 at Function.CorrelationContextManager.runWithContext (/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:65:20) at OpenTelemetryScopeManagerWrapper.with (/app/node_modules/applicationinsights/out/AutoCollection/AsyncHooksScopeManager.js:39:70) at subscriber (/app/node_modules/applicationinsights/out/AutoCollection/diagnostic-channel/azure-coretracing.sub.js:21:56) at /app/node_modules/diagnostic-channel/dist/src/channel.js:44:25 { input: 'Azure.KeyVault.Secrets.SecretClient.getSecret', code: 'ERR_INVALID_URL' } ]
Reverting back to 2.1.5 was our approach since we could not figure out what to change on our end.
Thank you for your time.
The text was updated successfully, but these errors were encountered: