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
5 changes: 5 additions & 0 deletions src/edge-action/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

1.0.0b3
++++++
* Upgrade to API version 2025-12-01-preview
* Remove `add-attachment` and `delete-attachment` commands (no longer supported in new API version)
Comment on lines +8 to +9
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The HISTORY.rst claims an upgrade to API version 2025-12-01-preview, but none of the code files in this PR have been updated to use this new API version. All remaining command files still reference the old 2025-09-01-preview API version. If the API version is actually being upgraded, the version strings in all the remaining command files need to be updated. If the API version is not being upgraded and only the attachment commands are being removed, this changelog entry should be corrected to remove the claim about upgrading the API version.

Suggested change
* Upgrade to API version 2025-12-01-preview
* Remove `add-attachment` and `delete-attachment` commands (no longer supported in new API version)
* Remove `add-attachment` and `delete-attachment` commands (no longer supported)

Copilot uses AI. Check for mistakes.

1.0.0b2
++++++
* Fix 415 Unsupported Media Type error for `get-version-code` and `swap-default` POST operations by adding required Content-Type header and empty JSON body
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
# flake8: noqa

from .__cmd_group import *
from ._add_attachment import *
from ._create import *
from ._delete import *
from ._delete_attachment import *
from ._list import *
from ._show import *
from ._update import *
Expand Down

This file was deleted.

Loading
Loading