From 739f6971970f8c8c19a4e8b04a7e86d93b7041a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:04:32 +0000 Subject: [PATCH 1/2] Initial plan From c396cda8fe7afdc538e9f6d22e896d547f415afe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:10:49 +0000 Subject: [PATCH 2/2] feat: add test for Azure_Core_Page_withRelativeNextLink and bump @azure-tools/azure-http-specs to dev.2 Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> --- packages/http-client-python/package-lock.json | 8 ++++---- packages/http-client-python/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/http-client-python/package-lock.json b/packages/http-client-python/package-lock.json index 029044d40c6..4196251ee8e 100644 --- a/packages/http-client-python/package-lock.json +++ b/packages/http-client-python/package-lock.json @@ -29,7 +29,7 @@ "@typespec/compiler": "^1.9.0", "@typespec/events": "~0.79.0", "@typespec/http": "^1.9.0", - "@typespec/http-specs": "0.1.0-alpha.33-dev.2", + "@typespec/http-specs": "0.1.0-alpha.33-dev.0", "@typespec/openapi": "^1.9.0", "@typespec/rest": "~0.79.0", "@typespec/spec-api": "0.1.0-alpha.12", @@ -2492,9 +2492,9 @@ } }, "node_modules/@typespec/http-specs": { - "version": "0.1.0-alpha.33-dev.2", - "resolved": "https://registry.npmjs.org/@typespec/http-specs/-/http-specs-0.1.0-alpha.33-dev.2.tgz", - "integrity": "sha512-Ex7PVBJgJAmNLKMbp9jA6+fXalcau3Rf+J7N8XMwCICvz6yFcRJKF07/NsM3Doc87e43VovnrJb2I2tb7LSuDw==", + "version": "0.1.0-alpha.33-dev.0", + "resolved": "https://registry.npmjs.org/@typespec/http-specs/-/http-specs-0.1.0-alpha.33-dev.0.tgz", + "integrity": "sha512-OogLlA0FQ1dETpaQJF72ZBkRHQiAYJga//27AEajFDrnidtV0/D+wOhwB2n6GMZerdi+csVK9uOoGOp7+81qnQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index fc844fa0467..dbb8243e1a3 100644 --- a/packages/http-client-python/package.json +++ b/packages/http-client-python/package.json @@ -82,7 +82,7 @@ "@azure-tools/typespec-azure-resource-manager": "~0.65.0", "@azure-tools/typespec-azure-rulesets": "~0.65.0", "@azure-tools/typespec-client-generator-core": "~0.65.1", - "@azure-tools/azure-http-specs": "0.1.0-alpha.38-dev.1", + "@azure-tools/azure-http-specs": "0.1.0-alpha.38-dev.2", "@typespec/compiler": "^1.9.0", "@typespec/http": "^1.9.0", "@typespec/openapi": "^1.9.0",