Skip to content

Commit a8acdb9

Browse files
committed
[confcom] Update policy api version for "new style" command too
1 parent 631c766 commit a8acdb9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
internal_config.json and customer_rego_policy.txt are obsolete versions to be removed, new work should happen in src/confcom/azext_confcom/lib/policy.py

src/confcom/azext_confcom/lib/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Container:
106106
@dataclass
107107
class Policy:
108108
package: str = "policy"
109-
api_version: str = "0.10.0"
109+
api_version: str = "0.11.0"
110110
framework_version: str = "0.2.3"
111111
fragments: List[FragmentReference] = OrderlessField(default_factory=list)
112112
containers: List[Container] = OrderlessField(default_factory=list)

0 commit comments

Comments
 (0)