-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Sync .github/workflows directory with azure-sdk-tools for PR 13552 #44907
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
Sync .github/workflows directory with azure-sdk-tools for PR 13552 #44907
Conversation
There was a problem hiding this 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 syncs the GitHub workflows directory with changes from azure-sdk-tools PR #13552. The change adds support for an Azure App Configuration endpoint to the event processor workflow, enabling the github-event-processor tool to access additional configuration data when processing issue and pull request events.
Changes:
- Adds APP_CONFIG_ENDPOINT secret retrieval from Azure Key Vault (issue-labeler vault) for the event processor workflow
- Passes APP_CONFIG_ENDPOINT as an environment variable to the github-event-processor tool
* 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 <[email protected]> * Sync .github/workflows directory with azure-sdk-tools for PR 13552 (#44907) * Few more changes * review comment resolution- 5 --------- Co-authored-by: anannya03 <[email protected]> Co-authored-by: Anannya Patra <[email protected]> * 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) <[email protected]> * 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 <[email protected]> * Update version (#44927) Co-authored-by: anannya03 <[email protected]> * 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 <[email protected]> * Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py Co-authored-by: Copilot <[email protected]> * Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py Co-authored-by: Copilot <[email protected]> * Update sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_models.py Co-authored-by: Copilot <[email protected]> * 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 <[email protected]> Co-authored-by: Copilot <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JennyPng <[email protected]> * Guard NodeLogManager against recursive stdout/stderr forwarding (#44844) * Initial plan * fix: avoid recursive stdout/stderr forwarding in evaluation logging Co-authored-by: nagkumar91 <[email protected]> * fix: refine log writer test and recursion guard Co-authored-by: nagkumar91 <[email protected]> * fix: align recursion guard typing with Set Co-authored-by: nagkumar91 <[email protected]> * 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] <[email protected]> Co-authored-by: nagkumar91 <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Wenxing Zhu <[email protected]> * [VoiceLive] Skip pyaudio dependency on Ubuntu/macOS (#44919) * [VoiceLive] Skip pyaudio dependency on Ubuntu/macOS * update --------- Co-authored-by: Xiting Zhang <[email protected]> * Increment package version after release of azure-monitor-opentelemetry-exporter (#44977) Co-authored-by: rads-1996 <[email protected]> * [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 <[email protected]> * [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 <[email protected]> * 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 <[email protected]> * [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 <[email protected]> * Separate CODEOWNERS blocks for sdk/agentserver/ - ServiceOwners/ServiceLabel in one block, PRLabel/path in another Co-authored-by: ronniegeraghty <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ronniegeraghty <[email protected]> Co-authored-by: Ronnie Geraghty <[email protected]> * 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 <[email protected]> Co-authored-by: Copilot <[email protected]> * [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 <[email protected]> * Apply suggestions from code review Co-authored-by: Avani Gupta <[email protected]> * review comments * mypy fixes * review fixes --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Avani Gupta <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * Update scripts/auto_release/main.py Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> * 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 <[email protected]> * [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 <[email protected]> * [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 <[email protected]> * [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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * [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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * [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 <[email protected]> * [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 <[email protected]> * 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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * [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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * [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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * 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 <[email protected]> * Exporter release 1.0.0b48 (#45010) * Simplify Identity README (#45015) * Simplify Identity README * Update sdk/identity/azure-identity/README.md Co-authored-by: Copilot <[email protected]> * Update sdk/identity/azure-identity/README.md Co-authored-by: Copilot <[email protected]> * Update sdk/identity/azure-identity/README.md Co-authored-by: Copilot <[email protected]> * Fix cspell error --------- Co-authored-by: Copilot <[email protected]> * 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 <[email protected]> * [Corehttp] Prepare release (#45008) Signed-off-by: Paul Van Eck <[email protected]> * Increment package version after release of azure-monitor-opentelemetry-exporter (#45039) Co-authored-by: rads-1996 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * Update sdk/cosmos/azure-cosmos/CHANGELOG.md Co-authored-by: Copilot <[email protected]> * Apply suggestion from @simorenoh --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: simorenoh <[email protected]> Co-authored-by: Copilot <[email protected]> * 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 <[email protected]> * [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 <[email protected]> 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 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JennyPng <[email protected]> * [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 <[email protected]> * 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 <[email protected]> Co-authored-by: Shruti Iyer <[email protected]> Co-authored-by: Shruti Iyer <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: anannya03 <[email protected]> Co-authored-by: Anannya Patra <[email protected]> Co-authored-by: rads-1996 <[email protected]> Co-authored-by: M-Hietala <[email protected]> Co-authored-by: Scott Beddall (from Dev Box) <[email protected]> Co-authored-by: Ryan Zhang <[email protected]> Co-authored-by: iscai-msft <[email protected]> Co-authored-by: iscai-msft <[email protected]> Co-authored-by: Darren Cohen <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: xitzhang <[email protected]> Co-authored-by: Xiting Zhang <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Summer Warren <[email protected]> Co-authored-by: saanikaguptamicrosoft <[email protected]> Co-authored-by: amber-Chen-86 <[email protected]> Co-authored-by: McCoy Patiño <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: JennyPng <[email protected]> Co-authored-by: nagkumar91 <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Wenxing Zhu <[email protected]> Co-authored-by: Rajarshi Sarkar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Neehar Duvvuri <[email protected]> Co-authored-by: aprilk-ms <[email protected]> Co-authored-by: ronniegeraghty <[email protected]> Co-authored-by: Ronnie Geraghty <[email protected]> Co-authored-by: Jackson Weber <[email protected]> Co-authored-by: Paul Van Eck <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: Matthew Metcalf <[email protected]> Co-authored-by: Avani Gupta <[email protected]> Co-authored-by: Sydney Lister <[email protected]> Co-authored-by: amber-yujueWang <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: Scott Addie <[email protected]> Co-authored-by: Peter Wu <[email protected]> Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: simorenoh <[email protected]> Co-authored-by: Jayesh Tanna <[email protected]> Co-authored-by: Jayesh Tanna <[email protected]> Co-authored-by: Mikhail Simin <[email protected]> Co-authored-by: Wes Haggard <[email protected]> Co-authored-by: Xiang Yan <[email protected]> Co-authored-by: Zixin Yao <[email protected]> Co-authored-by: Kashif Khan <[email protected]>
Sync .github/workflows directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13552 See eng/common workflow