Pavel Krymets
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: !...
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...
`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...
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...
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
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....
As services develop and evolve, they gather various switches to enable the "modern" behavior. For example: ```bicep resource workerFunctionSite 'Microsoft.Web/sites@2021-01-15' = { kind: 'functionapp' } ``` or ```bicep resource storageacc...