Skip to content

Commit

Permalink
Add weight for secure score (Azure#10444)
Browse files Browse the repository at this point in the history
* Documentation fix

* Added weight property for secureScores type

Co-authored-by: Gideon Romm <[email protected]>
  • Loading branch information
giromm2ms and Gideon Romm authored Aug 17, 2020
1 parent d559288 commit cb9a879
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"score": {
"max": 13,
"current": 3
}
},
"weight": 15
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"score": {
"max": 13,
"current": 3.5
}
},
"weight": 30
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,14 @@
"readOnly": true,
"x-ms-client-flatten": true,
"$ref": "#/definitions/ScoreDetails"
},
"weight": {
"description": "The weight for calculation of an aggregated score for several scopes",
"readOnly": true,
"type": "integer",
"format": "int64",
"minimum": 0,
"exclusiveMinimum": false
}
}
},
Expand Down

0 comments on commit cb9a879

Please sign in to comment.