Pavel Krymets

Results 9 issues of Pavel Krymets

M4 generates multiple responses with the same status code For https://github.com/Azure/azure-rest-api-specs/blob/d9cf7c7ed3d674ebd482836e82b274014245ae67/specification/attestation/data-plane/readme.md Operation PrepareToSet ``` responses: - ! schema: *ref_13 language: ! default: name: '' description: '' protocol: ! http: !...

Modeler
P1 - Required
bug

Currently, Azure SDKs produce a special kind of Activities that carries links in a ``` C# public IEnumerable Links { get; } ``` property. Migration to ActivitySource based activities would...

Tables binding fails when reading JObject entity written by Azure.Data.Tables from Cosmos Tables ``` Microsoft.Azure.WebJobs.Host.FunctionInvocationException : Exception while executing function: GetEntityProgramT1`1.Call ----> System.InvalidOperationException : Exception binding parameter 'entity' ----> System.ArgumentException...

Needs: Triage (Functions)
Storage
Track 1

`Microsoft.AspNetCore.SpaServices` and `Microsoft.AspNetCore.NodeServices` used to automatically create a console logger when logging is not configured. To align them with how other AspNetCore packages implement logging we are removing this automatic...

Announcement
Breaking change
3.0.0
Migrated
Documented

Some services (like Azure SQL) are not exposed to the internet by default. When developing an application that uses Azure SQL a firewall rule needs to be manually added to...

cli
templates

We should remove https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/search/Azure.Search.Documents/src/autorest.md#set-odatametadata-accept-header-in-operations in favor of setting a global/per-operation produces value in `searchservice.json`. After the https://github.com/Azure/azure-sdk-for-net/pull/14407 is merged. cc @heaths

Search
Client
MQ

In the .NET repo we run a lot of instances of autorest in parallel. SOmetimes they fail with ``` EXEC : error : read ECONNRESET at TLSWrap.onStreamRead (internal/stream_base_commons.js:209:20) ``` We...

We get a lot of Jenkins failures like https://ci3.dot.net/job/aspnet_IISIntegration/job/master/job/windows-Configuration_Release_prtest/75/console in https://github.com/aspnet/IISIntegration repo. I suspect that it's caused by hanging w3wp or iisexpress processes that are not killed by default targets....