Stéphane Erbrech

Results 12 issues of Stéphane Erbrech

the tokenprovider func is chanigng in this PR: https://github.com/denisenkom/go-mssqldb/pull/547 Seeing as it might possibly take some time to land the PR in master, I'd like to provide a simpler update...

I first thought we have a bug in AKS for old clusters, but I could delete it just fine in the portal or CLI. I think you're just not including...

bug
no-stale

**Is your feature request related to a problem? Please describe.** There is a feature to provide the github auth token to generate from a private repo URL. that's great, but...

Is there any plans to add Environment variables as a source? pseudo code : ```golang s := staert.NewStaert(command) env := staert.NewEnvSource("PREFIX_") s.AddSource(env) ```

enhancement

**Repro :** ```shell ➜ footloose-env cat > Dockerfile Using cache ---> 6f389364790e Successfully built 6f389364790e Successfully tagged footloose/env:latest ➜ footloose-env docker run -it --rm footloose/env env | grep TESTVAR TESTVAR=/some/path...

While strict mock is very valuable, it's also very restrictive in how we can use this library. strict mocks force all expectation to be met, and also that anything that...

### Feature Request When we enable logging of response body, everything is logged and we can't parse/filter it easily. even the client handshake is logged, logging the token : ```...

Azure.Core
feature-request

Hi, First of all, thanks for the library, I really appreciate the effort and the project in general. :) But I just spent 1h trying to get MutuallyExclusiveSet feature working....

behaviour-change-request
wiki-inaccuracy

### Bug Report ``` POST https://xxxxxxxxxxxxxx.documents.azure.com:443/dbs/xxxxxxxxxxxxxxx -------------------------------------------------------------------------------- RESPONSE 400: 400 Bad Request ERROR CODE: 400 Bad Request -------------------------------------------------------------------------------- { "code": "BadRequest", "message": "The provided cross partition query can not be...

Cosmos