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

[AutoPR track2_azure-mgmt-eventhub] EventHub 2024-05-01-preview #6707

Closed
wants to merge 137 commits into from

Commits on Mar 8, 2024

  1. Add dotnet-api product slug to sample metadata script (Azure#34706)

    Co-authored-by: Anne Thompson <annelo@microsoft.com>
    azure-sdk and annelo-msft authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    83a137e View commit details
    Browse the repository at this point in the history
  2. [Perf] corehttp - updating async stream upload httpx test (Azure#34674)

    * add async iterator random stream for async httpx
    
    * update perf tests with same args for easier comparison of perf
    
    * pauls comments
    
    * update asynciterator comment to iterable
    swathipil authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1923e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b96ce5 View commit details
    Browse the repository at this point in the history
  4. Sync .github/workflows directory with azure-sdk-tools for PR 7845 (Az…

    …ure#34709)
    
    * Create a separate job for events requiring Az CLI
    
    * Update .github/workflows/event-processor.yml
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    3 people authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    256e783 View commit details
    Browse the repository at this point in the history
  5. Update Prepare-Release.ps1 to handle only one previous release (Azure…

    …#34708)
    
    In the case there is exactly one previous release PS will return the single object and thus the Count property will not exist. Instead this change ensures that we always have a list.
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    azure-sdk and weshaggard authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ee767c2 View commit details
    Browse the repository at this point in the history
  6. remove upper bound in setup.py (Azure#34402)

    * remove upper bound in setup.py
    
    * update
    
    * update
    
    * update
    
    * revert change for monitor
    
    * update
    xiangyan99 authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    87bca57 View commit details
    Browse the repository at this point in the history
  7. Add myself/mccoy to the tools directory codeowners (Azure#34524)

    * add myself to tools/ directory
    
    * add mccoy
    scbedd authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    23121a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update github-event-processor version (Azure#34720)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b4a18bc View commit details
    Browse the repository at this point in the history
  2. Add date for release 1.14.0 (Azure#34710)

    * Add release date
    
    * Change to next Monday as the team won't release SDK at Friday
    YusakuNo1 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9edbe4a View commit details
    Browse the repository at this point in the history
  3. Update GitHubEventProcessor to 20240311.2 (Azure#34723)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f2cb087 View commit details
    Browse the repository at this point in the history
  4. [Monitor] Pylint updates (Azure#34429)

    - Updates for next-pylint.
    - Added changelog entry for a previous release that was released from
      another branch.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3e3d34b View commit details
    Browse the repository at this point in the history
  5. [Cosmos] fixing bug with not passing kwargs/ response_hook in `create…

    …_container_if_not_exists` (Azure#34286)
    
    * fixes
    
    * Update CHANGELOG.md
    
    * fixed missing kwargs
    
    * using PR to remove these wrongly-marked limitations
    simorenoh authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    51b9eab View commit details
    Browse the repository at this point in the history
  6. Remove experimental annotation from provision network (Azure#34690)

    * Remove experimental annotation from provision network
    
    * remove unused import
    fredms authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    91fc86f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36e3080 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    428c2b6 View commit details
    Browse the repository at this point in the history
  9. Skip env processing on matrix import step (Azure#34728)

    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5170e10 View commit details
    Browse the repository at this point in the history
  10. Remaining livetest matrices, ci.yml uses image.yml variables (Azu…

    …re#34727)
    
    * ensure that image.yml is populated everywhere
    * update ci.yml to also use the variables as provided by image.yml
    * update gitignore so that our updates don't break anyone's analyze
    * ensure analyze weekly runs on the correct job
    scbedd authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4207b9f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. [Monitor Query] Update swagger (Azure#34614)

    The swagger file are updated and the code is regenerated.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8f8ec65 View commit details
    Browse the repository at this point in the history
  2. [EventGrid] api events (Azure#34514)

    * api events
    
    * api center
    
    * update version
    
    * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
    l0lawrence authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    07995c5 View commit details
    Browse the repository at this point in the history
  3. [Cosmos] archboard review item - update batch error description (Azur…

    …e#34473)
    
    * update batch error description
    
    * Revert "update batch error description"
    
    This reverts commit 9fbe949.
    
    * linked sample, updated ivar
    
    * Update exceptions.py
    
    * Update exceptions.py
    
    * Update exceptions.py
    
    * Update exceptions.py
    simorenoh authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    863ccdd View commit details
    Browse the repository at this point in the history
  4. [ml] Enable strict sphinx check (Azure#34688)

    * Remove Optional type annotation from get() methods
    
    * Remove duplicate overloads
    
    * Fix sphinx errors
    
    * Fix indentation
    
    * Turn on strict sphinx check
    
    * Implicitly expose search_space and _credentials classes to avoid duplicate object exposures
    
    * Add deprecation warning message for imports and update CHANGELOG
    
    * Update formatting
    
    * Ignore mypy error
    diondrapeck authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dc7fc74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59e7d23 View commit details
    Browse the repository at this point in the history
  6. [Monitor] Improve docs regarding sovereign clouds (Azure#33196)

    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f12ac3a View commit details
    Browse the repository at this point in the history
  7. Support for file contents in simulated messages (Azure#34726)

    * Reverting models to make sure calls to the simulator work
    
    * quotes
    
    * Spellcheck fixes
    
    * ignore the models for doc generation
    
    * Fixed the quotes on f strings
    
    * pylint skip file
    
    * Support for summarization
    
    * Adding a limit of 2 conversation turns for all but conversation simulators
    
    * exclude synthetic from mypy
    
    * Another lint fix
    
    * Skip the file causing linting issues
    nagkumar91 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5a2d195 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf5fc50 View commit details
    Browse the repository at this point in the history
  9. Turn on EnforceMaxLifeOfIssues (Azure#34731)

    Turning on GitHub Action to enforce the max life of issues. "Close stale issues"
    ronniegeraghty authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c3c285e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    b3411ac View commit details
    Browse the repository at this point in the history
  2. Update FastAPI sample with instrumentation (Azure#34738)

    * Update FastAPI sample with instrumentation
    
    * uvicorn spelling
    jeremydvoss authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5cff7c9 View commit details
    Browse the repository at this point in the history
  3. APIView - send package version param for automatic API review request (

    …Azure#34748)
    
    Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
    azure-sdk and praveenkuttappan authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    40cd480 View commit details
    Browse the repository at this point in the history
  4. Python SDK : Communication messages (Azure#33946)

    * messaging python SDK
    
    * reverting kind change
    
    * add new rest api commimt changes
    
    * adding samples
    
    * adding samples
    
    * latest rest api changes merge
    
    * review comments
    
    * build failures
    
    * build failures
    
    * build failures
    
    * Adding AAD auth
    
    * adding asset.json
    
    * readme update
    
    * plint issues fix
    
    * changelog update
    
    * plint issues fix
    
    * buildfix
    
    * test fix
    
    * revert job router change
    
    * test fix.
    
    * testfix
    
    * test fix
    
    * test fix
    
    * review comments
    
    * samples for Image messages
    
    * adding to code owners
    
    * review comments
    
    * adding iteratable bytes to download media
    
    * lint issues
    
    * lint issues
    
    * review comments
    
    * tsp commit update
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * review comments
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/README.md
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    
    * review comments
    
    * review comments
    
    * adding Token credential Sample
    
    * samples improvement
    
    * Iterable bytes changes
    
    * removing job router references.
    
    ---------
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    Shamkh and annatisch authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f12a5b9 View commit details
    Browse the repository at this point in the history
  5. Data Collector Data field string fix (Azure#34739)

    * data field for data collector should pass in a data id for the rest call
    
    * update import order
    TajiHarrisMicrosoft authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    04ad332 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. code and test (Azure#34375)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    add1a48 View commit details
    Browse the repository at this point in the history
  2. feat: support set environment variables on flow.dag.yaml (Azure#34450)

    * feat: support set environment variables on flow.dag.yaml
    
    * ci: update recordings
    elliotzh authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bc6f787 View commit details
    Browse the repository at this point in the history
  3. update typespec-python vesrion to 0.22.4 (Azure#34765)

    * update typespec-python vesrion to 0.22.4
    
    * update
    msyyc authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    65af272 View commit details
    Browse the repository at this point in the history
  4. [WebPubSub] Update 1.1.0 (Azure#34552)

    * update
    
    * handle default value
    
    * resolve comment
    xingsy97 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b4a0143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dde263 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8597c2 View commit details
    Browse the repository at this point in the history
  7. [Cosmos] Last review comments (Azure#34759)

    * Missing vartype name
    
    * keyword-only params
    
    * More keyword-only params
    
    * Hide imported method
    
    * Hide imported object
    annatisch authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    071609d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbef227 View commit details
    Browse the repository at this point in the history
  9. Simulator bugfixes (Azure#34753)

    * Reverting models to make sure calls to the simulator work
    
    * quotes
    
    * Spellcheck fixes
    
    * ignore the models for doc generation
    
    * Fixed the quotes on f strings
    
    * pylint skip file
    
    * Support for summarization
    
    * Adding a limit of 2 conversation turns for all but conversation simulators
    
    * exclude synthetic from mypy
    
    * Another lint fix
    
    * Skip the file causing linting issues
    
    * Bugfix on output to json_qa_lines and empty response from callbacks
    
    * Skip pylint
    nagkumar91 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    43646c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    138fdde View commit details
    Browse the repository at this point in the history
  11. Sync eng/common directory with azure-sdk-tools for PR 7877 (Azure#34774)

    * create necessary eng/common changes to allow proxy to be shut down 
    
    ---------
    
    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    azure-sdk and scbedd authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    97b34d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d44f8d View commit details
    Browse the repository at this point in the history
  13. [Cosmos] update versions for stable release (Azure#34775)

    * updates needed
    
    * Update CHANGELOG.md
    simorenoh authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c6dc6af View commit details
    Browse the repository at this point in the history
  14. Resolve failing storage build (Azure#34740)

    * add build-system.requires to azure-storage-extensions/pyproject.toml. This resolves the failures caused by upgrade to 2.17.0 of cibuildwheel
    scbedd authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    feeefb0 View commit details
    Browse the repository at this point in the history
  15. add using system account support (Azure#34754)

    * add using system account support
    
    * update
    
    * update
    
    * update
    xiangyan99 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f0a7ed4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9c4e540 View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-compute-2024-03-14-25862(can only be merged by SDK o…

    …wner) (Azure#34770)
    
    * code and test
    
    * changelog
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    azure-sdk and msyyc authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6bed7da View commit details
    Browse the repository at this point in the history
  3. [Monitor Query] Rename MetricsClient param (Azure#34760)

    This renames the `resource_uris` argument to `resource_ids` since this
    is the the preferred term that is used both in the Azure Portal and the
    metrics dataplane API.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    21d0ed4 View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 7892 (Azure#34789)

    * Move git check for changes to script
    
    * Minor fixes for 1es migration
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    72d40f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c64ce7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. [Identity Broker] Propagate enable support logging (Azure#34780)

    The msal `enable_pii_log` flag is propagated to the broker runtime in
    msal, so we should ensure that users can use the
    `enable_support_logging` flag with the broker credentials.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    645f4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb3490 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. [AutoRelease] t2-confluent-2024-03-01-81493(can only be merged by SDK…

    … owner) (Azure#34548)
    
    * code and test
    
    * Update dev_requirements.txt
    
    * Update assets.json
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    75c3683 View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-batch-2024-02-29-16578(can only be merged by SDK own…

    …er) (Azure#34526)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f59a585 View commit details
    Browse the repository at this point in the history
  3. [AutoRelease] t2-nginx-2024-03-01-05314(can only be merged by SDK own…

    …er) (Azure#34550)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update README.md
    
    * Update CHANGELOG.md
    
    * update-testcase
    
    * Update assets.json
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9556fa3 View commit details
    Browse the repository at this point in the history
  4. [AutoRelease] t2-search-2024-02-28-86521(can only be merged by SDK ow…

    …ner) (Azure#34484)
    
    * code and test
    
    * Update assets.json
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c1d6214 View commit details
    Browse the repository at this point in the history
  5. code and test (Azure#34733)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    26137ce View commit details
    Browse the repository at this point in the history
  6. [AutoRelease] t2-cosmosdbforpostgresql-2024-02-28-31084(can only be m…

    …erged by SDK owner) (Azure#34485)
    
    * code and test
    
    * update-testcase
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    400c0c2 View commit details
    Browse the repository at this point in the history
  7. [AutoRelease] t2-communication-2024-02-28-44167(can only be merged by…

    … SDK owner) (Azure#34493)
    
    * code and test
    
    * Update assets.json
    
    * Update assets.json
    
    * fix live test
    
    * Update setup.py
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    4 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a51127d View commit details
    Browse the repository at this point in the history
  8. [AutoRelease] t2-mobilenetwork-2024-02-21-79731(can only be merged by…

    … SDK owner) (Azure#34390)
    
    * code and test
    
    * update-testcase
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3b74339 View commit details
    Browse the repository at this point in the history
  9. code and test (Azure#34594)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d3f4840 View commit details
    Browse the repository at this point in the history
  10. [AutoRelease] t2-newrelicobservability-2024-02-19-32263(can only be m…

    …erged by SDK owner) (Azure#34368)
    
    * code and test
    
    * update-testcase
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a68e182 View commit details
    Browse the repository at this point in the history
  11. code and test (Azure#34802)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    aa03c97 View commit details
    Browse the repository at this point in the history
  12. Enable mgmt from tsp (Azure#34805)

    * optimization for meta
    
    * optimize for packaging files
    msyyc authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5934b3c View commit details
    Browse the repository at this point in the history
  13. [Cache] Fix the wrong cache when local file input in a pipeline (Azur…

    …e#34743)
    
    * fix cache bug
    
    * fix test case
    
    * fix code style
    
    * format
    
    * fix code style
    
    * test format
    
    * fix code format
    
    * Add debug log
    
    * Add debug log
    
    * fix code style
    
    * format code
    
    * fix code style
    
    * format code
    lalala123123 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e3eb58 View commit details
    Browse the repository at this point in the history
  14. Create api review script changes to add a param to set release tag (A…

    …zure#34799)
    
    Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
    azure-sdk and praveenkuttappan authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e153238 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6272970 View commit details
    Browse the repository at this point in the history
  16. Users/singankit/model config optional (Azure#34812)

    * Adding tests to capture groundedness with expected values
    
    * Changes to make model config optional
    
    * Adding test for missing model config
    
    * Fixing tests
    
    * Fixing pylint error
    singankit authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f9c0eda View commit details
    Browse the repository at this point in the history
  17. [ServiceBus] update ValueError to AMQPConnectionError for closed conn…

    …ection (Azure#34786)
    
    * update ValueError to AMQPConnectionError for closed connection
    
    * revert socket closed message
    swathipil authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    47f7df4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b22e5cc View commit details
    Browse the repository at this point in the history
  19. remove all references to docker (Azure#34811)

    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    azure-sdk and scbedd authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cec4fdc View commit details
    Browse the repository at this point in the history
  20. Add feature store provision role assignment location (Azure#34646)

    * fix role assignment location
    
    * add tests
    runhli authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0b70d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix: Expose DataAsset class publicly (Azure#34814)

    * fix: Expose DataAsset class publicly
    
    * doc: Fix DataAsset docstring
    
    * refactor: Make DataAsset params keyword only
    
    * refactor: Remove kwargs from model
    
    * refactor: Remove unused pylint directive
    
    * docs: Update typing in docstring
    kdestin authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9814f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5a43b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd9716 View commit details
    Browse the repository at this point in the history
  4. [AutoRelease] t2-apimanagement-2024-03-19-08399(can only be merged by…

    … SDK owner) (Azure#34827)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update _version.py
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    571f231 View commit details
    Browse the repository at this point in the history
  5. [AutoRelease] t2-servicelinker-2024-03-07-57247(can only be merged by…

    … SDK owner) (Azure#34685)
    
    * code and test
    
    * update-testcase
    
    * Update assets.json
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    3 people authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9194dc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae4b125 View commit details
    Browse the repository at this point in the history
  7. Simulator quiet run and progress bar (Azure#34809)

    * Reverting models to make sure calls to the simulator work
    
    * quotes
    
    * Spellcheck fixes
    
    * ignore the models for doc generation
    
    * Fixed the quotes on f strings
    
    * pylint skip file
    
    * Support for summarization
    
    * Adding a limit of 2 conversation turns for all but conversation simulators
    
    * exclude synthetic from mypy
    
    * Another lint fix
    
    * Skip the file causing linting issues
    
    * Bugfix on output to json_qa_lines and empty response from callbacks
    
    * Skip pylint
    
    * Add if/else on message to eval json util
    
    * Remove the verbose logs, add a progress bar and display a message when requested responses > rai service responses
    
    * Added back missing param
    
    * Spellcheck fix for pbar
    
    * Adding parameter to the spellcheck
    
    * Simulator logging initialized on the top of the page and reused
    
    * Clean up the warning log message
    
    * Removing logs from AsyncHttpClientWithRetry
    
    * Using the right param
    nagkumar91 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b89c0a2 View commit details
    Browse the repository at this point in the history
  8. Fix Weekly Test Failures (Azure#34823)

    * fix attestation tests
    * create an isolated 1es entrypoint for python-analyze-weekly
    * swap standalone tests.ymls calls to isolated 1es entrypoint for python-analyze-weekly
    scbedd authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ac364fb View commit details
    Browse the repository at this point in the history
  9. Bump the proxy version to the last one resolving mac timeout issues (A…

    …zure#34796)
    
    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    azure-sdk and scbedd authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4ec2cb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b71f012 View commit details
    Browse the repository at this point in the history
  11. modify built-in chat eval flow: (Azure#34511)

    * modify built-in chat eval flow:
    
    * modify rai service request format
    * fix aggregation logic
    * add input validation for rai service
    
    * fix bug in validate_conversation of chat eval flow
    qusongms authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53ba5aa View commit details
    Browse the repository at this point in the history
  12. setting up testing for both preview and GA API versions for AOAI (Azu…

    …re#34630)
    
    * use optional env for azure openai tests and remove v0 tests
    
    * update param ToxTestEnv in live test template
    
    * enable optional
    
    * debug
    
    * fix config options
    
    * fixes to path for audio file and install aiohttp dev req
    
    * remove debug logging line
    
    * debugging test failure
    
    * more debug
    
    * undo debug testing, use pathlib for paths, target sys.executable for cli tests
    
    * setting up testing for both preview and GA versions for AOAI
    
    * remove unused code
    
    * update the rest of the test files to test against GA/preview API versions if indicated
    
    * update conftest
    
    * update model version
    
    * don't test openai for content filter tests
    
    * update for latest ga/preview api versions
    
    * fixes for api versions
    kristapratico authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1986997 View commit details
    Browse the repository at this point in the history
  13. [Monitor Query] Remove audience docstring (Azure#34819)

    This removes the audience docstring for now until support for other
    clouds is in-place and validated.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9cf64ed View commit details
    Browse the repository at this point in the history
  14. rename use_operating_system_account to use_default_broker_account (Az…

    …ure#34833)
    
    * rename use_operating_system_account to use_default_broker_account
    
    * Update sdk/identity/azure-identity-broker/README.md
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    
    ---------
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    xiangyan99 and pvaneck authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9ea120e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    510318f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    e5ac2c0 View commit details
    Browse the repository at this point in the history
  2. Update apiview_reqs.txt (Azure#34749)

    To use APIView 0.3.12
    tjprescott authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cfcb683 View commit details
    Browse the repository at this point in the history
  3. [SB] Link-Detach (Azure#34820)

    * if it isnt a user started detach
    
    * set error instead of raise + comments
    
    * fix mypy issue for self._error
    
    * fix pylint
    
    * change error condition
    
    * fix comment
    
    ---------
    
    Co-authored-by: Kashif Khan <kashifkhan@microsoft.com>
    l0lawrence and kashifkhan authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    576393d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9151697 View commit details
    Browse the repository at this point in the history
  5. [SB] Update Changelog (Azure#34856)

    * update changelog
    
    * update change long with keep alive change
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    
    * update release date
    
    ---------
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    Co-authored-by: swathipil <swathip@microsoft.com>
    3 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    58810f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4714399 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a9b1f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    006b249 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. [AutoRelease] t2-netapp-2024-02-29-57016(can only be merged by SDK ow…

    …ner) (Azure#34527)
    
    * code and test
    
    * add recordings
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: Einar Traustason <einar.traustason@netapp.com>
    azure-sdk and einarnetapp authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4360768 View commit details
    Browse the repository at this point in the history
  2. code and test (Azure#34851)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9cb2276 View commit details
    Browse the repository at this point in the history
  3. [AutoRelease] t2-quantum-2024-03-07-62962(can only be merged by SDK o…

    …wner) (Azure#34684)
    
    * code and test
    
    * update-testcase
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bec65d2 View commit details
    Browse the repository at this point in the history
  4. [AutoRelease] t2-workloadssapvirtualinstance-2024-02-20-43646(can onl…

    …y be merged by SDK owner) (Azure#34378)
    
    * code and test
    
    * update patch code for lro
    
    * update-testcase
    
    * update test dependency
    
    * fix-testcase
    
    * update-recordings
    
    * update test
    
    * fix deserialization error
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    4 people authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c5c596f View commit details
    Browse the repository at this point in the history
  5. [AutoRelease] t2-storageactions-2024-03-07-00002(can only be merged b…

    …y SDK owner) (Azure#34679)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    azure-sdk and msyyc authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    41556d7 View commit details
    Browse the repository at this point in the history
  6. [AutoRelease] t2-notificationhubs-2024-03-21-57186(can only be merged…

    … by SDK owner) (Azure#34871)
    
    * code and test
    
    * Update testcase
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    azure-sdk and ChenxiJiang333 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    91eb194 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8ec1af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed7cbc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5c8353 View commit details
    Browse the repository at this point in the history
  10. Bump typing-extensions dependency to >= 4.6.0 to fix import name issu…

    …e in azure-servicebus (Azure#34869)
    
    * bump typing-extensions dependency to >=4.6.0
    
    * update changelog to reflect typing-extensions bump
    
    * fix link
    
    ---------
    
    Co-authored-by: Yaroslav Berejnoi <yaroslav.berejnoi@healthcatalyst.com>
    YaroBear and Yaroslav Berejnoi authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6c9ae15 View commit details
    Browse the repository at this point in the history
  11. [EventHub] Fix race condition when buffered mode is enabled (Azure#34712

    )
    
    * Protects buffer append from race condition
    
    * Improves current batch flushing consistency
    
    * Update azure-eventhub CHANGELOG.md
    falcaopetri authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fc939b3 View commit details
    Browse the repository at this point in the history
  12. Update SUPPORT.md (Azure#34885)

    Added section to SUPPORT.md on our auto issue close process.
    ronniegeraghty authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5e297c0 View commit details
    Browse the repository at this point in the history
  13. Update network settings docs (Azure#34848)

    * doc network settings
    
    * pylint
    
    * pylint
    nemanjarajic authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c083eab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a15e312 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    484c233 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Conversation turn fix (Azure#34886)

    * Reverting models to make sure calls to the simulator work
    
    * quotes
    
    * Spellcheck fixes
    
    * ignore the models for doc generation
    
    * Fixed the quotes on f strings
    
    * pylint skip file
    
    * Support for summarization
    
    * Adding a limit of 2 conversation turns for all but conversation simulators
    
    * exclude synthetic from mypy
    
    * Another lint fix
    
    * Skip the file causing linting issues
    
    * Bugfix on output to json_qa_lines and empty response from callbacks
    
    * Skip pylint
    
    * Add if/else on message to eval json util
    
    * max conversation turns defaulted to 1 and multiplied by 2 for coversation simulations
    
    * Param rename
    
    * Changed the usage of max_conversation_turns in the tests
    nagkumar91 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b564177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0a56d View commit details
    Browse the repository at this point in the history
  3. fix: upgrade dependent image from docker.io to mcr (Azure#34825)

    * fix: warning for DockerFile
    
    * fix: switch to mcr image
    elliotzh authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    def777e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3039b1 View commit details
    Browse the repository at this point in the history
  5. Update CODEOWNERS (Azure#34860)

    * Update CODEOWNERS
    
    * Update CODEOWNERS
    tjprescott authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c931abf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ee4a7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee6635b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37eb477 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8011c9 View commit details
    Browse the repository at this point in the history
  10. 33601: Fix Sphinx error for azure-maps-geolocation (Azure#34875)

    * Fix Sphinx error
    
    * Enforce strict checking during the Sphinx documentation build process
    Lakicar95 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cab510b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d58e28f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9b8513 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    2ae2928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa016ac View commit details
    Browse the repository at this point in the history
  3. [EH] Update README Link (Azure#34911)

    * update create azure acct link
    
    * update link
    kashifkhan authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e5a65e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcaa29d View commit details
    Browse the repository at this point in the history
  5. [Text Translation] Add support for AAD authentication (Azure#34883)

    * [Text Translation] Add support for AAD authentication
    
    * Fixing build
    
    * Fixing PR comments
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Fix PR comments
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/aio/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * fix types
    
    * Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Fix build
    
    ---------
    
    Co-authored-by: Michal Materna <mimat@microsoft.com>
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    3 people authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ebe2d01 View commit details
    Browse the repository at this point in the history
  6. Compute Instance OS patching and Release quota (Azure#34563)

    * new CI args
    
    * run black
    
    * feedback
    nemanjarajic authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8d51344 View commit details
    Browse the repository at this point in the history
  7. add pipeline info to properties in batch-deployments (Azure#34905)

    * add pipeline info to properties
    
    * unit tests
    
    * pylint
    nemanjarajic authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ba48e9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e42039 View commit details
    Browse the repository at this point in the history
  9. CPM Python Package Release failure fix (Azure#34893)

    * release fix
    
    * release fix
    
    * review comments
    Shamkh authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ce9bea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. adding max_simulation_results for sync call (Azure#34923)

    * adding max_simulation_results for sync call
    
    * # pylint: skip-file
    
    * # pylint: disable=E0611
    
    * # pylint: disable=E0611
    nagkumar91 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3a4636e View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-sphere-2024-03-26-73149(can only be merged by SDK ow…

    …ner) (Azure#34930)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update assets.json
    
    * Update dev_requirements.txt
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    34ff73f View commit details
    Browse the repository at this point in the history
  3. Qunsong/qa eval groundedness service (Azure#34797)

    * modify built-in qa evaluation flow
    
    * move groundedness evaluation to groundedness evaluation service
    * change content harm level "Safe" to "Very low"
    
    * add default groundedness results to qa eval flow
    
    * modify built-in qa evaluation flow:
    
    * add logic to check service availability in a region
    * change hate_fairness to hate_unfairness
    
    * add gpt_groundedness to qa node list
    
    * update built-in qa evaluation flow
    
    * add flight control to flow input
    * code flake8 cleaning
    
    * round f1_score in built_in qa eval flow
    
    * metric name update
    
    * update e2e test of qa built-in evaluation flow
    
    * update built-in qa evaluation flow
    
    * fix fallback check logic in validate_groundedness_service
    * add e2e test of fallback groundedness
    qusongms authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9973a20 View commit details
    Browse the repository at this point in the history
  4. update built-in chat eval flow (Azure#34896)

    * update built-in chat eval flow
    
    * move groundedness to groundedness service
    * add fallback logic when groundedness service is not available in the
    region
    * change reason column name to <metric>_reason
    * add flight control to flow input
    
    * update _metric_handler.py for built-in chat flow
    
    * add fallback_groundedness_evaluation node to chat node list
    * keep evaluation_per_turn column in output
    
    * update e2e tests of chat evaluation flow
    
    * update built-in qa evaluation flow
    
    * fix fallback logic check in valida_service
    * add e2e test of fallingback groundednes
    qusongms authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b03b460 View commit details
    Browse the repository at this point in the history
  5. CodeGen from PR 28450 in Azure/azure-rest-api-specs

    Merge 64a701f9a24dcafe26691368eef5f1d69c2e02a9 into ead20be2d8d680dfee3605e6f18148e65cbb79e4
    SDKAuto committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    23563ae View commit details
    Browse the repository at this point in the history