Skip to content

Conversation

@scbedd
Copy link
Member

@scbedd scbedd commented Feb 9, 2026

We're seeing a job failure currently here due to parsing through the packages.

@mccoyp has the proper fix out, but we need to get approval from the codeowners there.

This PR straight up removes this part of the run from PR.

@scbedd scbedd self-assigned this Feb 9, 2026
@scbedd scbedd requested a review from weshaggard as a code owner February 9, 2026 18:44
Copilot AI review requested due to automatic review settings February 9, 2026 18:44
@scbedd scbedd requested a review from benbp as a code owner February 9, 2026 18:44
@scbedd scbedd moved this to 🔬 Dev in PR in Azure SDK EngSys 📆🎇 Feb 9, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to prevent the regression job matrix generation from running in the repo-wide PR pipeline to avoid current job failures caused by package parsing during regression service coverage generation.

Changes:

  • Wrapped the regression job-matrix generation step in a conditional so it only runs when ServiceDirectory != 'auto'.

Copy link
Member

@mccoyp mccoyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, thanks for the intermediate solution!

@scbedd
Copy link
Member Author

scbedd commented Feb 9, 2026

Code still compiles. The failures are due to github outage. Going to merge.

@scbedd scbedd merged commit f99f2fc into Azure:main Feb 9, 2026
16 of 21 checks passed
ashaabansoliman added a commit that referenced this pull request Feb 9, 2026
* Propagate OAI eval and run ids to the results (#44899)

* Propagate oai eval and run ids to the results

* Code formatter

---------

Co-authored-by: Shruti Iyer <you@example.com>

* Sync .github/workflows directory with azure-sdk-tools for PR 13552 (#44907)

* Few more changes

* review comment resolution- 5

---------

Co-authored-by: anannya03 <aaniee09@gmail.com>
Co-authored-by: Anannya Patra <40665106+anannya03@users.noreply.github.com>

* Add missing copyright headers and ensuring consistency across files in distro (#44908)

* Add missing copyright headers and ensuring consistency across files

* Remove sample test app

* Added CHANGELOG

* Feature tracking for when customer sdkstats is disabled by the user (#44888)

* Feature tracking for when customer sdkstats is disabled by the user

* Added CHANGELOG and fixed indentation

* Add CHANGELOG

* Modify CHANGELOG

* adding tool trace tests (#44905)

* adding tool tracing tests

* adding tool trace tests

* updating test recordings

* review comment related changes, code formatting

* bump proxy version (#44909)

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>

* Confidential Ledger SDK update SensitiveHeaderCleanupPolicy for CCF redirection change (#44915)

* update clinet and test script

* remove test script

* add comments

* add change log

* update redirection policy

* Update CHANGELOG for version 2.0.0b2 release

Updated release date for version 2.0.0b2 and fixed authentication issue.

* add unit test

* Update version to 2.0.0b2

* Trigger CI rebuild

* update (#44921)

Co-authored-by: iscai-msft <isabellavcai@gmail.com>

* Update version (#44927)

Co-authored-by: anannya03 <aaniee09@gmail.com>

* Update sample_redteam_evaluations.py to use OS temp folder for output files (#44928)

* bump typespec-python 0.59.2 (#44934)

* Enable live metrics be default (#44902)

* Enable live metrics by default

* Add CHANGELOG

* Update tests

* Remove testing fixtures

* Modify CHANGELOG

* Retrigger CI/CD pipeline

* Retrigger CI/CD pipeline

* [VoiceLive]Add Foundry agent integration, filler response configuration, and reasoning effort control (#44773)

* [VoiceLive]Add Foundry agent integration, filler response configuration, and reasoning effort control

* Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add defualt value for endpoint

* update models

* update cspell

* Add Scene model, ServerEventWarning, and AvatarConfig enhancements

* update change log

* update sample

* remove warning

* update cspell

* remove blank

---------

Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* updating response generation span names (#44926)

* updating response generation span names

* change to rerun ci

* Sync eng/common directory with azure-sdk-tools for PR 13693 (#44942)

* Add instruction to normalize package name

* Add javascript validation

* Add examples

---------

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Fix warnings seen after tests are done running (#44933)

* Skip list_secrets for identity-based datastores to prevent noisy telemetry traces (#44955)

* Sync eng/common directory with azure-sdk-tools for PR 13750 (#44900)

* Mark package as released using azsdk cli command

* [VoiceLive]Release 1.2.0b3 (#44958)

Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>

* Exporter release 1.0.0b47 (#44957)

* Exporter release 1.0.0b47

* Amend date

* [Qna authoring] fix pylint/pyright for next version (#44889)

* updated serilization

* updated model base

* updated tests

* updated samples

* update

* updated test

* updated

* [Key Vault] Update continuation tokens (#44879)

* Remove editable install flags from dev_requirements.txt ***NO_CI*** (#44943)

- Removed -e flag from 217 dependency lines across 125 dev_requirements.txt files
- Preserved -e flag for azure-sdk-tools and tests/* paths as required
- No other changes made to requirement files

***NO_CI***

Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>

* Guard NodeLogManager against recursive stdout/stderr forwarding (#44844)

* Initial plan

* fix: avoid recursive stdout/stderr forwarding in evaluation logging

Co-authored-by: nagkumar91 <4727422+nagkumar91@users.noreply.github.com>

* fix: refine log writer test and recursion guard

Co-authored-by: nagkumar91 <4727422+nagkumar91@users.noreply.github.com>

* fix: align recursion guard typing with Set

Co-authored-by: nagkumar91 <4727422+nagkumar91@users.noreply.github.com>

* fix: address pylint line-too-long and protected-access warnings

- Break long ternary expressions in NodeLogManager.__init__ into
  multi-line if/else blocks to stay under 100 char limit
- Add pylint disable comment for protected-access on _prev_out
  which is accessed within the same class during unwrapping

* Update test (#44868)

* Update CHANGELOG.md

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nagkumar91 <4727422+nagkumar91@users.noreply.github.com>
Co-authored-by: Nagkumar Arkalgud <naarkalg@microsoft.com>
Co-authored-by: Nagkumar Arkalgud <nagkumar91@users.noreply.github.com>
Co-authored-by: Wenxing Zhu <wixzhu@icloud.com>

* [VoiceLive] Skip pyaudio dependency on Ubuntu/macOS (#44919)

* [VoiceLive] Skip pyaudio dependency on Ubuntu/macOS

* update

---------

Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>

* Increment package version after release of azure-monitor-opentelemetry-exporter (#44977)

Co-authored-by: rads-1996 <guptaradhika@microsoft.com>

* [Textanalytics] fix pylint/pyright for next version (#44785)

* fix pyright

* fix pyright for question authoring

* fix pyright for questionanswering

* updates

* fixed next-pylint for text analytics

* updated tests

* updated tests

* updated tag

* update

* updated snippets

* added # type: ignore[override]

* update

* fix mypy

* update dev requirements

* updated

---------

Co-authored-by: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com>

* [Textanalytics authoring] fix pylint/pyright for next version (#44853)

* fix pyright

* updapted samples

* updated async samples

* fix model_base

* updated

* updated

---------

Co-authored-by: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com>

* Bump cspell from 9.4.0 to 9.6.2 in /eng/common/spelling (#44978)

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.4.0 to 9.6.2.
- [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.6.2/packages/cspell)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Change default sampler to Rate Limited Sampler (#44925)

* Change default sampler to Rate Limited Sampler

* Add CHANGELOG

* Modified CHANGELOG

* Add period

* Retrigger CI/CD pipeline

* Address feedback

* Retrigger CI/CD pipeline

* Retrigger CI/CD pipeline

* [Conversation authoring] fix pylint/pyright for next version (#44876)

* updated serialization

* updated model base

* updated dev requirements

* updated tests

* updated samples

* fix mypy

* Updated.

* udpated.

* udpated

---------

Co-authored-by: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com>

* [Conversation Inference] fix pylint/pyright for next version (#44854)

* updated serialization

* updated model base

* updated configuration

* updated all tests

* updated samples

* updated samples

* updated tests

* update

* update snippets

* updated.

* [Qna] fix pylint/pyright for next version (#44887)

* updated serialization

* updated model base

* updated tests

* updated test

* updated tests

* update

* add recorded_test

* update

* update csspell

* updated

* updated.

* Bump azure-ai-evaluation version to 1.15.0 (#44982)

* Bump azure-ai-evaluation version to 1.15.0

* Update CHANGELOG date for version 1.15.0 release

Updated the release date for version 1.15.0 and added a bug fix entry.

* Update evaluation samples to use inline data and add README index (#44950)

- Update sample_evaluations_graders.py to use inline data instead of file upload
- Update sample_evaluations_ai_assisted.py to use inline data instead of file upload
- Update sample_evaluation_cluster_insight.py to use inline data instead of file upload
- Add samples/evaluations/README.md as an index for all evaluation samples
- Update test_samples_evaluations.py to test the updated samples
- Remove unnecessary inline-data sample duplicates
- Update assets.json with new recordings

* Add CODEOWNERS for sdk/agentserver/ with "Hosted Agents" service label (#44941)

* Initial plan

* Add @lusu-msft and @JC-386 as Service Owner CODEOWNERS for sdk/agentserver/ with service label "Hosted Agents"

Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>

* Separate CODEOWNERS blocks for sdk/agentserver/ - ServiceOwners/ServiceLabel in one block, PRLabel/path in another

Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>
Co-authored-by: Ronnie Geraghty <rgeraghty@microsoft.com>

* Update evaluation samples to use inline data and add README index (#44950) (#44983)

- Update sample_evaluations_graders.py to use inline data instead of file upload
- Update sample_evaluations_ai_assisted.py to use inline data instead of file upload
- Update sample_evaluation_cluster_insight.py to use inline data instead of file upload
- Add samples/evaluations/README.md as an index for all evaluation samples
- Update test_samples_evaluations.py to test the updated samples
- Remove unnecessary inline-data sample duplicates
- Update assets.json with new recordings

* [Monitor OpenTelemetry Exporter] Fix Ingestion Sampling Response Offline Storage (#44980)

* Fix ingestion sampling 206 issue.

* Update CHANGELOG.md

* Make telemetry sampled message more specific and update tests.

* Update CHANGELOG.md

* Updated message values.

* [Corehttp] Add misc updates (#44931)

This pulls in applicable changes that were made in azure-core but not
yet applied to corehttp.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [resources] update ci.yml (#44953)

* update python configuraiton

* update ci.yml

* bump typespec-python 0.59.3 (#44992)

* Distro release 1.8.6 (#44998)

* Distro release 1.8.6

* Add empty line after header

* Fixing Feature Flag Snapshot (#44904)

* Fixing Feature Flag Snapshot

* Update CHANGELOG.md

* Update sdk/appconfiguration/azure-appconfiguration-provider/samples/aad_sample.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Avani Gupta <avanigupta@users.noreply.github.com>

* review comments

* mypy fixes

* review fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Avani Gupta <avanigupta@users.noreply.github.com>

* Fix AAD authentication in ACA environments for RedTeam (#44938)

When running red team scans in ACA environments, DefaultAzureCredential
fails because Azure CLI is not available. This fix allows passing an
explicit credential from the RedTeam instance to get_chat_target().

Changes:
- Add credential parameter to get_chat_target() function
- Add _create_token_provider() helper to create callable from credential
- Pass self.credential from RedTeam.scan() to get_chat_target()
- Add credential field to AzureOpenAIModelConfiguration TypedDict
- Add tests for credential-based authentication paths

Auth priority: api_key > credential > use_aad_auth (DefaultAzureCredential)

* Update azpysdk 'black' error message in CI (#45000)

* Wangamber/transcription update samples (#44989)

* fix multipartform

* fix pylint

* update patch

* fix enhancedmode bug

* update samples and record tests

* update samples

* Increment package version after release of azure-monitor-opentelemetry (#45001)

Co-authored-by: rads-1996 <guptaradhika@microsoft.com>

* Fix CPU usage calculation logic for live metrics (#45005)

* Fix CPU total usage calculation logic for live metrics

* Modify CHANGELOG

* [pipeline] Add triggered pipeline link to auto-release PR body (#45026)

* Add triggered pipeline link to auto-release PR body

* Update scripts/auto_release/main.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update scripts/auto_release/main.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* bump typespec-python 0.60.0 (#45030)

* [AutoRelease] t2-resource-privatelinks-2026-02-05-35881(can only be merged by SDK owner) (#45024)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-features-2026-02-05-71286(can only be merged by SDK owner) (#45023)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-links-2026-02-05-01849(can only be merged by SDK owner) (#45022)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-databoundaries-2026-02-05-66014(can only be merged by SDK owner) (#45014)

* code and test

* update doc

* update changelog

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-subscriptions-2026-02-05-30452(can only be merged by SDK owner) (#45019)

* code and test

* Fix README to remove subscription_id parameter and add no_sub flag

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-policy-2026-02-05-48388(can only be merged by SDK owner) (#45029)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* [AutoRelease] t2-resource-managedapplications-2026-02-05-91819(can only be merged by SDK owner) (#45020)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>

* Skip release pipeline comment when link is empty (#45032)

* [AutoRelease] t2-resource-changes-2026-02-05-00873(can only be merged by SDK owner) (#45018)

* code and test

* update

* Update dev_requirements.txt

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>

* [AutoRelease] t2-resource-locks-2026-02-05-86806(can only be merged by SDK owner) (#45021)

* code and test

* update

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>

* [AutoRelease] t2-agricultureplatform-2026-02-05-40775(can only be merged by SDK owner) (#45031)

* code and test

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

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>

* update operation name add support for message attributes (#44979)

* update operation name and add support for message attributes

* adding support of input and output message attributes for responses trace

* updating assets.json

* change agent creation system instructions from event to attribute

* adding support for opt-in trace context propagation

* small update to readme

* fix review findings

* updating test recording

* changing provider name to microsoft.foundry

* making baggage header inclusion separately configurable for trace propagation

* fix(azure-ai-evaluation): Add missing filter params to get_attack_objectives API (#45013)

The autogenerated SDK client for get_attack_objectives was missing three
filter parameters that the server API supports: strategy, risk_category,
and target_type. These parameters were being passed by the wrapper in
_generated_rai_client.py but were absorbed by **kwargs and never sent
to the server.

This caused the attack objectives fetch to return unexpected results,
leading to empty attack_details in RedTeam scan results.

Changes:
- Add strategy, risk_category, target_type optional params to
  build_rai_svc_get_attack_objectives_request()
- Add same params to RAISvcOperations.get_attack_objectives()
- Forward params to query string when provided

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

* Exporter release 1.0.0b48 (#45010)

* Simplify Identity README (#45015)

* Simplify Identity README

* Update sdk/identity/azure-identity/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/identity/azure-identity/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/identity/azure-identity/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix cspell error

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove portaudio installation from CI pipelines (#45011)

* Remove portaudio installation from CI pipelines

- Remove InstallPortAudio variable from Build_Extended and Analyze jobs in ci.yml
- Delete install-portaudio.yml step template (no longer needed)
- Remove portaudio installation step from use-venv.yml
- Remove InstallPortAudio setting from sdk/ai/platform-matrix.json
- Bump azure-ai-voicelive version to 1.2.0b4
- Add changelog entry for upcoming 1.2.0b4 release

* removed unused file

* remove metrix config/filter

---------

Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>

* [Corehttp] Prepare release (#45008)

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

* Increment package version after release of azure-monitor-opentelemetry-exporter (#45039)

Co-authored-by: rads-1996 <guptaradhika@microsoft.com>

* self.fail does not exist (#45003)

* adding test for trace_function decorator (#45037)

* adding test for trace_function decorator

* fixing review findings

* code reformatting and pylint fixes

* Increment package version after release of azure-ai-transcription (#45009)

Co-authored-by: amber-yujueWang <wangamber@microsoft.com>

* filter out Versions that don't match the specifier type. if initial requirement is GA, then only include GA. Otherwise include all (#45043)

* [Cosmos] Port None handling fix for database_account parameter (#44987)

* Initial plan

* Port None handling changes from PR #44939 to main branch

Co-authored-by: simorenoh <30335873+simorenoh@users.noreply.github.com>

* Update sdk/cosmos/azure-cosmos/CHANGELOG.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @simorenoh

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: simorenoh <30335873+simorenoh@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* parameterize the finetuning test cases (#44996)

* Parametrizing the finetuning test cases

* removed extra decorator

* applying black

* updating assetjson file

* updating test cases

* using liveandrecording fun

* adding new env

* updating msg

---------

Co-authored-by: Jayesh Tanna <jatanna@microsoft.com>

* [AutoRelease] t2-resource-2026-02-05-10067(can only be merged by SDK owner) (#45034)

* remove folders that are split

* regenerate locally

* code and test

* remove outdated files

* Update CHANGELOG.md and bump version to 25.0.0

* Fix typos in CHANGELOG.md

* Consolidate module separation changelog entries for clarity

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: azure-sdk <PythonSdkPipelines>

* [AutoRelease] t2-redhatopenshift-2026-01-22-31664(can only be merged by SDK owner) (#44791)

* code and test

* update changelog

* 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>

* Update httpx dependency version constraint (#45047)

Restrict httpx version to less than 1.0

* Fix base64 encoding for JWT token (#45038)

The eng/common/scripts/login-to-github.ps1 script was failing because it was using the standard Base64 encoded
  signature returned by Azure Key Vault directly in the JWT, instead of converting it to Base64URL format (which
  replaces + with -, / with _, and removes trailing =).

  I have fixed the script by adding the necessary character replacements and also added a 10-second clock skew buffer
  to the iat (issued at) claim to ensure validity.

  The script now runs successfully and logs in as azure-sdk-automation[bot].

  Changes made:

   - Modified eng/common/scripts/login-to-github.ps1:
    - Converted the signature from Azure Key Vault to Base64URL format.
    - Subtracted 10 seconds from the iat claim to account for potential clock skew.

  Verification:

   - Ran the script and confirmed it successfully resolved the installation ID for "Azure" and obtained an access
  token.
   - gh auth status output confirms successful login.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Search tsp migration 2025-11-01-preview (#43629)

* Pure auto-gen code

* updates

* update

* update

* add tests

* updates

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* updates

* update

* update

* update

* update

* update

* update

* update

* update

* updates

* update

* update

* update

* update

* update

* updates

* update

* update

* update

* update

* update

* updates

* updates

* updates

* get main

* updates

* update

* update

* add tsp-location file

* update

* updates

* update

* updates

* updates

* updates

* updates

* update

* update

* updates

* updates

* fix query_source_authorization

* update

* updates

* update

* updates

* updates

* update

* updates

* udpate

* updates

* updates

* update

* updates

* update

* updates

* updates

* remove test_queries

* remove test_models

* remove test_search_index_client

* update

* updates

* updates

* update

* updates

* update

* update

* update

* update

* update tests

* updates

* udpate

* get main

* update

* updates

* update

* update

* update

* updates

* updates

* update

* update

* updates

* update

* updates

* updates

* udpates

* update

* updates

* updates

* update tests

* adding the missing V2025_09_01 version

* update

* update

* update

* update

* update

* update

* update

* run black

* fix pylint

---------

Co-authored-by: Zixin Yao <ziyao@microsoft.com>

* Automate Conda Release File Updates (#44569)

* update version

* csv parsing

* progress on checking package versions

* update package version checking logic

* progress on updating vers and getting uri

* some progress, but csv method misses packages

* better handling download_uri

* minor cleanup log output

* minor progress and clean

* minor fix to quote string values in yaml

* minor progress in generating meta.yml

* minor

* getting parsedsetup requirements..but this isn't everything

* minor improvements

* more requirement fetching logic refinement

* minor

* refine metadata extraction

* about section handling improvements

* use metadata from parsedsetup

* preserve indent in conda-sdk-client

* lots of refactoring to update conda-sdk-client

* minor service name improvements

* minor

* basic logic for adding new mgmt packages

* minor

* properly add new mgmt entries in conda sdk client

* initial release log script but i need to use more csv data to group packages

* some progress in using repopath for service

* initial mappings

* minor

* refactor progress

* conda sdk client refactor almost complete

* this here seems to work for new batched packages

* some progress in dataplane yml

* basic data plane yaml working for grouped?

* minor clean

* minor

* refactor utility functions

* minor progress

* data plane release logs

* remove azure-common from group, need to handle

* data plane existing release log update almost fully works

* exception for healthinsights

* yayay mgmt release log

* uampq

* minor

* fix hyphenated mgmt imports

* check if release log already has section

* remove uamqp ref

* overwrite release log existing sections

* minor temp grouping fix

* fix

* additional deprecated check

* parse stable vs beta release

* test pyproject bundle

* begin pyproject.toml logic attempt

* refactor conda sdk client update

* minor

* clean up package sorting

* start preprocessing bundle mapping from pyproject

* fix bundling for new data plane yaml

* add conda section to pyprojects of established bundles

* minor helper improvement

* clean and bundle map progress

* refactor release log updates for bundles

* mgmt release log

* clean

* clean

* handle msal release log

* minor

* bug fix

* remove using metadata as summary, doesn't always work

* minor clean

* initial pipeline attempt

* Update conda-update-pipeline.yml for Azure Pipelines

* minor

* variable group?

* nvm

* minor

* add schedule to pipeline

* add date to pr name

* Minor clean

* initial draft of publish stage

* yml improvements, enable dry run of file updates

* remove duplicated tool section from merge

* fix org name

* move publish logic to python script

* just to be safe

* remove publishing changes from this PR

* clean up some todos

* handle home_url for bundle

* add next steps to generated PR desc

* untouch pyprojects that only have diff coz resolving merge

* fix common_root, release type classification, other minor fixes

* improve manual next steps

* bundle fix

* properly import submodules

* release log bundle bug fix

* check stable release thru pypi, update missed pyproject

* clean, remove unneeded function and uamqp exception

* cleanup

* cache glob results

* minor fix to use service dir for metadata desc

* use pypi_tools

* simplify bundle map creation, only look at data pkgs

* actually catch pkgs w/o conda config when making the map

* use namespace for module name instead of naive parsing

* error if somehow someway version is ever missing from processed pkgs

* never allow null pkg_path for getting service_dir metadata

* trim essential reqs list

* dont need to import types

* trim again

* Add conda bundle configuration to 10 SDK packages (#45042)

* Add [tool.azure-sdk-conda] section to 10 package pyproject.toml files

Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>

* [Identity] Update HttpRequest class usage (#44993)

This updates HttpRequest imports from azure.core.transport to use the
HttpRequest class from azure.core.rest. The HttpRequest class from
azure.core.transport is considered legacy.

Updating this also enables the transports from `corehttp` to be used
with azure-identity, including the `HttpxTransports`.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

* Remove regression from PR run. no reason to generate there (#45085)

* Container Registry TSP (#44848)

* old generated files

* new generated files with tsp

* fix imports

* formatting

* fix url to endpoint

* fix imports etc

* update version

* adjust pyproject.toml

* fix tests

* update to latest recorded tag

* newline

* mypy update

* fix snippets

* ci fixes

* fix snippet

* fix

* point to tsp in specs repo

* fix typing for model and remove some mypy ignores

* fix black and snippet update

* pylint

* update snippets

* formatting

* formatting

* sync snippets after black formatting

* formatting fixes

* sync snippets

---------

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Co-authored-by: Shruti Iyer <9905402+shrutiyer@users.noreply.github.com>
Co-authored-by: Shruti Iyer <you@example.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: anannya03 <aaniee09@gmail.com>
Co-authored-by: Anannya Patra <40665106+anannya03@users.noreply.github.com>
Co-authored-by: rads-1996 <guptaradhika@microsoft.com>
Co-authored-by: M-Hietala <78813398+M-Hietala@users.noreply.github.com>
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
Co-authored-by: Ryan Zhang <112638134+ryazhang-microsoft@users.noreply.github.com>
Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
Co-authored-by: iscai-msft <isabellavcai@gmail.com>
Co-authored-by: Darren Cohen <39422044+dargilco@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: xitzhang <zhangxiting.zxt@gmail.com>
Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Summer Warren <summerwarren@microsoft.com>
Co-authored-by: saanikaguptamicrosoft <gsaanika@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: nagkumar91 <4727422+nagkumar91@users.noreply.github.com>
Co-authored-by: Nagkumar Arkalgud <naarkalg@microsoft.com>
Co-authored-by: Nagkumar Arkalgud <nagkumar91@users.noreply.github.com>
Co-authored-by: Wenxing Zhu <wixzhu@icloud.com>
Co-authored-by: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Neehar Duvvuri <40341266+needuv@users.noreply.github.com>
Co-authored-by: aprilk-ms <55356546+aprilk-ms@users.noreply.github.com>
Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>
Co-authored-by: Ronnie Geraghty <rgeraghty@microsoft.com>
Co-authored-by: Jackson Weber <47067795+JacksonWeber@users.noreply.github.com>
Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Matthew Metcalf <mrm9084@gmail.com>
Co-authored-by: Avani Gupta <avanigupta@users.noreply.github.com>
Co-authored-by: Sydney Lister <103153180+slister1001@users.noreply.github.com>
Co-authored-by: amber-yujueWang <wangamber@microsoft.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Peter Wu <162184229+weirongw23-msft@users.noreply.github.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: simorenoh <30335873+simorenoh@users.noreply.github.com>
Co-authored-by: Jayesh Tanna <tanna.jay90@gmail.com>
Co-authored-by: Jayesh Tanna <jatanna@microsoft.com>
Co-authored-by: Mikhail Simin <mikhail.simin@gmail.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
Co-authored-by: Zixin Yao <ziyao@microsoft.com>
Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔬 Dev in PR

Development

Successfully merging this pull request may close these issues.

2 participants