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

[Bug fix] Remove read-only constraint for management policy, and change properties types from integer to number #6551

Merged
merged 5 commits into from
Jul 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify description, remove integer
  • Loading branch information
zfchen95 committed Jul 11, 2019
commit 870609e2d01b2e64b589a0eb07e938f19282f4f0
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
"type": "number",
"multipleOf": 1.0,
"minimum": 0,
"description": "Integer value indicating the age in days after last modification"
"description": "Value indicating the age in days after last modification"
}
},
"required": [
Expand All @@ -2333,7 +2333,7 @@
"type": "number",
"multipleOf": 1.0,
"minimum": 0,
"description": "Integer value indicating the age in days after creation"
"description": "Value indicating the age in days after creation"
}
},
"required": [
Expand Down