Skip to content

Commit 6022145

Browse files
l0lawrenceCopilot
andcommitted
fix(python): bump @azure-tools/azure-http-specs to 0.1.0-alpha.44-dev.5
The Python Integration Mock API Tests fail on all http-client-python PRs because the pinned alpha.43 mock omits the armIdWithGroupScope ARM common property (added in Azure/typespec-azure#4891), while the client is regenerated from typespec-azure main which includes it. Bump the pin to the newest dev build that carries the field. No stable alpha.44 is published yet, so this uses a pre-release dev build; it should be re-pinned to stable alpha.44+ when available. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8f756746-2ff4-4e4f-9f15-23f07a9d11fe
1 parent 4a6c443 commit 6022145

3 files changed

Lines changed: 117 additions & 11 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
Bump `@azure-tools/azure-http-specs` to `0.1.0-alpha.44-dev.5` so the mock server includes the `armIdWithGroupScope` ARM common property (added in Azure/typespec-azure#4891), fixing the `test_arm_resource_identifiers_*` Mock API Test failures.

packages/http-client-python/package-lock.json

Lines changed: 109 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-client-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@azure-tools/typespec-azure-resource-manager": "~0.70.0",
109109
"@azure-tools/typespec-azure-rulesets": "~0.70.0",
110110
"@azure-tools/typespec-client-generator-core": "~0.70.0",
111-
"@azure-tools/azure-http-specs": "0.1.0-alpha.43",
111+
"@azure-tools/azure-http-specs": "0.1.0-alpha.44-dev.5",
112112
"@typespec/compiler": "^1.14.0",
113113
"@typespec/http": "^1.14.0",
114114
"@typespec/openapi": "^1.14.0",

0 commit comments

Comments
 (0)