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

V balajium/ga4 merged with main branch #39505

Draft
wants to merge 366 commits into
base: callautomation/release/ga4
Choose a base branch
from

Conversation

BalajiUmmadisetti
Copy link

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 swagger spec, a link to the pull request containing these swagger spec changes has been 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.

azure-sdk and others added 30 commits December 19, 2024 10:22
…d by SDK owner) (#38890)

* code and test

* Update CHANGELOG.md

* update testcases

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
…d by SDK owner) (#38466)

* code and test

* Update CHANGELOG.md

* update testcases

* Update sdk/cognitiveservices/azure-mgmt-cognitiveservices/CHANGELOG.md

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
* add experimental decorator

* mark firewallsku as experimental field

* remove duplicate import

* isort

* format file

---------

Co-authored-by: Nethra Sashikar <nsashikar@microsoft.com>
* Update task_query_response.prompty

remove required keys

* Update task_simulate.prompty

* Update task_query_response.prompty

* Update task_simulate.prompty

* Fix the api_key needed

* Update for release

* Black fix for file

* Add original text in global context

* Update test

* Update the indirect attack simulator

* Black suggested fixes

* Update simulator prompty

* Update adversarial scenario enum to exclude XPIA

* Update changelog

* Black fixes

* Remove duplicate import

* Fix the mypy error

* Mypy please be happy

* Updates to non adv simulator

* accept context from assistant messages, exclude them when using them for conversation

* update changelog

* pylint fixes

* pylint fixes

* remove redundant quotes

* Fix typo

* pylint fix

* Update broken tests

* Include the grounding json in the manifest

* Fix typo

* Come on package

* Release 1.0.0b5

* Notice from Chang

* Remove adv_conv template parameters from the outputs

* Update chanagelog

* Experimental tags on adv scenarios

* Readme fix onbreaking change

* Add the category and both user and assistant context to the response of qr_json_lines

* Update changelog

* Rename _kwargs to _options

* _options as prefix

* update troubleshooting for simulator

* Rename according to suggestions

* Clean up readme

* more links

* Bugfix: zip_longest created null parameters

* Updated changelog

* zip does the job

* remove ununsed import

* Update simulator to work with task free mode

* Update changelog

* black fixes

---------

Co-authored-by: Nagkumar Arkalgud <nagkumar@naarkalg-work-mac.local>
Co-authored-by: Nagkumar Arkalgud <nagkumar@naarkalgworkmac.lan>
Co-authored-by: Nagkumar Arkalgud <nagkumar@Mac.lan>
* update azure ai foundry branding

* restore AI projects files
* Added changelog for image evaluation

* Update sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Co-authored-by: Minsoo Thigpen <minsoo.thigpen@gmail.com>

* Added evaluator names

* Polish

* Update sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Co-authored-by: Minsoo Thigpen <minsoo.thigpen@gmail.com>

---------

Co-authored-by: Minsoo Thigpen <minsoo.thigpen@gmail.com>
…wner) (#38867)

* code and test

* update testcases

* Update CHANGELOG.md

* Update CHANGELOG.md

* update-testcase

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
* add disableLocalAuth while creating aml compute

* add unit tests

* push recordings

* optimize expression

* format

* fix black error format

* update logic for disable local auth

* formatting

* add info to changelog
…#38933)

* update assignee for go sdk

* update codegen version

* code and test

* update version

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: azure-sdk <PythonSdkPipelines>
* Remove a bit of Python 2.7 code

* Fix typo

* Remove _str consistently

* More replacements

* fix mock

* fix

* reset stuff

* Reset changes in legacy servicemanagement

* fix _str

* fix

* pylint

---------

Co-authored-by: Mads Jensen <atombrella@users.noreply.github.com>
…g changes (#38757)

* update changelog

* update sync blob vendor

* update async ckpt blob vendor

* update async ckpt blob changelog

* added vendored storage deps to setup.py

* cp over latest storage updates
…owner) (#38739)

* code and test

* update testcases

* update format

* Update release date in 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>
- Fixes regression introduced when attempting to authenticate with datastores that are configured with shared key access disabled, and only accessible with Entra ID credentials (with the proper roles assigned)
- Always retrieves time limited SAS tokens now for datastores configured with shared key access as per latest Azure security recommendations
- Adds explicit tests for Entra ID only ("none") AI projects
- Updates test recordings

Bug 3686546
* refactor math evals

* fix tests, add fail flag to evaluate
* fix resolving path_prefix from asset url

* add unit test

* add info changelog

* path prefix from asset-url
* qa uses base classes and is testable

* evaluator list input for base class
* omit rest client from test coverage

* temo change to run tests from azure-ai-ml package

* omit rest client from test coverage

* ignore _restclient

* ignore _restclient

* ignore _restclient

* ignore _restclient

* ignore restclient in run

* try removing from paths

* Revert "try removing from paths"

This reverts commit c75f0cf.

* remove comment

* change comment

* Revert "change comment"

This reverts commit 9be37d1.

* comment udpate to run the azure-ml-pipeline
* Added interrupt audio and announce api

* Added event validation in live test

* Added unit test

* updating the test

* fixing pylint errors

---------

Co-authored-by: Vinothini Dharmaraj <v-vdharmaraj@microsoft.com>
* adding 1.25.0 entry

* removing empty entry
* first draft : YAML signing

* YAML signing

* component ops adding prepare for sign

* resolving comments

* fixing pylint and black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.