Releases: Azure/azure-sdk-tools
Releases · Azure/azure-sdk-tools
CSharpAPIParser_1.0.0-dev.20240821.2
.NET API review parser changes to use new token schema (#8850) * .NET API review parser changes to use new token schema
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240821.2
ensure we normalize so that the json comparison is the fallback
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240821.1
change the ordering so we aren't ALWAYS expanding the full json
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240820.1
tests repaired
Azure.ClientSdk.Analyzers_0.1.1-dev.20240813.2
Add exception for Utf8JsonReader/Writer to AZC0014 (#8752) * update * update * update --------- Co-authored-by: Pan Shao <[email protected]>
Azure.ClientSdk.Analyzers_0.1.1-dev.20240813.1
update
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240807.1
fix an issue preventing proper scan. fix livetests (#8800)
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240806.1
Add proxy audit log and other assorted fixes (#8781) * Use a unified lock for all access to a recording. sanitizers or recording entries. * Creating an audit log so we can see raw associated information for important events about a specific recording. * obtain a lock before stopping playback, ensuring that ongoing writes in other threads won't be broken --------- Co-authored-by: semick-dev <[email protected]>
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240804.1
Allow already-removed sanitizers to not error when removed (#8770) * allow the sanitizers to clear * remove a test that doesn't have a point if we don't error on sanitizer removal
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240801.2
remove a test that doesn't have a point if we don't error on sanitize…