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

Replica Discovery - DO NOT MERGE #34691

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    85b15e3 View commit details
    Browse the repository at this point in the history
  2. [Identity Broker] Minimum Python bump (Azure#34186)

    - Bumped minimum Python version
    - Removed reference to `allow_broker` kwarg we no longer use
    - Fixed variable in README code snippet
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5f3184b View commit details
    Browse the repository at this point in the history
  3. adjust healthcare test (Azure#34206)

    * adjust healthcare test
    
    * rerecord
    kristapratico authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    24a5367 View commit details
    Browse the repository at this point in the history
  4. Set use_rcts in build_index helper used by local index build. (Az…

    …ure#34110)
    
    * Set `use_rcts` in `build_index` helper used by local index build.
    
    Recursive Text Splitter is enabled by default for cloud index builds and effects how Markdown files are chunked. It preferences chunk length being close to the given `chunk_size` over splitting by heading sections.
    
    * Udpate changelog.
    
    * Move changelog to latest unreleased version.
    tot0 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    75da6ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955580a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6bfa06 View commit details
    Browse the repository at this point in the history
  7. Add offline tests for azure core streaming (Azure#33800)

    Thank you @HimanshuBarak for your contribution!
    HimanshuBarak authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2a5c571 View commit details
    Browse the repository at this point in the history
  8. Increment version for ai releases (Azure#34201)

    * Increment package version after release of azure-ai-resources
    
    * Increment package version after release of azure-ai-generative
    azure-sdk authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3f4b1c9 View commit details
    Browse the repository at this point in the history
  9. typing fixes. (Azure#34208)

    * typing fixes.
    
    * update
    xiangyan99 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d4445ad View commit details
    Browse the repository at this point in the history
  10. [EG] jan sys events (Azure#33731)

    * jan sys events
    
    * avs events
    
    * update
    
    * fixes
    
    * changelog
    l0lawrence authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    147d853 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18ea98f View commit details
    Browse the repository at this point in the history
  12. [Cosmos] elevate kwargs for sync client (Azure#34207)

    * elevate kwargs for sync client, other small fixes
    
    * addressed most comments, missing computed properties
    
    * provisional marking for computed properties
    simorenoh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    096cdf1 View commit details
    Browse the repository at this point in the history
  13. [Monitor Ingestion] Improve input validation/docs (Azure#33976)

    - Add another check to see if the user is passing in a string
    - Include an example in the README about uploading JSON files/strings
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8360566 View commit details
    Browse the repository at this point in the history
  14. [Otel Plugin][CI] Add preliminary live test files. (Azure#34115)

    This adds a tests.yml file and a test-resources.bicep file which can be
    used in a soon to be setup live test pipeline.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    95ad7b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    537647b View commit details
    Browse the repository at this point in the history
  2. Added Emulator CI and additional tests for Azure Cosmos SDK (Azure#33363

    )
    
    * Added Cross partition query tests for sync and async APIs
    
    * Added license header for new files
    
    * Updated database and container creation
    
    * Updated python tests with setup and tear down
    
    * Fixed some tests cases
    
    * Fixed spelling
    
    * Added emulator CI
    
    * Removed python 3.7 emulator tests config
    
    * Removed collection crud tests from emulator
    
    * Updated some collection heavy tests to skip for emulator
    
    * Fixing python 3.10
    
    * Marking test_computed_properties async test to run only in live tests
    
    * Fixed emulator tests with pytest fixtures
    
    * Fixed more emulator tests with pytest fixtures
    
    * Fixed more emulator tests with pytest fixtures
    
    * Fixed more emulator tests with pytest fixtures and updated azure core min version
    
    * Fixed flaky tests
    
    * Updated stored procedure create calls
    
    * Fixing sproc test
    
    * Fixing trigger test
    
    * Fixing flaky live ci tests
    
    * Fixing max parallel and removed python 3.11 for cosmos emulator windows as there is a python open issue
    
    * Added MIT license header
    
    * Update sdk/cosmos/azure-cosmos/test/test_partition_split_query.py
    
    ---------
    
    Co-authored-by: Simon Moreno <30335873+simorenoh@users.noreply.github.com>
    kushagraThapar and simorenoh authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    da38772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e03df0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86bb315 View commit details
    Browse the repository at this point in the history
  5. 0b7 release (Azure#34239)

    luigiw authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3a024ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81d03b4 View commit details
    Browse the repository at this point in the history
  7. Remove experimental flags from batch deployments (Azure#34216)

    * remove experimental flags from batch inferencing entities and schemas for ga
    
    * remove unused import
    TajiHarrisMicrosoft authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dbbae4e View commit details
    Browse the repository at this point in the history
  8. Minor Image Analysis SDK update for beta.2 release (Azure#34213)

    Per feedback from arch board review, use a dedicated "analyze_from_url" instead of overloading "analyze" to support both analysis from image URL and image buffer. This change is done in the customized code (_patch.py files), not in the auto-generated code. This is documented as a breaking change.
    
    The SDK was re-emitted with latest tools, so there are other changes, but they do not affect the functionality and public API surface.
    dargilco authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f3eafc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    936bf73 View commit details
    Browse the repository at this point in the history
  10. [Monitor Query] Update metric batch client (Azure#33958)

    - Renamed the client to `MetricsClient`.
    - Renamed `query_batch` to `query_resources`
    - Made `query_resources` positional arguments keyword only
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6a3df96 View commit details
    Browse the repository at this point in the history
  11. Pin azure/login action step to v1.5.1 (Azure#34254)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    88784c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. [Pylint] py_version and is_check_enabled edits (Azure#33743)

    * py version improvement
    
    * conflict
    
    * conflict 2
    
    * add py-version to pylintrc
    
    ---------
    
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    l0lawrence and kristapratico authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4859b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d33b85b View commit details
    Browse the repository at this point in the history
  3. Increment version for ai releases (Azure#34251)

    * Increment package version after release of azure-ai-resources
    
    * Increment package version after release of azure-ai-generative
    azure-sdk authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6488c4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13ae9d View commit details
    Browse the repository at this point in the history
  5. Add stress test arm/bicep template prefix to New-TestResources Resour…

    …ceType set (Azure#34267)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    38d569e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. [EventHub] l0lawrence's fix import (Azure#34269)

    * fixes
    
    * drop 3.7
    
    * had to switch
    
    * fix typing for exception
    
    ---------
    
    Co-authored-by: Libba Lawrence <llawrence@microsoft.com>
    swathipil and l0lawrence authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fc23fc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. marked non-offline tests as live only (Azure#34247)

    Co-authored-by: Himanshu Barak <himanshu.barak@signzy.com>
    HimanshuBarak and Himanshu Barak authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a1a68cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    506bffb View commit details
    Browse the repository at this point in the history
  3. [OTel plugin] Add new schema version (Azure#34089)

    Using the stable 1.23.1 semantic conventions version. Attribute names
    are also remapped.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3bc2067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f4f2e View commit details
    Browse the repository at this point in the history
  5. Add encodings folder to azure-ai-resources (Azure#34228)

    * add encodings
    
    * include encodings folder
    
    * use local embeddings
    
    * use local cache dirs
    
    * ignore unknown words in encodings files
    jingyizhu99 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5e4e2ed View commit details
    Browse the repository at this point in the history
  6. Add TeamsRecordingStateChange and TeamsComplianceRecordingStateChange…

    … to Alpha (Azure#34215)
    
    * generated with swagger
    
    * modified change log
    
    * modified change log
    amariwest-msft authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dec7f29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f550ec0 View commit details
    Browse the repository at this point in the history
  8. additional 2/15 preview tests (Azure#34183)

    * additional 2/15 preview tests
    
    * add retry-after-ms tests
    
    * remove adapter for v0 byod
    
    * skip retry-after tests if testing v0
    
    * get tests passing
    kristapratico authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2a132c3 View commit details
    Browse the repository at this point in the history
  9. Users/anksing/bug bash bugs content safety (Azure#34259)

    * Bug bash feedback fixes
    
    * Adding more tests
    singankit authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5a69366 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    2d68ec7 View commit details
    Browse the repository at this point in the history
  2. Update aka.ms link of JPEG test image used in Image Analysis SDK tests (

    Azure#34294)
    
    Update the aka.ms URL link that points to the JPEG image used in test, to better match the Azure SDK aka.ms links format. Both URL links resolve to the same JPEG image file in one of the public Azure SDK repos, so there is no actual change in test.
    
    Sample code is already using the new aka.ms link. Looks like I forgot to update the test a while back when I did the change.
    
    Update test recording assets to reflect the change.
    dargilco authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f13310d View commit details
    Browse the repository at this point in the history
  3. Language lint/sphinx (Azure#34263)

    * conversations pylint/sphinx
    
    * questionanswering pylint/sphinx
    
    * strict_sphinx enable
    
    * regen after update
    kristapratico authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1b76ed3 View commit details
    Browse the repository at this point in the history
  4. [Cosmos] PermissionMode import (Azure#34297)

    * Update permission.py
    
    * Suppress pylint
    annatisch authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    05c30f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1ee4c9 View commit details
    Browse the repository at this point in the history
  6. Adding source caller id to the answer call option (Azure#34268)

    * Adding source caller id to the answer call option
    
    * Fixing the test failure on the mute participant scenario
    
    * skipping mute participant test to unblock the PR checkin Will enable it back once we have the latest test data
    
    * changing the ordering of the skip test attributes
    
    * updating the API spec endpoint
    v-vdharmaraj authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    02d8be6 View commit details
    Browse the repository at this point in the history
  7. [Identity] Check exit code for PowershellCredential (Azure#34271)

    Fixed an issue in AzurePowerShellCredential where if pwsh isn't available
    and the Command Prompt language is not English, it would not fall
    back to powershell.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e0fc7d1 View commit details
    Browse the repository at this point in the history
  8. Handle package-specific warning suppressions (Azure#34289)

    * handle package-specific suppressions. enable our 
    un() to **fail** in the build stage
    * suppressed build warnings -> suppressed skip warnings
    scbedd authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    eb99246 View commit details
    Browse the repository at this point in the history
  9. [Identity] Add multi-tenant live testing (Azure#34257)

    In the CI, there are credential envvars that correspond to a
    multi-tenant enabled application. Here live testing is provided for that
    along with corresponding recordings.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cc834d1 View commit details
    Browse the repository at this point in the history
  10. update built-in evaluation flows in evaluation SDK (Azure#34235)

    * add safety metrics to built-in qa eval flow
    
    * update built-in chat eval flow in evaluation sdk
    
    * update qa built-in eval flow
    
    * add concat_results.py
    * fix safety metric aggregation function
    qusongms authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9e51c82 View commit details
    Browse the repository at this point in the history
  11. [CI] Bump pyOpenSSL version used in testing (Azure#34307)

    This will allow us to test with the latest version of cryptography.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0084206 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db6db5c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Fix case-sensitive spelling in scripts that get deployed to C++ repo (A…

    …zure#34308)
    
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    azure-sdk and antkmsft authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e8f0686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba70c6a View commit details
    Browse the repository at this point in the history
  3. Connections changes (Azure#34199)

    * get other conn types in list op
    
    * accept empty connections in rest-local conversion
    
    * azure blob base changes
    
    * partial replacement of if-else with maps in wc
    
    * more if-else removal refactors
    
    * solidify connection changes
    
    * run black on v2
    
    * initial self review
    
    * spelling
    
    * rerun black and ai nit
    
    * more nits, and push flag to v2
    
    * e2e test
    
    * e2e test recordings and use 2024 restclient
    
    * analyze ci issues
    
    * mypy fixes
    
    * more mypy
    
    * remove 2024 conn dep until CI wakes up
    
    * skip problematic test
    
    * try bumping mindep
    
    * remove skip
    
    * undo 1.14.0 dep
    
    * add back in 1.14 dep
    
    * comments
    
    * linting
    
    * remove extra line
    
    * more linting
    
    * run black
    MilesHolland authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e8b37e0 View commit details
    Browse the repository at this point in the history
  4. assistant tests (Azure#34030)

    * wip
    
    * add more assistant tests
    
    * adding more tests
    
    * updates after service fixes
    
    * update targeted api-version, move all assistants calls under try
    
    * update assistant tests to use swedencentral resource
    
    * get passing
    kristapratico authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    efb8af2 View commit details
    Browse the repository at this point in the history
  5. Move emitter-package.json scripts to eng/common (Azure#34320)

    Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
    azure-sdk and hallipr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f81cb4 View commit details
    Browse the repository at this point in the history
  6. Acr in ai resource (Azure#34287)

    * add acr and broken test
    
    * fix test
    
    * docstring nit
    
    * docstring nit 2
    
    * cspell
    
    * use non-cleansed test names
    MilesHolland authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    71288ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc82782 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa3b6d1 View commit details
    Browse the repository at this point in the history
  9. Update SearchClient.get_answers docstring to clarify meaning (Azure#3…

    …4321)
    
    * Update _paging.py get_answers function doc
    
    * Document both async and sync, fix example
    
    * Fix async search example as well
    
    * Update answers to query_answer to match search() parameter naming
    pamelafox authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    83a23eb View commit details
    Browse the repository at this point in the history
  10. App Configuration - Feature flag refresh (Azure#33693)

    * Updating feature flag usage
    
    * For some reason this isn't popped in async
    
    * Updadating Tests
    
    * Update CHANGELOG.md
    
    * Formatting
    
    * Fixing Refresh, Sync
    
    * Updating Schema 2.0.0
    
    * Update test_async_provider.py
    
    * fixed refresh and merge
    
    * fixing mypy
    
    * fixing pylint issues
    
    * Updated from review comments
    
    * Update README.md
    
    * Update README.md
    
    * Fixed pylint issue
    
    * Update assets.json
    
    * formatting
    
    * pylint and test fix
    
    * Updating Min SDK version to bug in 1.4.0 with feature flags
    
    * Update setup.py
    
    * Updating so configs and feature flags don't refresh each other
    
    * Added missing _ and tests
    
    * Update assets.json
    
    * Fixing MyPy issue
    mrm9084 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0cb2dec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f412402 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7ed3e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    30b8975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a810c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c97bb56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3c8657 View commit details
    Browse the repository at this point in the history
  5. [ServiceBus] Fix typing in tracing method (Azure#34324)

    This fixes an issue when we try to set a readonly
    property. In use, this would yield a "can't set attribute" error.
    
    Move the cast down to not have it be an assignment to
    message.application_properties.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cac6852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b06b13 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md (Azure#34342)

    * Update CHANGELOG.md
    
    * move entry to GA
    
    * fix old entry
    kristapratico authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2d2c0f0 View commit details
    Browse the repository at this point in the history
  8. Bring back "cleanup duplicated code gen ai sdk (Azure#34048)" (Azure#…

    …34319)
    
    * Reapply "cleanup duplicated code gen ai sdk (Azure#34048)" (Azure#34224)
    
    This reverts commit 537647b.
    
    * remove unused files in tasks
    
    * add ignore word llm
    
    * ignore llms
    jingyizhu99 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e3c6bf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Project ARM template fixes. (Azure#34318)

    * remove managed network creation from project template
    
    * remove LAW creation from project ARM template
    
    * update project test
    MilesHolland authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8b3a818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8266208 View commit details
    Browse the repository at this point in the history
  3. Update GitHubEventProcessorVersion (Azure#34353)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3422f71 View commit details
    Browse the repository at this point in the history
  4. Updates to tools for the CodeownersUtils updates (Azure#34354)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    86f19d9 View commit details
    Browse the repository at this point in the history
  5. [ServiceBus/EventHubs] change invalid link error to warning log (Azur…

    …e#34352)
    
    * change error log to warning
    
    * eh error to warning log
    
    * update warning to debug
    swathipil authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    208ea4b View commit details
    Browse the repository at this point in the history
  6. [OTel Plugin] Improve live test coverage (Azure#34323)

    Here, ServiceBus tests are added to verify span creation, links, and
    attributes.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1b2c59c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    46ab212 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Support schedule trigger action (Azure#33918)

    * Update 2024-01-01-preview restclient
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Upgrade pipeline job and component to 24-01 api
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Add trigger api to operation
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Revert mfe.json change
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Update class name of trigger result
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Use 24client only for schedule trigger
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Fix test mock
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    * Fix analyze
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    
    ---------
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    brynn-code authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7c98196 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. [AutoRelease] t2-containerservice-2024-02-20-24472(can only be merged…

    … by SDK owner) (Azure#34374)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    83a52c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Update SDK Version Prefix (Azure#34226)

    * Update SDK Version Prefix
    
    * lint
    
    * lint
    jeremydvoss authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d3dcf0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddbe1ed View commit details
    Browse the repository at this point in the history
  3. [ml][schedule][internal] Add to dict func for trigger result (Azure#3…

    …4392)
    
    Signed-off-by: Brynn Yin <biyi@microsoft.com>
    brynn-code authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3a27963 View commit details
    Browse the repository at this point in the history
  4. Keep node level original source when update pipeline job. (Azure#34379)

    * keep node original source
    
    * update test and recording
    
    * revert
    
    * update recording
    
    * format
    
    * recording failed test
    
    * update
    
    * revert recording files
    
    ---------
    
    Co-authored-by: Ying Chen <2601502859@qq.com>
    YingChen1996 and Ying Chen authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5e0d888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed0e056 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a482344 View commit details
    Browse the repository at this point in the history
  7. Simulator update to current spec. (Azure#34261)

    * Simulator update
    
    * Fix spelling
    kicha0 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b5c5845 View commit details
    Browse the repository at this point in the history
  8. [AI] Azure OpenAI Deployment CRUD (Azure#34358)

    * skeleton code for new deployment types
    
    * AOAI deployment creation
    
    * endpoints operations placeholder, remove dead files
    
    * remove begin_update
    
    * try sending request as bytes
    
    * fix cspell
    needuv authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c18f7ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84012b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef19493 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. [AutoRelease] t2-network-2024-01-25-57447(can only be merged by SDK o…

    …wner) (Azure#34004)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2db6c1a View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-servicefabricmanagedclusters-2024-01-31-31185(can on…

    …ly be merged by SDK owner) (Azure#34073)
    
    * code and test
    
    * 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 Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51280f2 View commit details
    Browse the repository at this point in the history
  3. [AutoRelease] t2-recoveryservicessiterecovery-2024-02-08-49614(can on…

    …ly be merged by SDK owner) (Azure#34241)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fd11a98 View commit details
    Browse the repository at this point in the history
  4. [AutoRelease] t2-servicefabric-2024-02-02-27725(can only be merged by…

    … SDK owner) (Azure#34109)
    
    * code and test
    
    * 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 Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6169d2f View commit details
    Browse the repository at this point in the history
  5. [AutoRelease] t2-astro-2024-02-06-54705(can only be merged by SDK own…

    …er) (Azure#34188)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2ed52ae View commit details
    Browse the repository at this point in the history
  6. [AutoRelease] t2-storagecache-2024-01-23-36234(can only be merged by …

    …SDK owner) (Azure#33953)
    
    * code and test
    
    * update-testcase
    
    * 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 Feb 22, 2024
    Configuration menu
    Copy the full SHA
    616e76a View commit details
    Browse the repository at this point in the history
  7. code and test (Azure#34411)

    Co-authored-by: azure-sdk <PythonSdkPipelines>
    azure-sdk authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7afd09d View commit details
    Browse the repository at this point in the history
  8. Fixing automl image segmentation test and increasing the gate timeout (

    …Azure#34381)
    
    * increase timeout
    
    * use mmd 3.x model name format
    
    * parameterizing the timeout
    nvijayrania authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c48c02a View commit details
    Browse the repository at this point in the history
  9. [SB] Remove uAMQP Perf Runs (Azure#33949)

    * remove uamqp perf runs
    
    * update sb version
    kashifkhan authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e480f75 View commit details
    Browse the repository at this point in the history
  10. RAG Stop Ignoring/Fix mypy Errors. (Azure#34200)

    * first set remove ignores
    
    * added aupdate acs test
    
    * rerun flakey tests
    clomeli-ms authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    da82787 View commit details
    Browse the repository at this point in the history
  11. add pickling support (Azure#34134)

    * add pickling support
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * typing
    
    * black
    
    * update
    
    * update
    
    * updates
    
    * black
    
    * update
    
    * update changelog
    xiangyan99 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8b921c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1bb8fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7561277 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    757f877 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. [Corehttp] Add code snippets to docstrings (Azure#33207)

    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    143d2ff View commit details
    Browse the repository at this point in the history
  2. [corehttp] Misc updates (Azure#34394)

    These updates are similar updates that were made to azure-core
    previously.
    
    - Changed ServiceNamedKey to be a class instead of a namedtuple to fix a verifytypes issue.
    - Typing/linting updates.
    - Async auth policy lock refactoring.
    - Refactored streaming tests to remove requirement on external endpoint.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9cda4c0 View commit details
    Browse the repository at this point in the history
  3. Add aks to statsbeat and prefix (Azure#34427)

    * Add aks to statsbeat and prefix
    
    * Fixed tests to run on vms
    jeremydvoss authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    56c346a View commit details
    Browse the repository at this point in the history
  4. Feature Management Update Schema (Azure#34421)

    * Update Schema
    
    * spelling
    
    * formatting
    mrm9084 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    34e3f1c View commit details
    Browse the repository at this point in the history
  5. [ML] Increment version to 1.15.0 (Azure#34437)

    * Update _version.py
    
    * Update CHANGELOG.md
    needuv authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a4fb935 View commit details
    Browse the repository at this point in the history
  6. [corehttp] use typeguard for HTTPPolicy/SansIOHTTPPolicy check not is…

    …instance (Azure#34296)
    
    * sansiohttppolicy inherits from protocol
    
    * fix sans io policy tests
    
    * fix mypy errors
    
    * fix httpresponse/requesttype is unbound in retry + contravariant sansio policy
    
    * remove extra import
    
    * fix pylint/black
    
    * address paul's comments
    
    * update sansiohttppolicy on_response/on_request to return None for mypy
    
    * add is_http_policy/is_sansio_policy typeguard check
    
    * add tests
    
    * black
    
    * add back elif policy
    
    * add typing to is__policy checks + tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    
    ---------
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    swathipil and pvaneck authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c6876ec View commit details
    Browse the repository at this point in the history
  7. accept float "retry-after" (Azure#34253)

    * accept float "retry-after"
    
    * black
    
    * update
    
    * update tests
    
    * update
    xiangyan99 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3faad9c View commit details
    Browse the repository at this point in the history
  8. Update github-event-processor version (Azure#34438)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b71fea7 View commit details
    Browse the repository at this point in the history
  9. Re-route instance count to resource config for Model Batch Deployment (

    …Azure#34249)
    
    * Re-route instance count to resource config
    
    * fix
    
    * fix
    
    * unittest model batch deployment settings
    nemanjarajic authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    153e483 View commit details
    Browse the repository at this point in the history
  10. in a previous build, we ensured that all requirements at rest are pro…

    …perly updated. this means that using a freshmade package always doesn't make sense anymore. not only that, but for packages like azure-storage-extensions, we SHOULDNT built it again (Azure#34431)
    scbedd authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    09d6ce8 View commit details
    Browse the repository at this point in the history
  11. add text-to-speech tests (Azure#33791)

    * add tts tests
    
    * updates for aoai
    
    * update targeted api version
    kristapratico authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fc77045 View commit details
    Browse the repository at this point in the history
  12. modify qa evaluation flow (Azure#34364)

    * fix KeyError bug in chat evaluation flow
    
    * modify supported metrics in both qa and chat evaluation
    * fix KeyError bug in chat evaluation flow
    
    * fix evaluation output column filtering
    
    * modify qa evaluation flow:
    
    * remove ada_similarity
    * change default value of context and ground_truth to ""
    
    * fix aggregation and concat_result of qa eval flow
    
    * modify qa eval flow:
    
    * modify rai service request_body format
    * add data validation for safety metrics
    * fix bugs in aggregation step
    qusongms authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2b5c8b2 View commit details
    Browse the repository at this point in the history
  13. [Storage] Expose services to be configurable for account SAS genera…

    …tion (Azure#34389)
    
    * Expose Services to be configurable for account SAS generation
    
    * Nit
    
    * Changelogs, tests for blob&file SAS token combo
    
    * Fix typehint to support str
    
    * Fix import
    
    * No network calls assert ss=
    
    * Remove service calls, unit test :D
    
    * Export Services, fix imports
    vincenttran-msft authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bf472e2 View commit details
    Browse the repository at this point in the history
  14. [Corehttp] Prepare changelog (Azure#34439)

    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4694379 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    3b099aa View commit details
    Browse the repository at this point in the history
  2. [Storage] Fix get_paths API typehint (Azure#34442)

    * Fix typehint for get_paths async/sync
    
    * Adjust commit 1 level traversal
    vincenttran-msft authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    be4fbbc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix mindependency error (Azure#34434)

    * fix test
    
    * fix test
    
    * Update pyproject.toml
    
    * Update pyproject.toml
    
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    ChenxiJiang333 and msyyc authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    82584dc View commit details
    Browse the repository at this point in the history
  2. add serialization support (Azure#34310)

    * add serialization support
    
    * updates
    
    * update changelog
    
    * updates
    
    * update
    
    * update
    
    * update
    
    * update
    
    * Update sdk/search/azure-search-documents/CHANGELOG.md
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    
    * update
    
    * update
    
    * update
    
    ---------
    
    Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
    xiangyan99 and pvaneck authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    da72c6d View commit details
    Browse the repository at this point in the history
  3. [ai] Improve reference documentation descriptions for azure-ai-resour…

    …ces (Azure#34387)
    
    * Revert change to acs_connection_id type
    
    * Update ref docs for _ai_client
    
    * Update ref docs for constants._common
    
    * Update ref docs for entities.ai_resource
    
    * Update ref docs for entities.configs
    
    * Update ref docs for entities.data
    
    * Add missing import for List
    
    * Address mypy errors
    
    * Update ref docs for entities.deployment
    
    * Update ref docs for entities.deployment_keys
    
    * Update ref docs for entities.mlindex
    
    * Update ref docs for entities.models
    
    * Update ref docs for entities.project
    
    * Update ref docs for operations
    
    * Fix import error
    
    * Silence mypy name-defined error for pandas type
    
    * Address mypy errors
    
    * Remove in-docstring link to suppress mypy reference error
    
    * Fix multiple target docstring issue
    
    * Update wording, fix typos
    diondrapeck authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    281c681 View commit details
    Browse the repository at this point in the history
  4. update scope for redis (Azure#34288)

    * update scope for redis
    
    * Update azure-aad-auth-with-redis-py.md
    
    * Update azure-aad-auth-with-redis-py.md
    
    ---------
    
    Co-authored-by: Vinay Gera <vigera@microsoft.com>
    xiangyan99 and g2vinay authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c513809 View commit details
    Browse the repository at this point in the history
  5. [Identity][CI] Integration test setup adjustments (Azure#34403)

    - Use an microsoft-owned image for the AKS Dockerfile.
    - Pin the az cli version to workaround an issue deploy Azure Functions.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e92e4cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bb50c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d91f4aa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. FineTuning Job SDK changes. (Azure#34436)

    * WIP
    
    * Further changes in schema.
    
    * Add sdk classes.
    
    * Add more parsing logic.
    
    * Unit test passing.
    
    * Add aoai conversion test.
    
    * More corrections.
    
    * Integration test working with some caveats.
    
    * outputs passing.
    
    * test updates.
    
    * Test using yaml
    
    * aoai schema parsing test.
    
    * Remove unwanted.
    
    * remove unwanted
    
    * remove unwanted.
    
    * Remove unwanted.
    
    * Remove unwanted.
    
    * Remove unwanted.
    
    * Remove unwanted.
    
    * Fix the tests.
    
    * Added e2e aoai ft
    
    * dupe imports
    
    * More corrections.
    
    * Remove unwanted part.
    
    * Rearrange stuff.
    
    * Fixes.
    
    * Fix comments.
    
    * add init
    
    * Fix the tests.
    
    * mypy - Fix warning and errors.
    
    * Fix mypy
    
    * Fix mypy
    
    * Fix mypy
    
    * Fix mypy
    
    * Fix mypy
    
    * Fix mypy
    
    ---------
    
    Co-authored-by: Sagar Sumant <sasum@microsoft.com>
    sagarsumant and Sagar Sumant authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2e524a8 View commit details
    Browse the repository at this point in the history
  2. Update version of github-event-processor (Azure#34471)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    74d10a9 View commit details
    Browse the repository at this point in the history
  3. Updates to tools for CodeownerUtils updates (Azure#34472)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7c43327 View commit details
    Browse the repository at this point in the history
  4. [EventHubs/ServiceBus] update network trace params to use empty strin…

    …gs not None (Azure#34458)
    
    * update network trace params
    
    * update network trace params eh
    
    * update changelog
    swathipil authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4521720 View commit details
    Browse the repository at this point in the history
  5. Updates with Api review Fixes (Azure#34428)

    * Updates with Api review asks
    
    This update changes key word priority_level to priority and adds it as an option to delete and batch execution. This also  allows bad request exception to go through if user puts a value other than high or low for priority. This also makes additional classes related to partition key and prefix partitions as private. Additionally a test that accommodates the bad request exception from invalid priority value has been added.
    
    * update murmurhash3 tests
    
    tests were failing because it was referencing Uint128 when it was changed to _UInt128
    bambriz authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fa4b95f View commit details
    Browse the repository at this point in the history
  6. [AI] test: Add support for recording requests from the openai packa…

    …ge (Azure#34424)
    
    * test: Add support for recording requests sent through openai
    
    * chore: remove unused import
    
    * chore: Initialize assets.json
    
    * fix: Spelling error in docstring
    
    * chore: Add openai as dev_requirement for azure-ai-resources
    
    * test: Ensure enum is serialized as value
    kdestin authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cf1a2cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c028477 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ceab7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a242171 View commit details
    Browse the repository at this point in the history
  10. Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (A…

    …zure#34461)
    
    Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
    azure-sdk and hallipr authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fe73f91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aba6049 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [EventHubs] update credential used for tests for pwsh/cli auth (Azure…

    …#34478)
    
    * update credential used for tests
    
    * apply cr changes
    swathipil authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    daac763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f865fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7181b93 View commit details
    Browse the repository at this point in the history
  4. Sdk owners (Azure#34328)

    * update sdk owners
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Jesse Squire <jsquire@microsoft.com>
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Jesse Squire <jsquire@microsoft.com>
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    ---------
    
    Co-authored-by: Jesse Squire <jsquire@microsoft.com>
    xiangyan99 and jsquire authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    404b60e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2c66cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e54aa69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb4cdd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6452024 View commit details
    Browse the repository at this point in the history
  9. A way to output simulated qa in a format compatible with eval (Azure#…

    …34479)
    
    * Changed the parameter from max_count to limit
    
    * Add a method to have output in qa format from simulator
    
    * simulation_result_limit was missing from main
    nagkumar91 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a7868e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f39338 View commit details
    Browse the repository at this point in the history
  11. Re-add experimental flags (Azure#34510)

    * readd experimental flags
    
    * black reformatting
    TajiHarrisMicrosoft authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1763dab View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. [WebPubSub] Release 1.1.0 for bug fix (Azure#34492)

    * init
    
    * resolve comments
    
    * resolve new comments
    
    * disabled some checks
    xingsy97 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b90e176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d314d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf564cc View commit details
    Browse the repository at this point in the history
  4. port retry-after fix into corehttp (Azure#34536)

    * port retry-after fix into corehttp
    
    * update
    xiangyan99 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b2a421e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1478c48 View commit details
    Browse the repository at this point in the history
  6. Sync eng/common directory with azure-sdk-tools for PR 7682 (Azure#34464)

    * Support resolving environment variable references in matrix config
    
    * Improve type and null handling
    
    * Fix reference bug
    
    * Change behavior on missing env vars to throw
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    35bf8c0 View commit details
    Browse the repository at this point in the history
  7. Users/anksing/event closed bug (Azure#34495)

    * Adding tests to capture groundedness with expected values
    
    * Using threadpool to calculate prompt metrics instead of ayncio
    
    * Streaming logs for PF run so to show them on console
    singankit authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6175879 View commit details
    Browse the repository at this point in the history
  8. [ACS JobRouter] Max concurrent offers on workers (Azure#34193)

    * Max concurrent offers on workers
    
    * Max concurrent offers on workers updated with tests
    
    * update commit for tspconfig to account for beta release
    
    * fix apiview issues
    
    * update CHANGELOG.md and add samples
    
    * fix lint and mypy errors
    
    * update assets.json
    sarkar-rajarshi authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4392d12 View commit details
    Browse the repository at this point in the history
  9. [Cosmos] Partition key not optional (Azure#34306)

    * partition key not optional
    
    * Use typing alias
    
    * PartitionKey is not optional
    
    * Updated PartitionKeyType
    
    * Fix pylint
    annatisch authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4fbc6d6 View commit details
    Browse the repository at this point in the history
  10. Update github-event-processor ver to 1.0.0-dev.20240229.2 (Azure#34544)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    419f6fd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add as_dict support (Azure#34508)

    * Add as_dict support
    
    * updates
    
    * updates
    
    * Update
    
    * update
    
    * update
    
    * updates
    
    * update
    
    * update
    
    * updates
    xiangyan99 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f40ef8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84508a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f603d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c66e236 View commit details
    Browse the repository at this point in the history
  5. adding interrupt call media operation flag (Azure#34315)

    * adding interrupt call media operation flag
    
    * adding interrupt call media flag to play all
    
    * adding tests for interrupt call media flag
    
    * fixing the test issue
    
    * addressing PR comments
    
    * missed to change the default value in play all for interrupt media flag
    
    * setting  the type for interrupt flag to set bool or none
    
    * setting default to interrupt media operation call flag
    
    * fixing tests
    
    * running live tests and updating the test events json
    
    * updating the asset json change to fix the test
    v-vdharmaraj authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed99826 View commit details
    Browse the repository at this point in the history
  6. [Corehttp] add perf tests (Azure#34412)

    * copy over core perf tests
    
    * update readme
    
    * update perf tests to corehttp
    
    * add query attribute to httprequest in perf tests
    
    * update httppolicy checks in pipeline base
    
    * add perf tests yml for corehttp
    
    * move perf tests yml into corehttp folder
    
    * fix merge
    
    * move perf files to corehttp
    
    * black
    
    * add dev reqs for perf
    
    * add identity to dev reqs
    
    * remove 1.0.0b3 from perf tests
    
    * update corehttp aad envvars get
    
    * update perf tests.yml
    
    * revert azure core perf yml
    
    * update perf readme
    
    * remove unneeded policies
    
    * address kashif/paul comments
    
    * black
    
    * black on azure core
    swathipil authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    df25a4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7662db1 View commit details
    Browse the repository at this point in the history
  8. Conda20240301 (Azure#34399)

    * add identity for storage
    
    * add more tests
    
    * update
    
    * conda 2024-03-01
    
    * update
    
    * update
    
    * update
    
    * Update conda/conda-releaselogs/uamqp.md
    
    * update
    
    * update
    
    * remove 312
    
    * update conda_functions and build yaml to build successfully on all platforms
    
    * update
    
    * update
    
    * update
    
    * update
    
    * add 312
    
    * update
    
    ---------
    
    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    xiangyan99 and scbedd authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6115a6a View commit details
    Browse the repository at this point in the history
  9. [ServiceBus] prep release 7.12.0 (Azure#34543)

    * update changelog + samples for timeout
    
    * update classifiers
    
    * kashif comments
    swathipil authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f5cc8f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f569eff View commit details
    Browse the repository at this point in the history
  11. Azure Monitor Distro release 1.3.0 (Azure#34537)

    * Azure Monitor Distro release 1.3.0
    
    * Update exporter version
    jeremydvoss authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b299960 View commit details
    Browse the repository at this point in the history
  12. Fix matrix CI tests (Azure#34327)

    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    472f0e4 View commit details
    Browse the repository at this point in the history
  13. SDK implementation for Radiology Insights (in public preview) (Azure#…

    …34317)
    
    * init
    
    * Create async_sample.py
    
    * Create sample_critical_result_inference_async.py
    
    adding sample
    
    * Delete async_sample.py
    
    removed old async sample
    
    * Adding tests folder with samples and update README
    
    * cleanup of README links, adding changelog and add ci.yml entry
    
    * Code cleanup based on Black
    
    * Create sdk_packaging.toml
    
    * Update cspell.json
    
    * Update README.md
    
    * Update _models.py
    
    * pylint fixes
    
    adding pylint exclusions
    
    * addition of testing
    
    rewrote testclass & added playback functionality through assets repo
    
    * updating assets.json with new recordings and adressing review comments
    
    updating assets.json with new recordings and adressing review comments
    
    * adding sync tests and samples
    
    * adressing reviewer comments
    
    adressing reviewer comments
    
    * test fixes
    
    fix test issues in playback mode
    
    * remove dependency
    
    remove pytz dependency
    
    * add ignore for non-radiology insights projects & fix non-existing module
    
    * ignore pyright in non RI packages
    
    ignoring pyright errors in non radiology insights packages
    
    * fixing some additional reviewer comments
    
    * SDK generated with latest typespec
    
    * fix ci issues
    
    * clean up samples
    
    clean up samples
    
    ---------
    
    Co-authored-by: Asaf Levi <asaflevi@microsoft.com>
    koen-mertens and asaflevi-ms authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a750b58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4621c2a View commit details
    Browse the repository at this point in the history
  15. add link and update release date (Azure#34562)

    * add link and update release date
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    koen-mertens authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9886bcd View commit details
    Browse the repository at this point in the history
  16. User API 2024-03-01-Preview (Azure#34475)

    * User API 2024-03-01-Preview
    
    * update
    
    * update recording
    
    * update changelog
    
    * update
    xiangyan99 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b88ec4c View commit details
    Browse the repository at this point in the history
  17. [ml] Fix missing parent ids in trace logs (Azure#34405)

    * Revert change to acs_connection_id type
    
    * Implement working POC for trace logging
    
    * Refactor to take ops_logger as argument
    
    * Remove debug statements and update tests
    
    * Add check for OpsLogger type
    
    * Add check for OpsLogger type in monitor_with_telemetry_mixing
    
    * Update tests
    
    * Address mypy errors
    
    * Address mypy errors
    
    * Suppress mypy error
    
    * Refactor log_record_to_telemetry and save trace_id, span_id, and activity_id
    
    * Remove name from span
    
    * Remove whitespace to eliminate pylint error
    diondrapeck authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8c651d9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fb60783 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    4ed18a2 View commit details
    Browse the repository at this point in the history
  2. Normalize the managed identity type in pipeline command and parallel …

    …node (Azure#34435)
    
    * allow prs run settings binding to literal input
    
    * fix managed identity issue
    
    * refine
    
    * revert
    
    * fix UT
    
    ---------
    
    Co-authored-by: Xiaole Wen <xiwe@microsoft.com>
    bupt-wenxiaole and smile21prc authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    930d75e View commit details
    Browse the repository at this point in the history
  3. [Cosmos] Bugfix for race condition on async lock (Azure#34579)

    * Update _global_endpoint_manager_async.py
    
    * Update CHANGELOG.md
    
    * skip waiting for network request since we're updating regardless
    
    * Update CHANGELOG.md
    simorenoh authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6ec5379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0c3ff View commit details
    Browse the repository at this point in the history
  5. [Cosmos] skip user agent test (Azure#34584)

    * skip test failing in pipelines for some reason
    
    * manually closing a client that is already using an async context
    simorenoh authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    52fca3b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. [AutoRelease] t2-rdbms-2024-02-27-90755(can only be merged by SDK own…

    …er) (Azure#34466)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    85ef6d5 View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-chaos-2024-02-21-34265(can only be merged by SDK own…

    …er) (Azure#34391)
    
    * code and test
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    84c71b9 View commit details
    Browse the repository at this point in the history
  3. [AutoRelease] t2-azurelargeinstance-2024-02-06-59708(can only be merg…

    …ed by SDK owner) (Azure#34191)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    17d26b6 View commit details
    Browse the repository at this point in the history
  4. [AutoRelease] t2-redisenterprise-2024-01-23-52802(can only be merged …

    …by SDK owner) (Azure#33954)
    
    * 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 4, 2024
    Configuration menu
    Copy the full SHA
    dd98913 View commit details
    Browse the repository at this point in the history
  5. [AutoRelease] t2-datafactory-2024-01-26-41491(can only be merged by S…

    …DK owner) (Azure#34025)
    
    * code and test
    
    * Update CHANGELOG.md
    
    * Update dev_requirements.txt
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    azure-sdk and ChenxiJiang333 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    069bb31 View commit details
    Browse the repository at this point in the history
  6. [AutoRelease] t2-playwrighttesting-2024-01-23-75657(can only be merge…

    …d by SDK owner) (Azure#33963)
    
    * code and test
    
    * update-testcase
    
    * 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 4, 2024
    Configuration menu
    Copy the full SHA
    f1127df View commit details
    Browse the repository at this point in the history
  7. [PYTHON] Communication Identity | Dropped 3.7 support (Azure#34555)

    * Removing python 3.7 support
    mjafferi-msft authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f15adfa View commit details
    Browse the repository at this point in the history
  8. Fix EnforceMaxLifeOfIssues event and run time (Azure#34596)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    12bb59f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03dc6b8 View commit details
    Browse the repository at this point in the history
  10. [Core] Fix for Mypy-Next Errors (Azure#34507)

    * add definition for response
    
    * type ignore opentelemetry error
    
    * fix mypy issues
    
    * black
    
    * black formatting
    kashifkhan authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dd01793 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14e5836 View commit details
    Browse the repository at this point in the history
  12. install tool dependencies before verify ci step in release build (Azu…

    …re#34597)
    
    * install tool dependencies before verify ci step in release build
    
    * test ci_enabled=false
    
    * now test without ci_enabled
    kristapratico authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    07a4a77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a545697 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    605b13a View commit details
    Browse the repository at this point in the history
  15. Sync eng/common directory with azure-sdk-tools for PR 7758 (Azure#34609)

    * Add 1es changes for job/matrix generation and publish
    
    * Use more flexible pool filter for prev/next pool matches
    
    * consolidate displayname definition
    
    * use linux pool variables for generate matrix job
    
    * Fix publish artifact
    
    * Use single publish task for publish artifact
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4d8b372 View commit details
    Browse the repository at this point in the history
  16. Fix mypy errors in ApiView (Azure#34477)

    * fix mypy errors
    
    * fix mypy errors - 2
    
    * fix definition.py
    
    * fix mypy errors - 3
    
    * fix mypy errors - 4
    
    * fix mypy errors - 5
    
    * fix mypy errors - 6
    
    * fix mypy errors in comments
    
    * fix comments issues
    CoderKevinZhang authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3ea3625 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b0bd3c View commit details
    Browse the repository at this point in the history
  18. Users/anksing/chat built in flow fix (Azure#34603)

    * Adding tests to capture groundedness with expected values
    
    * Fixing built in task type chat
    
    * Reverting logger change
    
    * Fixing built in task type chat
    
    * Reverting logger change
    singankit authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c05ff90 View commit details
    Browse the repository at this point in the history
  19. Update the logging level as this is supposed to be a warning (Azure#3…

    …4504)
    
    * Update the logging level as this is supposed to be a warning
    
    * Update _connection_async.py to warning instead of error logging level
    RichardOberdieck authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b417ceb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    f165796 View commit details
    Browse the repository at this point in the history
  2. update testcase for azure-mgmt-automation (Azure#34620)

    * update-testcase
    
    * fix-testcase
    ChenxiJiang333 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    059b833 View commit details
    Browse the repository at this point in the history
  3. [ml] Fix api view mypy errors (Azure#34581)

    * Revert change to acs_connection_id type
    
    * Address remaining type issues
    
    * Revert changes to irrelevant files
    
    * Add whitespace back
    
    * Remove unintentional change
    
    * Remove Optional type annotation from get() methods
    
    * Remove duplicate overloads
    
    * Fix circular import
    
    * Revert lost input/output overload types
    
    * Remove duplicate overloads for uri_folder
    
    * Use type:ignore to silence known incompatibilities
    diondrapeck authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    13243cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    180b4a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e207aec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffee9b8 View commit details
    Browse the repository at this point in the history
  7. [ServiceBus] prep release (Azure#34628)

    * update sb changelog
    
    * prep release
    swathipil authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a9e3bb0 View commit details
    Browse the repository at this point in the history
  8. use optional env for azure openai tests (Azure#34517)

    * 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
    
    * cspell ignores
    
    * no logprobs
    kristapratico authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    47f2d64 View commit details
    Browse the repository at this point in the history
  9. Yifanzhou/purview datamap 0901 (Azure#34369)

    * update SDKs
    
    * update
    
    * update test
    
    * Update CHANGELOG.md
    
    * Update conftest.py
    
    * update
    
    * regenerate
    
    * update test
    
    * update tests
    
    * update
    
    * Update conftest.py
    
    * update
    
    * Update cspell.json
    
    * Update cspell.json
    
    * Create assets.json
    
    * Update environment_exclusions.py
    
    * Update assets.json
    
    * Update README.md
    
    * Delete sdk/purview/azure-purview-datamap/tests/recordings directory
    
    * update samples
    
    * Update assets.json
    
    * Update README.md
    
    * Update CHANGELOG.md
    
    * Update README.md
    
    * Update get_types.py
    
    * update
    
    * update
    
    * Update README.md
    
    * Create pyproject.toml
    
    * Update CHANGELOG.md
    
    * Update sdk/purview/azure-purview-datamap/README.md
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Update sdk/purview/azure-purview-datamap/README.md
    
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    
    * Update get_types.py
    
    ---------
    
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
    4 people authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    293d480 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97c01e0 View commit details
    Browse the repository at this point in the history
  11. Sync eng/common directory with azure-sdk-tools for PR 7810 (Azure#34633)

    * Run publish on failed or succeeded
    
    * Expand agent os string detection
    
    * Check agent job status env var for artifact name detection
    
    * Add sbomEnabled flag to publish template
    
    * Fix image and artifact name conditional
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    39a6517 View commit details
    Browse the repository at this point in the history
  12. Pylint Errors Fix for azure-ai-generative (Azure#34180)

    * fix line too long - 1
    
    * fix line too long - 2
    
    * fix line too long - 3
    
    * fix line too long - 4
    
    * fix import-error
    
    * fix unused-import
    
    * fix wrong-import-order error
    
    * fix import pylint errors
    
    * fix import pylint errors - 2
    
    * fix whitespace errors
    
    * fix mypy error
    
    * fix too-many-locals errors
    
    * fix line-too-long errors - 5
    
    * fix import errors  - 2
    
    * fix mypy error
    
    * fix mypy error - 2
    
    * fix unused-variable errors
    
    * fix too-many-branches/too-many-statements errors
    
    * fix global-variable errors
    
    * fix no-else-return errors
    
    * fix mypy errors
    
    * fix protected-access errors
    
    * fix unspecified-encoding errors
    
    * fix unspecified-encoding errors - 2
    
    * Merge branch 'main' into v-kevizhang/ai-generative-pylint-fix - 2
    
    * fix name-too-long errors
    
    * fix attribute-defined-outside-init errors
    
    * fix file-needs-copyright-header errors
    
    * fix unused-argument errors - 1
    
    * fix unused-argument errors - 2
    
    * fix unused-argument errors - 3
    
    * fix unnecessary-pass, no-member errors
    
    * fix logging-fstring-interpolation errors
    
    * fix inconsistent-return-statements errors
    
    * fix client related pylint errors
    
    * fix misc pylint errors
    
    * fix f-string-without-interpolation errors
    
    * fix misc errors - 2
    
    * fix dangerous-default-value errors
    
    * fix misc errors - 3
    
    * fix misc errors - 4
    
    * fix misc errors - 5
    
    * fix misc errors - 6
    
    * fix broad-except errors - 1
    
    * fix broad-except errors - 2
    
    * fiix misc errors - 7
    
    * fix docstring related errors - 1
    
    * fix cracking.py docstring errors
    
    * fix docstring errors
    
    * fix mypy error
    
    * fix docstring errors - 2
    
    * fix docstring format error
    
    * fix docstring related issues
    
    * fix misc pylint errors
    
    * fix docstring format error
    
    * fix misc pylint errors - 2
    
    * fix misc pylint errors - 3
    
    * fix error
    
    * fix misc pylint errors - 4
    
    * enable pylint
    
    * fix pylint errors
    
    * fix pylint errors - 1
    
    * fix pylint errors - 2
    
    * fix pylint errors
    
    * fix comments issues
    CoderKevinZhang authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ad990bd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fixed the issue that context is missing for EntityRecognitionSkill (A…

    …zure#34629)
    
    * fixed the issue that context is missing for EntityRecognitionSkill
    
    * update changelog
    xiangyan99 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    aaa66c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abeaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ac4fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3691357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aafa16 View commit details
    Browse the repository at this point in the history
  6. update mgmt docs build to not rely on hardcoded mappings (Azure#34482)

    * hardcoding everything wip, should able to compute automatically
    
    * update the code to not use hardcoded package_service_mapping
    
    * make sure we preserve ordering of latest --> oldest
    
    * update copyright year
    kristapratico authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a0c4de7 View commit details
    Browse the repository at this point in the history
  7. RAI simulator support for context in QA eval (Azure#34617)

    * Changed the parameter from max_count to limit
    
    * Add a method to have output in qa format from simulator
    
    * simulation_result_limit was missing from main
    
    * Return the right result variable for full_result
    
    * to json lines supports saving context to forward it to eval
    
    * Forward the context when context is available in full response
    
    * Removing metadata, ch_template_placeholders from chat_protocol
    
    * Update _utils.py
    
    Nit fix
    nagkumar91 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1d066ef View commit details
    Browse the repository at this point in the history
  8. [ML] Fix operation keyword arg (Azure#34666)

    * [ML] Fix operation keyword arg
    
    * Update _model_operations.py docstrings
    
    * Fix docstring
    
    * Datastore docstrings
    
    * Update image_classification_search_space.py type hints
    annatisch authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    45805b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. TestResources - Bubble up errors in Retry with pipe statements (Azure…

    …#34667)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    61e9c57 View commit details
    Browse the repository at this point in the history
  2. MoMo api review changes (Azure#34670)

    * api review
    
    * fix
    nemanjarajic authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    62e49b4 View commit details
    Browse the repository at this point in the history
  3. [ml] Fix datalake gen2 datastore type annotation (Azure#34669)

    * Remove Optional type annotation from get() methods
    
    * Remove duplicate overloads
    
    * Update type annotations
    
    ---------
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    diondrapeck and annatisch authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f13dc36 View commit details
    Browse the repository at this point in the history
  4. 1ES Template Conversion (Azure#34663)

    * pull across the unified yml changes for 1es. the holistic tests.yml changes will be coming in a follow-up manual commit to main
    scbedd authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    88b4047 View commit details
    Browse the repository at this point in the history
  5. Yaml adjustments to bring the majority of the tests.yml into

    compatibility with the 1es changes. ***NO_CI***
    scbedd committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e0179c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b1984c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb0fa38 View commit details
    Browse the repository at this point in the history
  8. ensure that we skip BuildTags for GithubPullRequests (Azure#34677)

    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    jalauzon-msft and scbedd authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b09862b View commit details
    Browse the repository at this point in the history
  9. [EventHubs] fix failing test pipeline (Azure#34689)

    * fix failing pipeline
    
    * skip build tages for gh prs in live tests
    swathipil authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c8c3884 View commit details
    Browse the repository at this point in the history
  10. test add dns

    mrm9084 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0ef270f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3546171 View commit details
    Browse the repository at this point in the history
  12. fix simulator calling (Azure#34678)

    * 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
    nagkumar91 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bda301f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    589e5f9 View commit details
    Browse the repository at this point in the history
  14. [Tracing] Add EventHubs live tracing tests (Azure#34578)

    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    54343c4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42b5dfa View commit details
    Browse the repository at this point in the history
  16. update the docstring at period parameter of ProbeSettings class (A…

    …zure#34298)
    
    * Update deployment_settings.py
    
    `period` parameter description at `ProbeSettings class` is lack, so we can't check the what parameter means in [doc](https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.probesettings?view=azure-python).
    
    I edited the docstring about `period` parameter and added description.
    
    * Update sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/deployment_settings.py
    
    ---------
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    KazuOnuki and annatisch authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ad95c41 View commit details
    Browse the repository at this point in the history
  17. Update featureset spec for featureset source (Azure#34668)

    * Update featureset spec for featureset source
    
    * Update source_matadata_schema
    
    * Correct typo
    
    * Move checks to constructor and add more unit tests
    
    * Fix pylint errors
    
    ---------
    
    Co-authored-by: Anya Li <hongyl@microsoft.com>
    anyalee0221 and anya-li authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b930399 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. [Text Translation] Allow users to pass in just string instead of comp…

    …lex object (Azure#34516)
    
    * Allow users to pass in just string instead of complex object
    
    * Update change log
    
    * Fix spelling error
    
    * Update changelog
    
    * Fix changelog
    
    * Update version number
    
    * Fix the build
    
    * Fix build
    
    * Fix the mypy issues
    
    * Fixing PR comments
    
    ---------
    
    Co-authored-by: Michal Materna <mimat@microsoft.com>
    MikeyMCZ and Michal Materna authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    11e1ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde9eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5652869 View commit details
    Browse the repository at this point in the history
  4. 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
  5. [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
  6. Configuration menu
    Copy the full SHA
    9b96ce5 View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. 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 9, 2024

  1. Configuration menu
    Copy the full SHA
    1d394a0 View commit details
    Browse the repository at this point in the history