Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-client-python"
---

Add sync and async mock_api tests for the `service/multiple-services` Spector scenario and enable its regeneration.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-client-python"
---

Add sync and async mock_api tests for the management group scoped resources and ARM resource identifier Spector scenarios from azure-http-specs.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/python-client-doc-test-2026-6-4-9-30-0.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ words:
- sdkcore
- segmentof
- serde
- servicea
- serviceb
- setuppy
- sfixed
- shiki
Expand Down Expand Up @@ -308,6 +310,7 @@ words:
- venvtools
- VITE
- vitest
- vnet
- VNEXT
- vsix
- vsmarketplace
Expand Down
6 changes: 6 additions & 0 deletions packages/http-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @typespec/http-client-python

## 0.31.1

### Bump dependencies

- Bump dependencies of `@typespec/*` and `@azure-tools/*` to latest versions

## 0.31.0

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface BuildTaskGroupsOptions {

// ---- Public constants ----

export const SKIP_SPECS: string[] = ["type/file", "service/multiple-services"];
export const SKIP_SPECS: string[] = ["type/file"];

export const SpecialFlags: Record<string, Record<string, any>> = {
azure: {
Expand Down
Loading
Loading