aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc2/sdc_resource.py
AgeCommit message (Collapse)AuthorFilesLines
2024-02-02Fix SDC v2 lifecycleOperation bugMichal Jagiello1-3/+3
Relese 13.0.2 version with fix Issue-ID: TEST-404 Change-Id: I076223ad3cb982fbf5035baa5254b1696f6408c7 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2024-02-02Bugfix version 13.0.1Michal Jagiello1-1/+1
Fix a bug on query creation related with fact that Enum by default not use it's values as a __repr__ (which is a StrEnum default behaviour but it's not available on Python 3.8) Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I4a71d4c32f1f2f784c7bb12abde194c9673f8eae
2024-01-31SDC refactor to use sdc v2 APIMichal Jagiello1-0/+709
It's faster and usage of archive/deletion of resources is possible Issue-ID: TEST-404 Change-Id: I362c1c282afcd8b4ce3e540bc23a4751861e3b4f Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>