Skip to content

Commit bc40d23

Browse files
tundwedDanny Tundwe (from Dev Box)
andauthored
Upgrade edge-action extension to API version 2025-12-01-preview (Azure#9503)
- Upgrade to API version 2025-12-01-preview - Remove add-attachment and delete-attachment commands (no longer supported in new API) - Retain custom fixes for get-version-code and swap-default commands Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
1 parent c840aab commit bc40d23

File tree

5 files changed

+6
-412
lines changed

5 files changed

+6
-412
lines changed

src/edge-action/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
1.0.0b3
7+
++++++
8+
* Upgrade to API version 2025-12-01-preview
9+
* Remove `add-attachment` and `delete-attachment` commands (no longer supported in new API version)
10+
611
1.0.0b2
712
++++++
813
* 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

src/edge-action/azext_edge_action/aaz/latest/edge_action/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
# flake8: noqa
1010

1111
from .__cmd_group import *
12-
from ._add_attachment import *
1312
from ._create import *
1413
from ._delete import *
15-
from ._delete_attachment import *
1614
from ._list import *
1715
from ._show import *
1816
from ._update import *

src/edge-action/azext_edge_action/aaz/latest/edge_action/_add_attachment.py

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)