Skip to content

Commit 24f2504

Browse files
author
Mike Kennedy (from Dev Box)
committed
updating version to 2.0.0
1 parent 970e328 commit 24f2504

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/firmwareanalysis/HISTORY.rst

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

6+
2.0.0
7+
+++++
8+
* Updating version for 2025-08-02 swagger release
9+
610
1.0.0
711
++++++
812
* Initial release.

src/firmwareanalysis/azext_firmwareanalysis/custom.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
class CryptoCertificate(_CryptoCertificate):
2020
def _output(self, *args, **kwargs):
21-
from azure.cli.core.aaz import AAZUndefined
22-
from azure.cli.core.aaz import has_value
2321

2422
# for 2025-08-02 this was no longer needed, and caused cli errors
2523
# resolve flatten conflict
@@ -37,8 +35,6 @@ def _output(self, *args, **kwargs):
3735

3836
class Cve(_Cve):
3937
def _output(self, *args, **kwargs):
40-
from azure.cli.core.aaz import AAZUndefined
41-
from azure.cli.core.aaz import has_value
4238

4339
# for 2025-08-02 this was no longer needed, and caused cli errors
4440
# resolve flatten conflict

src/firmwareanalysis/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.0'
13+
VERSION = '2.0.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)