Copilot
Copilot
### Issues *This pull request fixes #2980.* ### Description Function import requests with expanded navigation properties fail with `ODataException: The Path property in ODataMessageWriterSettings.ODataUri must be set when writing contained...
## Description Consolidates three redundant host metadata protobuf message variants (`HostMetadata`, `HostMetadataV6`, `HostMetadataV4V6`) into a single `HostMetadataV4V6` type that carries both IPv4 and IPv6 addresses along with AS number and...
## Flow Log Enhancements - Implementation Complete ✅ This PR implements comprehensive backend changes for enhanced flow log filtering and staged policy analysis per PMREQ requirements. This is a new...
The `docker save` step was failing with "no space left on device" when disk usage reached 91% (6.7GB available of 72GB total). System-level caches were accumulating before the save operation....
# SDK configuration pull request ## Purpose of this PR Triggered SDK generation pipelines for Python, Go, .NET, Java, and JavaScript from TypeSpec project `specification/contosowidgetmanager/Contoso.Management` for API version 2021-11-01. **Release...
## Review Date Sync GitHub Action - Spell Check Fix ✅ ### Summary Fixed cspell configuration to allow the "ampm" variable name used in the sync-review-date.js file. ### Changes Made...
## Tracking issue ## Why are the changes needed? Pydantic v2 generates JSON schemas with `$ref` references for nested models (e.g., `{"$ref": "#/$defs/SingleObj"}`). The schema parsing logic in `type_engine.py` was...
Since bugbug is no longer hosted on Heroku, memory constraints that required single-process commit mining are no longer relevant. This restores parallel processing for performance. ### Changes - Remove `use_single_process=True`...
## Summary Removes the obsolete `version` attribute from both docker-compose.yml files to eliminate the warning message generated by Docker Compose v2. ## Problem Docker Compose v2 deprecated the top-level `version`...
### WHAT Removes `TryFrom for Action` and `TryFrom for Receipt` implementations that were fundamentally broken. These conversions attempted to reconstruct contract code from hash values, which is cryptographically impossible. The...