Copilot
Copilot
Updates `.github/copilot-instructions.md` to reference centralized SDK workflow documentation in `eng/common/instructions/azsdk-tools/`. ## Changes - Added "SDK Workflow" section at end of file with relative link to `../eng/common/instructions/azsdk-tools/` - Preserves all existing...
- [x] Review existing `.github/copilot-instructions.md` to understand current agent guidance - [x] Review README.md, CONTRIBUTING.md, and repository structure - [x] Create an `AGENTS.md` file at the root following canonical structure...
Implementation of ReadMany API - refactored to separate file: - [x] Rename `ItemCoordinate` to `ItemIdentity` with comprehensive doc comment - [x] Change `PartitionKey` field from string to `PartitionKey` type -...
### Packages impacted by this PR @azure/cosmos ### Issues associated with this PR Ports vector quantization feature from .NET SDK: https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5502 ### Describe the problem that is addressed by this...
This PR generates a new TypeScript SDK for the Azure Code Transparency service using TypeSpec and integrates it into the Azure SDK for JavaScript monorepo. ## Changes Made - **Generated...
This PR upgrades the `@arethetypeswrong/cli` dependency from version 0.17.4 to 0.18.1 in the dev-tool package. ## Changes Made - Updated `@arethetypeswrong/cli` from `^0.17.4` to `^0.18.1` in `/common/tools/dev-tool/package.json` - Updated corresponding...
## Issue The Azure OpenAI sample code for `codeInterpreter.js` and `codeInterpreter.ts` in the v2-beta samples was missing the required endpoint parameter. This caused the error: ``` Must provide one of...
The memory store update poller was not initializing `state.result` when operations failed, creating inconsistency with successful terminal states and potential issues for consumers expecting a defined result. ## Changes -...
## Implementation: Add Reason property to FunctionApprovalResponseContent ### Changes Completed - [x] Add nullable `Reason` property to `FunctionApprovalResponseContent` class - Added "optional" to property documentation as suggested - Removed verbose...
- [x] Create MediaTypeMap polyfill in LegacySupport directory with `System.Net.Mime` namespace - [x] Add static `LoadFromAsync` methods to `DataContent` class: - [x] Stream overload that accepts a Stream (infers name...