Skip to content

Commit

Permalink
Merge branch 'main' into spector-label
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jan 22, 2025
2 parents dfd7647 + f265df0 commit c0f88cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/http-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Other Changes

- Rename `apiview_mapping_python.json` cross-language id file to `apiview-properties.json` for cross-language compatibility
- Order keyword-only args overload first in generated operations

## 0.6.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def serialize(self) -> None:
if self.code_model.options["package_mode"]:
self._serialize_and_write_package_files(client_namespace)

# write apiview_mapping_python.json
# write apiview-properties.json
if self.code_model.options.get("emit_cross_language_definition_file"):
self.write_file(
exec_path / Path("apiview_mapping_python.json"),
exec_path / Path("apiview-properties.json"),
general_serializer.serialize_cross_language_definition_file(),
)

Expand Down

0 comments on commit c0f88cd

Please sign in to comment.