File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ module openconfig-aaa {
36
36
37
37
revision "2025-07-04" {
38
38
description
39
- "Moved accounting-method and authorization-method leaf-lists
40
- inside the accounting/events/event and authorization/events/event
39
+ "Add accounting-method and authorization-method leaf-lists
40
+ inside accounting/events/event and authorization/events/event
41
41
lists, respectively." ;
42
42
reference "1.1.0" ;
43
43
}
@@ -575,6 +575,10 @@ module openconfig-aaa {
575
575
grouping aaa-accounting-config {
576
576
description
577
577
"Configuration data for event accounting" ;
578
+
579
+ uses aaa-accounting-methods-common {
580
+ status deprecated ;
581
+ }
578
582
}
579
583
580
584
grouping aaa-accounting-state {
@@ -700,6 +704,10 @@ module openconfig-aaa {
700
704
grouping aaa-authorization-config {
701
705
description
702
706
"Configuration data for AAA authorization" ;
707
+
708
+ uses aaa-authorization-methods-common {
709
+ status deprecated ;
710
+ }
703
711
}
704
712
705
713
grouping aaa-authorization-state {
You can’t perform that action at this time.
0 commit comments