diff --git a/.github/workflows/event-processor.yml b/.github/workflows/event-processor.yml index 73310f374..0d4d9df46 100644 --- a/.github/workflows/event-processor.yml +++ b/.github/workflows/event-processor.yml @@ -59,7 +59,7 @@ jobs: # To run github-event-processor built from source, for testing purposes, uncomment everything # in between the Start/End-Build From Source comments and comment everything in between the - # Start/End-Install comments + # Start/End-Install comments. # Start-Install - name: Install GitHub Event Processor run: > diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 6f3066efc..f7b23a842 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -108,6 +108,7 @@ "northcentralus", "nostd", "NTSTATUS", + "OIDC", "okhttp", "opentelemetry", "otel", diff --git a/sdk/core/azure-core/test/ut/context_test.cpp b/sdk/core/azure-core/test/ut/context_test.cpp index ab61ff903..0eb9e72df 100644 --- a/sdk/core/azure-core/test/ut/context_test.cpp +++ b/sdk/core/azure-core/test/ut/context_test.cpp @@ -453,7 +453,7 @@ TEST(Context, PreCondition) // Type-safe assert requires RTTI build #if defined(NDEBUG) - // Release build won't provide assert msg + // Release build won't provide an assert message ASSERT_DEATH(c2.TryGetValue(key, value), ""); #else ASSERT_DEATH(c2.TryGetValue(key, value), "Type mismatch for Context::TryGetValue");