Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruleformat not working #69

Open
Heathland opened this issue May 26, 2021 · 2 comments
Open

ruleformat not working #69

Heathland opened this issue May 26, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Heathland
Copy link

Hi all,

I'm trying to adjust the ruleformat of a certain property, but even tho I see changes in the portal regarding who modified the property, nothing actually happens with regards to the format version:

Requesting the format trough the CLI

akamai property retrieve example.property | jq .ruleFormat  
... searching propertyName for example.property  
... getting info for prp_123456  
Retrieving example.property v69  
... retrieving property (example.property) v69  
Command time: 0.093 mins  
"v2020-03-04"  

Updating it:

akamai property modify example.property --ruleformat latest
... searching propertyName for example.property
... getting info for prp_123456
... retrieving property (example.property) v68
... updating property (example.property) v68
Command time: 0.63 mins

Verifying:

akamai property retrieve example.property | jq .ruleFormat
... searching propertyName for example.property
... getting info for prp_123456
Retrieving example.property v69
... retrieving property (example.property) v69
Command time: 0.093 mins
"v2020-03-04"
@Heathland
Copy link
Author

I noticed the version difference, but even with using --propver, nothing changes.

@lkowalsk-akamai-com lkowalsk-akamai-com added the bug Something isn't working label May 27, 2022
@ddcrjlalumiere
Copy link

I think this might be essentially the same issue as #44 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants