Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into live #42477

Merged
merged 13 commits into from
Sep 5, 2024
Merged

Merge main into live #42477

merged 13 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. Change file name (#42452)

    Change the example file name. Because managed identity is generally better than connection strings, don't imply that we're using connection strings.
    BillWagner committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9c9feba View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.SemanticKernel (#42460)

    Bumps the dotnet group in /docs/ai/tutorials/snippets/llm-eval with 1 update: [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel).
    
    
    Updates `Microsoft.SemanticKernel` from 1.17.2 to 1.18.2
    - [Release notes](https://github.com/microsoft/semantic-kernel/releases)
    - [Commits](microsoft/semantic-kernel@dotnet-1.17.2...dotnet-1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.SemanticKernel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dotnet
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bb2762b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6c5ab View commit details
    Browse the repository at this point in the history
  4. Correct EventPipe comparison info (#42456)

    The EventPipe docs were saying things about LTTng that were either incorrect or misleading. I think changing the comparison to use perf_events makes it more effective.
    
    - LTTng does support tracing kernel events, but as written users are likely to get the wrong idea. Perfcollect, the tool we recommend to when using LTTng with .NET, uses perf_events rather than LTTng to perform the kernel tracing. Perfcollect only uses lttng for its user-mode tracing capability.
    - LTTng doesn't support native callstacks as far as I am aware.
    noahfalk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c98fecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92a8d2c View commit details
    Browse the repository at this point in the history
  6. Fix Syntax for Output Samples (#42462)

    Sets the output sample's code type to `text` to avoid CLI type highlighting.
    prasadu-microsoft committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3babf00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b843e6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f663e71 View commit details
    Browse the repository at this point in the history
  9. Update how-to.md (#42470)

    Markdown lint fix
    BillWagner committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    503e7ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f53fa6b View commit details
    Browse the repository at this point in the history
  11. Part of ROPC (#42469)

    Rick-Anderson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3808414 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    47db013 View commit details
    Browse the repository at this point in the history
  2. Fix for 42241 (#42250)

    samwherever committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7426cfe View commit details
    Browse the repository at this point in the history