Skip to content

Conversation

v-dharmarajv
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI and others added 30 commits August 12, 2025 17:15
…#42402)

* Initial plan

* Convert azure-servicebus from setup.py to pyproject.toml

Co-authored-by: swathipil <[email protected]>

* move swagger generate attributes py script to md so pyproject build avoids including in whl

* fix pyproject.toml

* Simplify py.typed package-data configuration to use generic pytyped format

Co-authored-by: swathipil <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: swathipil <[email protected]>
Co-authored-by: swathipil <[email protected]>
Subscription policy in Azure required some changes to allow VM outbound access.

Signed-off-by: Paul Van Eck <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Added remaining drop codes to base

* Updated CHANGELOG

* Fixed spell check errors

* Addressed comments

* Fixed spell check error

* Changed handling for readonly and exceptions

* Fix cspell error

* Updated LocalFileSotrage and LocalFileBlob

* Modified storage tests

* Linting

* Fixed cspell and lint errors

* cspell

* Addressed feedback
…r deprecation (#42487)

* update changelog and link to aka for adversarialsimulator deprecation

* Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator/_adversarial_simulator.py

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
* Initial plan

* Add language support to RedTeam with SupportedLanguages enum

Co-authored-by: slister1001 <[email protected]>

* Fix black formatting issues in RedTeam language support files

Co-authored-by: slister1001 <[email protected]>

* test fixes and black code formatting

* Update sdk/evaluation/azure-ai-evaluation/tests/unittests/test_redteam/test_red_team_language_support.py

Co-authored-by: Copilot <[email protected]>

* Update sdk/evaluation/azure-ai-evaluation/tests/unittests/test_redteam/test_red_team_language_support.py

Co-authored-by: Copilot <[email protected]>

* Update test_red_team_language_support.py

* add SupportedLanguages in redteam module

* black formatting fix

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: slister1001 <[email protected]>
Co-authored-by: Sydney Lister <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Tool Call Accuracy OpenAPI Tools

* Liniting issues
* Add the RunStepActivity

* Add changelog entry

* Regenerate the code.

* Regenerate code

* Update tsp-location

* Fix readme

* Set SDK version in samples
….toml (#42404)

* Initial plan

* Convert azure-identity packages from setup.py to pyproject.toml

Co-authored-by: swathipil <[email protected]>

* Address review feedback: update repository URLs and exclude patterns in pyproject.toml

Co-authored-by: swathipil <[email protected]>

* Remove unnecessary license classifier from pyproject.toml files

Co-authored-by: swathipil <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: swathipil <[email protected]>
* bump typespec-python 0.48.2

* update autorest.python version
…ner) (#42513)

* code and test

* update version

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <[email protected]>
…m setup.py to pyproject.toml with Python 3.9+ support (#42462)

* Initial plan

* Convert azure-messaging-webpubsubclient from setup.py to pyproject.toml

Co-authored-by: swathipil <[email protected]>

* Apply reviewer feedback: update repository URL, include CHANGELOG.md in readme, and add doc*/stress* exclusions

Co-authored-by: swathipil <[email protected]>

* Remove MIT License classifier from pyproject.toml as requested

Co-authored-by: swathipil <[email protected]>

* Add samples* to package exclusions in pyproject.toml

Co-authored-by: swathipil <[email protected]>

* Update Python version support: drop 3.8, add 3.13, set minimum to 3.9

Co-authored-by: swathipil <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: swathipil <[email protected]>
* Refactored storage.py and modified put methods of LocalFileBlob and LocalFileStorage

* Updated CHANGELOG

* Addressed feedback
* conglomerated changes to venv usage within the CI pipeline. The path prepend + VIRTUAL_ENVIRONMENT setting
  is definitely enough to make the virtualenv available to the rest of the system cross-task
* Add eng/pipelines/templates/steps/install-uv.yml
* Add install-uv to use-venv -> also making $(PIP_EXE) available to the rest of the pipeline thereafter and add
  parameter InstallUv
* utilize $(PIP_EXE) everywhere that `python -m pip` used to be used. InstallUv step now sets this value
  properly to reflect which package manager is selected for the rest of the pipeline'
* adjustments to the flow of build-test to eliminate a usage of python 3.10 that was unnecessary
* Add run step delta for cusom bing search

* Fixes
…d by SDK owner) (#42538)

* code and test

* update changelog

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <[email protected]>
#42537)

* code and test

* update changelog

* Update sdk/resources/azure-mgmt-msi/CHANGELOG.md

* Update sdk/resources/azure-mgmt-msi/azure/mgmt/msi/_version.py

* update

* add changelog

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
This can cause timeouts in the credential.

Signed-off-by: Paul Van Eck <[email protected]>
* add session token false progress

* update changelog

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* add more tests

* react to comments

* fix analyze

---------

Co-authored-by: Copilot <[email protected]>
@v-dharmarajv v-dharmarajv merged commit 950d16a into feature/callautomation/alpha Sep 16, 2025
1 check passed
@v-dharmarajv v-dharmarajv deleted the users/v-dharmarajv/mergeFromMain branch September 16, 2025 19:08
@github-actions github-actions bot added AgriFood AI AI Agents AI Model Inference Issues related to the client library for Azure AI Model Inference (\sdk\ai\azure-ai-inference) AI Projects App Configuration Azure.ApplicationModel.Configuration App Configuration Provider Attestation Cognitive - Anomaly Detector Voice Live labels Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AgriFood AI Agents AI Model Inference Issues related to the client library for Azure AI Model Inference (\sdk\ai\azure-ai-inference) AI Projects AI App Configuration Provider App Configuration Azure.ApplicationModel.Configuration Attestation Cognitive - Anomaly Detector Voice Live

Projects

None yet

Development

Successfully merging this pull request may close these issues.