forked from AzureSDKAutomation/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Certificateregistration migration #42
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
Draft
ChenxiJiang333
wants to merge
361
commits into
msyyc:certificateregistration-migration
Choose a base branch
from
ChenxiJiang333:certificateregistration-migration
base: certificateregistration-migration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Certificateregistration migration #42
ChenxiJiang333
wants to merge
361
commits into
msyyc:certificateregistration-migration
from
ChenxiJiang333:certificateregistration-migration
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* Allow to update item_schema from external for some use cases like data synthesizing * Enhance copy to deepcopy * Fix linter run Black
* adding AIProjectInstrumentor to configure_azure_monitor * updating changelog
Bumps [@azure-tools/typespec-client-generator-cli](https://github.com/Azure/azure-sdk-tools) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/Azure/azure-sdk-tools/releases) - [Commits](https://github.com/Azure/azure-sdk-tools/commits) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Azure#43857) * add azure-ai-agentserver-core * update version number and readme * update doc settings * disable breaking because of python version * minor update on tracing * disable breaking and clean setting * disable pyright and verifytypes * fix test.yml service name * remove old names * update changelog date * update name
…ion String Client Constructors (Azure#43565)
* added samples for autoscale throughput * removed manual autoscale sample * removed manual autoscale sample from description * got rid of concurrent throughput example * added comment suggestion --------- Co-authored-by: Andrew Mathew <andrewmathew@microsoft.com>
* allow naive parameterization of analyze python version * change formatting to coalesce
…-agentserver-langgraph to agentserver (Azure#43861) * add azure-ai-agentserver-core * update version number and readme * add agentframework * update doc settings * add langgraph * update readme links * disable breaking because of python version * minor update on tracing * disable breaking check becaues of incompatible python version * disable breaking and clean setting * set pyright * disable pyright and verifytypes * disable pyright and verifytypes * fix test.yml service name * fix af readme * update version * remove agentshosting * set readme header * fix json in sample readme * fixed af version * disable verify_types and bandit because required -core package has incompatible python version * pin af-core version * update readme and pyproject * remove commented role mapping * fix dependency * skip keyword check * add packages to ci
* update shared_requirements.txt with missing dependencies * Update sdk/agentserver/azure-ai-agentserver-agentframework/pyproject.toml for disabling whl_no_aio * Update sdk/agentserver/azure-ai-agentserver-langgraph/pyproject.toml for disabling whl_no_aio
…le metrics and exclude errored counts for passed/failed (Azure#43878) * update * rename * run black * fix result counts * update * Fix bug * run black * fix bug * Add UT * fix bug: handle null value for summary counts * address comments * Update counts to ignore non-primary metrics when multiple metrics * update primary sequence * update to get eval name then metrics * update doc string and address comments * update result count to exclude errored counts for passed/failed counts * add the renamed evaluator into mappings * run black * handle empty string for token counts
* rename * update import * updates * updates * black
…erter (Azure#43906) * update * rename * run black * fix result counts * update * Fix bug * run black * fix bug * Add UT * fix bug: handle null value for summary counts * address comments * Update counts to ignore non-primary metrics when multiple metrics * update primary sequence * update to get eval name then metrics * update doc string and address comments * update result count to exclude errored counts for passed/failed counts * add the renamed evaluator into mappings * run black * handle empty string for token counts * fix input data when pure string_check
d244b90 to
be5579f
Compare
* add lgos in base_eval * dummy commit * Revert "dummy commit" This reverts commit f22ebc0.
* Adding new evaluator samples * Updating task adherence evaluator * Updating python version of notebooks * Update task_adherence prompt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update tool_call_accuracy description Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fixing task_navigation_efficiency imports * Updating task_navigation_efficiency sample * Updating intent_resolution evaluator to cover all input types * Updating response_completeness to cover all input types * Updating response completeness python version * Updating task_navigation coverage * Clearing response completeness and task navigation efficiency output * Response completeness metadata fix --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
) * add reference doc for adding client customizations in TypeSpec * Update eng/common/knowledge/customizing-client-tsp.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> --------- Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com> Co-authored-by: Christopher Radek <14189820+chrisradek@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
* Adding Snapshots * fixing formatting * Snapshot fixes + tests * attempting to fix tests * Update test_snapshots.py * fixing recording and async tests * Update assets.json * format fixes * fix live issue * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update snapshot_sample.py * fix sample and test --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix deprecation of utcnow * Update CHANGELOG.md
* moving request tracing to it's own file * clearing up + tests * uses aap * removed unused feature * Update _azureappconfigurationproviderbase.py * Updating Constants * Updating imports and constants * Update _request_tracing_context.py * review comments * consistant name * Update _azureappconfigurationproviderbase.py * Update test_azureappconfigurationproviderbase.py * code review comment * Update test_azureappconfigurationproviderbase.py * Update sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_azureappconfigurationproviderbase.py Co-authored-by: Ross Grambo <rossgrambo@microsoft.com> * Update _azureappconfigurationproviderbase.py --------- Co-authored-by: Ross Grambo <rossgrambo@microsoft.com>
* Configurations: 'specification/cognitiveservices/data-plane/LanguageAnalyzeText/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: '856560f304f6a4df7c50f17b7d72ac73884fab74' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5503780 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * updated clientname to TextAnalysisClient * removed generated tests and samples * removed generated tests * delete * added patch from last preview * set begin_analyze_text_job to private * updated version * added test for recognize_pii_redaction_policies * added test for pii_redaction_policies_async * make language optional and added test for pii_confidence_score_threshold * added test for pii_confidence_score_threshold_async * updated the tests for new features * update all test records * added samples for the new features * update assets.json * updated the change log * updated readme * fixed spelling error * add samples of new features in readme * update snippets * removed 3.0, 3.1 --------- Co-authored-by: azure-sdk <azuresdk@microsoft.com>
) * quotes * generalize * cant use trigger as a job * Update eng/common/pipelines/templates/jobs/ai-eval-job.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * target repo name fix * compile time expression * compile time expression * show params for pipeline * fix the pipeline variables * another fix * fix variables --------- Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* cut * sanity * nvm * pin bandit version * minor
* adding more agent creation traces * change based on review comments
* add 2025-11-01 * updated ocnftest.py * updated assets.json --------- Co-authored-by: Bidisha Chakraborty <29803402+bidisha-c@users.noreply.github.com>
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.3.2 to 9.4.0. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.4.0/packages/cspell) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…y-exporter (Azure#44271) Co-authored-by: rads-1996 <guptaradhika@microsoft.com>
…ure#44270) Both test_agent_mcp_basic and test_agent_mcp_with_project_connection were creating conversations but incorrectly switching to previous_response_id for follow-up calls. This fix ensures they consistently use conversation.id.
Azure#44279) Co-authored-by: rads-1996 <guptaradhika@microsoft.com>
…d by SDK owner) (Azure#44257) * code and test * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Bumps [@azure-tools/typespec-client-generator-cli](https://github.com/Azure/azure-sdk-tools) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/Azure/azure-sdk-tools/releases) - [Commits](https://github.com/Azure/azure-sdk-tools/commits) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) * Added optional artifact list to filter the package info to be returned * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * return full package info if the input artifact list is empty * Fixed hashset issue * Added artifacts parameter --------- Co-authored-by: ray chen <raychen@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* use uv * classify uv * format * allow local uv? and bug fix
…ording decorators (Azure#44292)
* ensure uv uses same index as pip
a893502 to
a82f010
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.