GithubHelp home page GithubHelp logo

Comments (7)

Mr-MooMoo avatar Mr-MooMoo commented on August 23, 2024 2

As a hacky workaround (and totally un-nix-y way, i know - just to be able to work):

sudo ushare -m bash
mount -o remount,rw /nix/store
sed -i 's/ñ/n/g' /etc/os-release
sed -i 's/ñ/n/g' /etc/lsb-release
exit

(replaces all ñ with n) in given files, so nuget can pull packages, and dotnet restore keeps working
Will be overwritten on every update of your nix-config files!

from azure-sdk-for-net.

jsquire avatar jsquire commented on August 23, 2024 1

@m-redding: Would you take a look at the Core logic for User Agent strings?

//cc: @annelo-msft, @KrzysztofCwalina for awareness.

from azure-sdk-for-net.

m-redding avatar m-redding commented on August 23, 2024 1

@nazarewk I'm working on investigating a fix for this, but if you don't want the user agent string to be added to the request at all, you can set the environment variable "AZURE_TELEMETRY_DISABLED" to true. There's also a setting for this in the SDK but it doesn't sound like you're using the identity SDK directly so I'm assuming you can't take advantage of that.

from azure-sdk-for-net.

github-actions avatar github-actions commented on August 23, 2024

Thank you for your feedback. Tagging and routing to the team member best able to assist.

from azure-sdk-for-net.

wfurt avatar wfurt commented on August 23, 2024

Azure/azure-sdk-for-net@5004a5c/sdk/eventhub/Azure.Messaging.EventHubs/src/Core/ClientLibraryInformation.cs#L56-L82

the RuntimeInformation.OSDescription makes no guarantee about HTTP safety -> "An opaque string that describes the operating system on which the app is running."

from azure-sdk-for-net.

jsquire avatar jsquire commented on August 23, 2024

Azure/azure-sdk-for-net@5004a5c/sdk/eventhub/Azure.Messaging.EventHubs/src/Core/ClientLibraryInformation.cs#L56-L82

the RuntimeInformation.OSDescription makes no guarantee about HTTP safety -> "An opaque string that describes the operating system on which the app is running."

@wfurt: Event Hubs an AMQP-based library and does not send HTTP requests. The class that you're referencing sets link properties of AMQP type string, which is Unicode-based.

from azure-sdk-for-net.

wfurt avatar wfurt commented on August 23, 2024

that works only if you are admin/root -> not scalable IMHO.

from azure-sdk-for-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.